remove snapshot repository, update javadoc plugin to fix release build

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@674466 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2008-07-07 12:15:16 +00:00
parent 2a68a704a6
commit fe054d97f0
1 changed files with 1 additions and 12 deletions

13
pom.xml
View File

@ -1012,6 +1012,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>attach-javadocs</id>
@ -1025,16 +1026,4 @@
</build>
</profile>
</profiles>
<repositories>
<repository>
<id>snapshots.codehaus.org</id>
<url>http://snapshots.repository.codehaus.org</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>