diff options
Diffstat (limited to 'bundle-parent/pom.xml')
-rw-r--r-- | bundle-parent/pom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index 97292c7..70cac9a 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -35,4 +35,20 @@ limitations under the License. <relativePath /> </parent> + <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> |