maven-multi-module-unittest-integrationtest-jacoco icon indicating copy to clipboard operation
maven-multi-module-unittest-integrationtest-jacoco copied to clipboard

wrong group id in module 1

Open WolfgangFahl opened this issue 6 years ago • 0 comments

diff --git a/module1/pom.xml b/module1/pom.xml
index 3a748c0..67e8bd8 100644
--- a/module1/pom.xml
+++ b/module1/pom.xml
@@ -8,7 +8,7 @@
         <version>1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>nl.deholtmans.jacoco-multi-module-demo</groupId>
+ <!--   <groupId>nl.deholtmans.jacoco-multi-module-demo</groupId>-->
     <artifactId>module1</artifactId>
 
     <!-- <dependencies>

WolfgangFahl avatar Jun 26 '19 12:06 WolfgangFahl