| commit | 3542daf1fa2291c83fcd0a5564f2a6dea33494bf | [log] [tgz] |
|---|---|---|
| author | Matthias Wessendorf <matzew@apache.org> | Tue Feb 10 09:19:54 2009 +0000 |
| committer | Matthias Wessendorf <matzew@apache.org> | Tue Feb 10 09:19:54 2009 +0000 |
| tree | e5d8c1712f4b9d028cc4aa4c8ff6b8cc0056f577 | |
| parent | 111443041bc298545fdd4e581a5a9049f58c87a5 [diff] |
re-added the javadoc plugin. was removed some time ago.
diff --git a/pom.xml b/pom.xml index b628dbe..e2766f3 100644 --- a/pom.xml +++ b/pom.xml
@@ -201,7 +201,7 @@ </execution> </executions> </plugin> - <!-- plugin> + <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>2.2</version> <executions> @@ -212,7 +212,7 @@ </goals> </execution> </executions> - </plugin --> + </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-scm-plugin</artifactId>