Added configuration to "struts-parent".

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@571533 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Antonio Petrelli
2007-08-31 18:30:51 +00:00
parent 8c3f7952dd
commit 37d78edf96
+12
View File
@@ -66,6 +66,11 @@
<ciManagement/>
<distributionManagement>
<repository>
<id>struts-staging</id>
<name>Apache Struts Staging Repository</name>
<url>scp://people.apache.org/www/people.apache.org/builds/struts/${pom.version}/m2-staging-repository</url>
</repository>
<snapshotRepository>
<id>apache.snapshots</id>
<uniqueVersion>false</uniqueVersion>
@@ -277,6 +282,13 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<useReleaseProfile>false</useReleaseProfile>
</configuration>
</plugin>
</plugins>
</pluginManagement>