Force maven release plugin to install our plugin 68/4468/2
authorRobert Varga <rovarga@cisco.com>
Mon, 20 Jan 2014 23:53:11 +0000 (00:53 +0100)
committerRobert Varga <rovarga@cisco.com>
Tue, 21 Jan 2014 13:04:39 +0000 (14:04 +0100)
Change-Id: Iaaee56e60c04f2faec9d31ed71ddd745bff695e2
Signed-off-by: Robert Varga <rovarga@cisco.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 3de2218b33b0517290b80ff831d2d62727d71b56..4bf539e2762fccd3dee3e51c3b638eec50455946 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
                     <version>${maven.release.version}</version>
+
+                    <!-- Since we have a maven plugin, we need to install it -->
+                    <configuration>
+                        <preparationGoals>clean install</preparationGoals>
+                        <completionGoals>clean install</completionGoals>
+                    </configuration>
                 </plugin>
             </plugins>
         </pluginManagement>