You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/06/07 11:38:47 UTC

[maven-archetype] 02/02: scope=test should not be in dependencyManagement - only in children POM/dependencies

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git

commit 6ee16590590c722b6e7112edb470cf275106f53f
Author: tibordigana <ti...@apache.org>
AuthorDate: Fri Jun 7 00:38:23 2019 +0200

    scope=test should not be in dependencyManagement - only in children POM/dependencies
---
 pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index c854e89..911f92a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,9 +87,7 @@
         <groupId>org.apache.maven</groupId>
         <artifactId>maven-compat</artifactId>
         <version>${mavenVersion}</version>
-        <scope>test</scope>
       </dependency>
-    
       <dependency>
         <groupId>org.apache.maven.archetype</groupId>
         <artifactId>archetype-catalog</artifactId>
@@ -110,7 +108,6 @@
         <artifactId>archetype-packaging</artifactId>
         <version>${project.version}</version>
       </dependency>
-
       <dependency>
         <groupId>org.apache.maven</groupId>
         <artifactId>maven-artifact</artifactId>
@@ -141,7 +138,6 @@
         <artifactId>maven-settings-builder</artifactId>
         <version>${mavenVersion}</version>
       </dependency>
-
       <dependency>
         <groupId>org.apache.maven.shared</groupId>
         <artifactId>maven-invoker</artifactId>
@@ -216,13 +212,11 @@
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>4.11</version>
-        <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.plugin-testing</groupId>
         <artifactId>maven-plugin-testing-harness</artifactId>
         <version>2.1</version>
-        <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.wagon</groupId>
@@ -231,17 +225,9 @@
       </dependency>
       <dependency>
         <groupId>org.apache.maven.wagon</groupId>
-        <artifactId>wagon-file</artifactId>
-        <version>${wagonVersion}</version>
-        <scope>test</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.maven.wagon</groupId>
         <artifactId>wagon-http</artifactId>
         <version>${wagonVersion}</version>
-        <scope>test</scope>
       </dependency>
-      
       <dependency>
         <groupId>org.sonatype.aether</groupId>
         <artifactId>aether-connector-file</artifactId>