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 2016/09/05 08:55:16 UTC

[21/23] git commit: [flex-falcon] [refs/heads/release0.7.0] - - Fixed JavaDoc errors - Changed the JavaDoc configuration to be active in the release.

- Fixed JavaDoc errors
- Changed the JavaDoc configuration to be active in the release.


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

Branch: refs/heads/release0.7.0
Commit: 293e9da12b0ca3583e645cedc093ec3edb528468
Parents: 027fcda
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Mon Sep 5 10:21:55 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Mon Sep 5 10:21:55 2016 +0200

----------------------------------------------------------------------
 pom.xml | 72 ++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 41 insertions(+), 31 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/293e9da1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2b3aef2..8bd6aba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -404,6 +404,47 @@
         <version>3.0.2</version>
       </plugin>
     </plugins>
+
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.10.4</version>
+          <configuration>
+            <tags>
+              <tag>
+                <name>goal</name>
+                <placement>a</placement>
+                <head>Goal:</head>
+              </tag>
+              <tag>
+                <name>phase</name>
+                <placement>a</placement>
+                <head>Phase:</head>
+              </tag>
+              <tag>
+                <name>threadSafe</name>
+                <placement>a</placement>
+                <head>Thread Safe:</head>
+              </tag>
+              <tag>
+                <name>requiresDependencyResolution</name>
+                <placement>a</placement>
+                <head>Requires Dependency Resolution:</head>
+              </tag>
+              <tag>
+                <name>requiresProject</name>
+                <placement>a</placement>
+                <head>Requires Project:</head>
+              </tag>
+            </tags>
+            <!-- TODO: This should only be a measure of last resort -->
+            <failOnError>false</failOnError>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
 
   <reporting>
@@ -446,37 +487,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>2.10.4</version>
-        <configuration>
-          <tags>
-            <tag>
-              <name>goal</name>
-              <placement>a</placement>
-              <head>Goal:</head>
-            </tag>
-            <tag>
-              <name>phase</name>
-              <placement>a</placement>
-              <head>Phase:</head>
-            </tag>
-            <tag>
-              <name>threadSafe</name>
-              <placement>a</placement>
-              <head>Thread Safe:</head>
-            </tag>
-            <tag>
-              <name>requiresDependencyResolution</name>
-              <placement>a</placement>
-              <head>Requires Dependency Resolution:</head>
-            </tag>
-            <tag>
-              <name>requiresProject</name>
-              <placement>a</placement>
-              <head>Requires Project:</head>
-            </tag>
-          </tags>
-          <!-- TODO: This should only be a measure of last resort -->
-          <failOnError>false</failOnError>
-        </configuration>
       </plugin>
     </plugins>
   </reporting>