Skip to content

Commit bd94696

Browse files
andpabslawekjaranowski
authored andcommitted
Fix copypaste errors in ITs projects
Use unique artifactId and remove javax.annotations.version. Both were copied from profile-with-deps-inherit-parent-depMgmt-jdk when the profile-with-deps-inherit-parent-depMgmt-test was created and it was apparently forgotten to adjust them.
1 parent 374abca commit bd94696

File tree

2 files changed

+3
-7
lines changed
  • src/it/projects/profile-with-deps-inherit-parent-depMgmt-test

2 files changed

+3
-7
lines changed

src/it/projects/profile-with-deps-inherit-parent-depMgmt-test/parent/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.codehaus.mojo.flatten.its</groupId>
6-
<artifactId>profile-with-deps-inherit-parent-depMgmt-jdk_parent</artifactId>
6+
<artifactId>profile-with-deps-inherit-parent-depMgmt-test_parent</artifactId>
77
<version>0.1-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

10-
<properties>
11-
<javax.annotations.version>1.3.2</javax.annotations.version>
12-
</properties>
13-
1410
<dependencyManagement>
1511
<dependencies>
1612
<dependency>

src/it/projects/profile-with-deps-inherit-parent-depMgmt-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.codehaus.mojo.flatten.its</groupId>
6-
<artifactId>profile-with-deps-inherit-parent-depMgmt-jdk</artifactId>
6+
<artifactId>profile-with-deps-inherit-parent-depMgmt-test</artifactId>
77
<version>0.1-SNAPSHOT</version>
88
<packaging>jar</packaging>
99
<parent>
1010
<groupId>org.codehaus.mojo.flatten.its</groupId>
11-
<artifactId>profile-with-deps-inherit-parent-depMgmt-jdk_parent</artifactId>
11+
<artifactId>profile-with-deps-inherit-parent-depMgmt-test_parent</artifactId>
1212
<version>0.1-SNAPSHOT</version>
1313
<relativePath>parent</relativePath>
1414
</parent>

0 commit comments

Comments
 (0)