Repository: maven-archetype Updated Branches: refs/heads/master 598ac331d -> 078bc1976
Archetype-common depends on archetype-packaging. Some of the tests in archetype-common depend on archetype-packaging. Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-archetype/commit/44929a1e Tree: http://git-wip-us.apache.org/repos/asf/maven-archetype/tree/44929a1e Diff: http://git-wip-us.apache.org/repos/asf/maven-archetype/diff/44929a1e Branch: refs/heads/master Commit: 44929a1eba9f47ef174a04e04d8ad6dbb8539f79 Parents: 598ac33 Author: Petar Tahchiev <[email protected]> Authored: Sun Aug 14 10:22:04 2016 +0300 Committer: Petar Tahchiev <[email protected]> Committed: Sun Aug 14 10:22:04 2016 +0300 ---------------------------------------------------------------------- archetype-common/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/44929a1e/archetype-common/pom.xml ---------------------------------------------------------------------- diff --git a/archetype-common/pom.xml b/archetype-common/pom.xml index 33d2ad4..96e58e5 100644 --- a/archetype-common/pom.xml +++ b/archetype-common/pom.xml @@ -48,6 +48,11 @@ </dependency> <dependency> <groupId>org.apache.maven.archetype</groupId> + <artifactId>archetype-packaging</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.maven.archetype</groupId> <artifactId>archetype-descriptor</artifactId> </dependency> <dependency>
