Repository: maven-archetype Updated Branches: refs/heads/master 8e0fe06a4 -> aa095b819
Add maven-packaging dependency to archetype-final. The archetype-final depends on maven-packaging for executing some of the tests. Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-archetype/commit/aa095b81 Tree: http://git-wip-us.apache.org/repos/asf/maven-archetype/tree/aa095b81 Diff: http://git-wip-us.apache.org/repos/asf/maven-archetype/diff/aa095b81 Branch: refs/heads/master Commit: aa095b819a90c574e4a6cc720c2d08b581b252f1 Parents: 8e0fe06 Author: Petar Tahchiev <[email protected]> Authored: Mon Aug 15 11:37:35 2016 +0300 Committer: Petar Tahchiev <[email protected]> Committed: Mon Aug 15 11:37:35 2016 +0300 ---------------------------------------------------------------------- archetype-testing/archetype-final/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/aa095b81/archetype-testing/archetype-final/pom.xml ---------------------------------------------------------------------- diff --git a/archetype-testing/archetype-final/pom.xml b/archetype-testing/archetype-final/pom.xml index d6fdf0a..cff290d 100644 --- a/archetype-testing/archetype-final/pom.xml +++ b/archetype-testing/archetype-final/pom.xml @@ -50,6 +50,10 @@ <artifactId>archetype-common</artifactId> </dependency> <dependency> + <groupId>org.apache.maven.archetype</groupId> + <artifactId>archetype-packaging</artifactId> + </dependency> + <dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-archetype-plugin</artifactId> <version>${project.version}</version>
