mirror of https://github.com/apache/archiva.git
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:
parent
2a68a704a6
commit
fe054d97f0
13
pom.xml
13
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue