You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2015/09/09 03:36:35 UTC

[14/46] directory-kerby git commit: Add maven javadoc plugin.

Add maven javadoc plugin.


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/a2bdc218
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/a2bdc218
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/a2bdc218

Branch: refs/heads/pkinit-support
Commit: a2bdc218b6d132ad4979ad551b8bc3ac2760c87b
Parents: 81f0c95
Author: plusplusjiajia <ji...@intel.com>
Authored: Mon Aug 24 10:36:46 2015 +0800
Committer: plusplusjiajia <ji...@intel.com>
Committed: Mon Aug 24 10:36:46 2015 +0800

----------------------------------------------------------------------
 pom.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2bdc218/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a78856d..6528f6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -320,6 +320,21 @@
             </lifecycleMappingMetadata>
           </configuration>
         </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.10.3</version>
+          <executions>
+            <execution>
+              <phase>prepare-package</phase>
+              <goals>
+                <goal>javadoc</goal>
+              </goals>
+            </execution>
+          </executions>
+       </plugin>
+
       </plugins>
     </pluginManagement>
 
@@ -352,6 +367,11 @@
         <artifactId>maven-checkstyle-plugin</artifactId>
       </plugin>
 
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+
     </plugins>
   </build>