summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Hammant <paul@hammant.org>2009-09-18 04:17:47 +0000
committerPaul Hammant <paul@hammant.org>2009-09-18 04:17:47 +0000
commit74462ac282e91151724ebdc4729215ce234cfdc2 (patch)
tree3ba4fc62280ebfad2b7aab5430ea183eec8be5fc
parentda75e86e9d59ebebaa13baf192de2bb4cc4f5eaa (diff)
downloadjsr330-74462ac282e91151724ebdc4729215ce234cfdc2.tar.gz
javadoc report added
git-svn-id: https://atinject.googlecode.com/svn/trunk@25 3bc8319c-20ab-11de-9edc-3f40a397ab60
-rw-r--r--pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a89b5f8..835381e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,6 @@
<name>Javax Inject from the JSR-330 Expert Group</name>
-
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>
@@ -22,5 +21,14 @@
</plugin>
</plugins>
</build>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.5</version>
+ </plugin>
+ </plugins>
+ </reporting>
</project>