Remove test scope of archetype-packaging Remove test-scope of archetype-packaging otherwise the common module cannot find it on Jenkins.
Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-archetype/commit/83e76a56 Tree: http://git-wip-us.apache.org/repos/asf/maven-archetype/tree/83e76a56 Diff: http://git-wip-us.apache.org/repos/asf/maven-archetype/diff/83e76a56 Branch: refs/heads/master Commit: 83e76a5641a26978da2c0f772529231223651edb Parents: ecee2cb Author: Petar Tahchiev <[email protected]> Authored: Sun Aug 14 11:02:19 2016 +0300 Committer: Petar Tahchiev <[email protected]> Committed: Sun Aug 14 11:02:19 2016 +0300 ---------------------------------------------------------------------- archetype-common/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/83e76a56/archetype-common/pom.xml ---------------------------------------------------------------------- diff --git a/archetype-common/pom.xml b/archetype-common/pom.xml index 96e58e5..280e21c 100644 --- a/archetype-common/pom.xml +++ b/archetype-common/pom.xml @@ -49,7 +49,6 @@ <dependency> <groupId>org.apache.maven.archetype</groupId> <artifactId>archetype-packaging</artifactId> - <scope>test</scope> </dependency> <dependency> <groupId>org.apache.maven.archetype</groupId>
