You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2014/11/10 22:38:27 UTC

git commit: [flex-utilities] [refs/heads/develop] - Added the javadoc plugin to generate the API documentation.

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 2a537037d -> c53a472f9


Added the javadoc plugin to generate the API documentation.


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/c53a472f
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/c53a472f
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/c53a472f

Branch: refs/heads/develop
Commit: c53a472f930bbbace6c7350c58a9ff374f50dfae
Parents: 2a53703
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Mon Nov 10 22:38:04 2014 +0100
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Mon Nov 10 22:38:04 2014 +0100

----------------------------------------------------------------------
 flex-tool-api/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/c53a472f/flex-tool-api/pom.xml
----------------------------------------------------------------------
diff --git a/flex-tool-api/pom.xml b/flex-tool-api/pom.xml
index f38544b..4b58d7a 100644
--- a/flex-tool-api/pom.xml
+++ b/flex-tool-api/pom.xml
@@ -67,4 +67,14 @@
         </plugins>
     </build>
 
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.10.1</version>
+            </plugin>
+        </plugins>
+    </reporting>
+
 </project>
\ No newline at end of file