Skip to content

Commit

Permalink
o Add a distributionManagement section so that the site ends up in th…
Browse files Browse the repository at this point in the history
…e correct place.

git-svn-id: https://svn.apache.org/repos/asf/maven/archetype/trunk/maven-archetype@514192 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
dennisl committed Mar 3, 2007
1 parent a280da3 commit 15c3177
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions maven-archetype-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,10 @@
</build>
</profile>
</profiles>
<distributionManagement>
<site>
<id>apache.website</id>
<url>scp://people.apache.org/www/maven.apache.org/plugins/maven-archetype-plugin</url>
</site>
</distributionManagement>
</project>

0 comments on commit 15c3177

Please sign in to comment.