Author: wsmoak Date: Sun Jan 28 15:10:40 2007 New Revision: 500910 URL: http://svn.apache.org/viewvc?view=rev&rev=500910 Log: Publish the release plugin site under /plugins with the others.
Modified: maven/release/trunk/maven-release-plugin/pom.xml Modified: maven/release/trunk/maven-release-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/pom.xml?view=diff&rev=500910&r1=500909&r2=500910 ============================================================================== --- maven/release/trunk/maven-release-plugin/pom.xml (original) +++ maven/release/trunk/maven-release-plugin/pom.xml Sun Jan 28 15:10:40 2007 @@ -79,4 +79,10 @@ </plugin> </plugins> </build> + <distributionManagement> + <site> + <id>apache.website</id> + <url>scp://people.apache.org/www/maven.apache.org/plugins/maven-release-plugin</url> + </site> + </distributionManagement> </project>