Browse Source

SEC-509: removed clirr plugin declaration from maven build.

Also removed regexp javadoc link as it doesn't seem to be a project dependency any more.
1.0.x
Luke Taylor 19 years ago
parent
commit
6a36ae7a0d
  1. 7
      pom.xml

7
pom.xml

@ -426,9 +426,6 @@ @@ -426,9 +426,6 @@
<link>
http://logging.apache.org/log4j/docs/api/
</link>
<link>
http://jakarta.apache.org/regexp/apidocs/
</link>
<link>
http://jakarta.apache.org/velocity/api/
</link>
@ -460,10 +457,6 @@ @@ -460,10 +457,6 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
</plugin>
</plugins>
</reporting>

Loading…
Cancel
Save