diff options
Diffstat (limited to 'binding-parent')
-rw-r--r-- | binding-parent/pom.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index c25d200..89888a1 100644 --- a/binding-parent/pom.xml +++ b/binding-parent/pom.xml @@ -167,4 +167,21 @@ limitations under the License. </dependency> </dependencies> </dependencyManagement> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-install-plugin</artifactId> + <version>2.5.2</version> + <executions> + <execution> + <id>additional-install</id> + <phase>none</phase> + </execution> + </executions> + </plugin> + </plugins> + </build> + </project> |