fixed site generation: downgraded parent pom, upgraded m-assembly-p Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d1eb1ba3 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/d1eb1ba3 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/d1eb1ba3
Branch: refs/heads/MNG-6169 Commit: d1eb1ba3612f529baf82006e7da6569f42c6dd9a Parents: b402726 Author: Hervé Boutemy <hbout...@apache.org> Authored: Sun Mar 19 14:44:33 2017 +0100 Committer: Michael Osipov <micha...@apache.org> Committed: Sun Apr 2 00:21:12 2017 +0200 ---------------------------------------------------------------------- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/d1eb1ba3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1d34ffe..a3d5f67 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>30</version> + <version>27</version> <relativePath>../pom/maven/pom.xml</relativePath> </parent> @@ -536,6 +536,11 @@ under the License. <artifactId>findbugs-maven-plugin</artifactId> <version>3.0.4</version> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-assembly-plugin</artifactId> + <version>2.6</version> + </plugin> </plugins> </pluginManagement> <plugins>