diff options
-rw-r--r-- | binding-parent/pom.xml | 17 | ||||
-rw-r--r-- | bundle-parent/pom.xml | 16 | ||||
-rw-r--r-- | feature-repo-parent/pom.xml | 16 | ||||
-rw-r--r-- | odlparent-lite/pom.xml | 16 | ||||
-rwxr-xr-x | pom.xml | 16 | ||||
-rw-r--r-- | single-feature-parent/pom.xml | 17 |
6 files changed, 98 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> 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> diff --git a/feature-repo-parent/pom.xml b/feature-repo-parent/pom.xml index 48c89b4..9dfd165 100644 --- a/feature-repo-parent/pom.xml +++ b/feature-repo-parent/pom.xml @@ -49,4 +49,20 @@ limitations under the License. </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> diff --git a/odlparent-lite/pom.xml b/odlparent-lite/pom.xml index 6877751..d8c6a71 100644 --- a/odlparent-lite/pom.xml +++ b/odlparent-lite/pom.xml @@ -50,4 +50,20 @@ limitations under the License. </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> @@ -35,6 +35,22 @@ 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> + <modules> <module>binding-parent</module> <module>bundle-parent</module> diff --git a/single-feature-parent/pom.xml b/single-feature-parent/pom.xml index 6745cc8..32a06a1 100644 --- a/single-feature-parent/pom.xml +++ b/single-feature-parent/pom.xml @@ -81,4 +81,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> |