Setting up a deployment config for snapshots of maven.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@564301 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2007-08-09 17:45:56 +00:00
parent db3f9be45e
commit b2e2644f83
1 changed files with 5 additions and 0 deletions

View File

@ -195,6 +195,10 @@ under the License.
</dependencies>
</dependencyManagement>
<distributionManagement>
<snapshotRepository>
<id>asf.snapshots</id>
<url>scp://people.apache.org/repo/m2-snapshot-repository</url>
</snapshotRepository>
<site>
<id>apache.website</id>
<url>scp://people.apache.org/www/maven.apache.org/ref/${project.version}/</url>
@ -290,4 +294,5 @@ under the License.
</build>
</profile>
</profiles>
</project>