mirror of https://github.com/apache/maven.git
add required snapshot repo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@547110 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
19311574e1
commit
9d341d66f1
12
pom.xml
12
pom.xml
|
@ -230,6 +230,18 @@ under the License.
|
|||
</site>
|
||||
</distributionManagement>
|
||||
|
||||
<!-- for pleuxs-utils -->
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>codehaus.snapshots</id>
|
||||
<name>Codehaus Snapshot Development Repository</name>
|
||||
<url>http://snapshots.repository.codehaus.org</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<!-- needed for felix bundle plugin -->
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
|
|
Loading…
Reference in New Issue