mirror of https://github.com/apache/maven.git
Added Aether's snapshot repo to ease building
This commit is contained in:
parent
3916201b98
commit
36bee64938
9
pom.xml
9
pom.xml
|
@ -178,6 +178,15 @@
|
|||
</site>
|
||||
</distributionManagement>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>sonatype-nexus-snapshots</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
<releases><enabled>false</enabled></releases>
|
||||
<snapshots><enabled>true</enabled></snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<!--bootstrap-start-comment-->
|
||||
<dependencyManagement>
|
||||
<!--bootstrap-end-comment-->
|
||||
|
|
Loading…
Reference in New Issue