Skip to content

Commit 622bc1b

Browse files
committed
adding javadoc plugin
1 parent 0f7ea46 commit 622bc1b

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

pom.xml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,19 @@
1616
<version>7.0</version>
1717
<scope>provided</scope>
1818
</dependency>
19-
</dependencies>
19+
</dependencies>
2020
<scm>
2121
<connection>scm:git:https://github.com/javaee-samples/javaee7-simple-sample.git</connection>
2222
<url>https://github.com/javaee-samples/javaee7-simple-sample.git</url>
2323
<developerConnection>scm:git:https://github.com/javaee-samples/javaee7-simple-sample.git</developerConnection>
24-
<tag>HEAD</tag>
25-
</scm>
24+
<tag>HEAD</tag>
25+
</scm>
26+
<developers>
27+
<developer>
28+
<name>Arun Gupta</name>
29+
<email>arun.gupta@gmail.com</email>
30+
</developer>
31+
</developers>
2632
<distributionManagement>
2733
<repository>
2834
<id>deployment</id>
@@ -76,6 +82,16 @@
7682
<releaseProfiles>releases</releaseProfiles>
7783
</configuration>
7884
</plugin>
85+
<plugin>
86+
<groupId>org.apache.maven.plugins</groupId>
87+
<artifactId>maven-javadoc-plugin</artifactId>
88+
<version>2.10.1</version>
89+
<configuration>
90+
<show>private</show>
91+
<nohelp>true</nohelp>
92+
<releaseProfiles>releases</releaseProfiles>
93+
</configuration>
94+
</plugin>
7995
</plugins>
8096
</build>
8197
<profiles>

0 commit comments

Comments
 (0)