Remove unneeded repositories

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@570990 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2007-08-30 00:08:23 +00:00
parent 2383636a77
commit 0a0bc73d66
1 changed files with 0 additions and 27 deletions

27
pom.xml
View File

@ -205,33 +205,6 @@ 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>
<id>apache.snapshots</id>
<name>snapshot plugins</name>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<profiles>
<profile>
<id>osgi</id>