aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Eluard <[email protected]>2010-11-16 22:48:42 +0100
committerJulien Eluard <[email protected]>2010-11-16 22:48:42 +0100
commitd398b613b38b3f9da6a5478e15976286e95a6bad (patch)
treecda81f47f232031cb73246ab2a377eb005ca55f7
parent5a960b5303a5215b2eb27a1fa1874ea250acaa8e (diff)
Updated release prepareGoals.
-rw-r--r--pom.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index bf5eecc..7947a9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,11 +68,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-9</version>
- </plugin>
- <plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
<version>1.8.0</version>
@@ -157,6 +152,7 @@
<version>2.1</version>
<configuration>
<mavenExecutorId>forked-path</mavenExecutorId>
+ <preparationGoals>clean install</preparationGoals>
</configuration>
</plugin>
@@ -215,4 +211,4 @@
</profile>
</profiles>
-</project> \ No newline at end of file
+</project>