projects
/
jFCPlib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
793d0b1
)
Build javadoc when building jar.
author
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Thu, 26 Nov 2009 13:33:04 +0000
(14:33 +0100)
committer
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Thu, 26 Nov 2009 13:33:04 +0000
(14:33 +0100)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
2ddf8a3
..
05b0255
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-45,6
+45,18
@@
<target>1.5</target>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-javadocs</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</project>