Skip to content

Commit d7125be

Browse files
committed
Removed Don Brown repo. No longer needed for git releases.
1 parent 48541ec commit d7125be

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

‎pom.xml‎

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
<name>Java.net Repository for Maven</name>
3535
<url>http://download.java.net/maven/2/</url>
3636
</repository>
37-
<repository>
38-
<id>don-asf-repository</id>
39-
<url>http://people.apache.org/~mrdon/repository/</url>
40-
</repository>
4137
</repositories>
4238

4339
<scm>
@@ -84,6 +80,19 @@
8480
</execution>
8581
</executions>
8682
</plugin>
83+
<plugin>
84+
<groupId>org.apache.maven.plugins</groupId>
85+
<artifactId>maven-javadoc-plugin</artifactId>
86+
<executions>
87+
<execution>
88+
<id>attach-javadoc</id>
89+
<phase>verify</phase>
90+
<goals>
91+
<goal>jar</goal>
92+
</goals>
93+
</execution>
94+
</executions>
95+
</plugin>
8796
<plugin>
8897
<groupId>org.apache.maven.plugins</groupId>
8998
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)