Author: jvanzyl Date: Thu Feb 1 16:57:25 2007 New Revision: 502422 URL: http://svn.apache.org/viewvc?view=rev&rev=502422 Log: trying to tie up everything in the release profile
Modified: maven/pom/trunk/maven/pom.xml Modified: maven/pom/trunk/maven/pom.xml URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?view=diff&rev=502422&r1=502421&r2=502422 ============================================================================== --- maven/pom/trunk/maven/pom.xml (original) +++ maven/pom/trunk/maven/pom.xml Thu Feb 1 16:57:25 2007 @@ -287,6 +287,19 @@ </site> </distributionManagement> + <build> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <tagBase>https://svn.apache.org/repos/asf/maven/pom/tags</tagBase> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + <profiles> <profile> <id>ci</id> @@ -440,6 +453,7 @@ <configuration> <useReleaseProfile>false</useReleaseProfile> <goals>site site-deploy</goals> + <arguments>-Prelease</arguments> </configuration> </plugin> </plugins>