- Try to get the maven-release-plugin running
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/02d9e93a Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/02d9e93a Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/02d9e93a Branch: refs/heads/release0.7.0 Commit: 02d9e93a1100b898aee5e49d4985e4b9fff0d360 Parents: c0bc4d3 Author: Christofer Dutz <[email protected]> Authored: Mon Sep 5 08:58:47 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Mon Sep 5 10:08:18 2016 +0200 ---------------------------------------------------------------------- compiler-build-tools/pom.xml | 67 ++++++++++++++++++++++----------------- 1 file changed, 38 insertions(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/02d9e93a/compiler-build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml index 932b3d1..5e7a93c 100644 --- a/compiler-build-tools/pom.xml +++ b/compiler-build-tools/pom.xml @@ -66,6 +66,44 @@ <version>2.10.4</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> + </configuration> + </plugin> + </plugins> + </pluginManagement> </build> <reporting> @@ -74,35 +112,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> - </configuration> </plugin> </plugins> </reporting>
