mirror of https://github.com/apache/maven.git
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:
parent
db3f9be45e
commit
b2e2644f83
5
pom.xml
5
pom.xml
|
@ -195,6 +195,10 @@ under the License.
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>asf.snapshots</id>
|
||||||
|
<url>scp://people.apache.org/repo/m2-snapshot-repository</url>
|
||||||
|
</snapshotRepository>
|
||||||
<site>
|
<site>
|
||||||
<id>apache.website</id>
|
<id>apache.website</id>
|
||||||
<url>scp://people.apache.org/www/maven.apache.org/ref/${project.version}/</url>
|
<url>scp://people.apache.org/www/maven.apache.org/ref/${project.version}/</url>
|
||||||
|
@ -290,4 +294,5 @@ under the License.
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue