diff --git a/pom.xml b/pom.xml index 70240ea8d..71ea1bc41 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ 4.0.0 commons-collections commons-collections - 3.4-SNAPSHOT + 3.3-SNAPSHOT Commons Collections 2001 @@ -404,6 +404,18 @@ gnu + + org.apache.maven.plugins + maven-source-plugin + + + + true + true + + + + @@ -457,6 +469,27 @@ --> + + + org.apache.maven.plugins + maven-javadoc-plugin + + + + true + true + + + false + ${maven.compile.source} + ${commons.encoding} + ${commons.docEncoding} + true + + http://java.sun.com/javase/6/docs/api/ + + +