Upgrading the Maven assembly plugin
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/8c0b2004 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/8c0b2004 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/8c0b2004 Branch: refs/heads/master Commit: 8c0b2004e709bb6df86e8d71830a626b6d524701 Parents: 5722296 Author: Francesco Chicchiriccò <[email protected]> Authored: Tue Nov 15 07:38:50 2016 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Tue Nov 15 07:39:24 2016 +0100 ---------------------------------------------------------------------- archetype/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/8c0b2004/archetype/pom.xml ---------------------------------------------------------------------- diff --git a/archetype/pom.xml b/archetype/pom.xml index 6408cd9..79b0c12 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -79,7 +79,7 @@ under the License. <include>meta-pom.xml</include> </includes> <outputDir>${basedir}/src/main/resources/archetype-resources</outputDir> - <stylesheet>${basedir}/src/main/resources/properties2pom.xsl</stylesheet> + <stylesheet>file://${basedir}/src/main/resources/properties2pom.xsl</stylesheet> <parameters> <parameter> <name>syncopeVersion</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/8c0b2004/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 966541b..e009acb 100644 --- a/pom.xml +++ b/pom.xml @@ -1588,7 +1588,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>2.6</version> + <version>3.0.0</version> </plugin> <plugin>
