summaryrefslogtreecommitdiffstats
path: root/single-feature-parent/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'single-feature-parent/pom.xml')
-rw-r--r--single-feature-parent/pom.xml17
1 files changed, 17 insertions, 0 deletions
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>