projects
/
demoscenemusic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2bf89e
)
Add configuration for javadoc plugin to POM.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 25 Apr 2012 14:20:29 +0000
(16:20 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 25 Apr 2012 14:20:29 +0000
(16:20 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
500bf71
..
4c1b7be
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-44,6
+44,14
@@
<target>1.6</target>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.7</version>
+ <configuration>
+ <show>private</show>
+ </configuration>
+ </plugin>
</plugins>
</build>
<properties>