summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index b2fa9e3..30d4c7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -293,6 +293,13 @@
<templateFile>${basedir}/src/site/maven-site.vm</templateFile>
</configuration>
</plugin>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <goals>site-deploy assembly:assembly</goals>
+ </configuration>
+ </plugin>
</plugins>
</build>
@@ -324,13 +331,6 @@
</plugin>
<plugin>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <goals>site-deploy assembly:assembly</goals>
- </configuration>
- </plugin>
-
- <plugin>
<artifactId>maven-changes-plugin</artifactId>
<version>2.9</version>
<reportSets>