mirror of
https://github.com/apache/struts.git
synced 2026-08-06 07:06:58 +00:00
WW-2075
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user