Skip to content

Commit e193a20

Browse files
Add a missing plugin version in ITS
1 parent 87009a4 commit e193a20

File tree

10 files changed

+28
-18
lines changed
  • src/it/projects
    • complete-multimodule-parent-pom-direct-dependencies
    • profile-with-dependencies-active-disabled
    • profile-with-dependencies-active
    • profile-with-dependencies-inherit-parent-dependencyManagement
    • profile-with-dependencies-not-triggered
    • profile-with-dependencies-triggered-by-folder-presence
    • profile-with-dependencies-triggered
    • property-profile-active
    • property-profile-inactive

10 files changed

+28
-18
lines changed

src/it/projects/complete-multimodule-parent-pom-direct-dependencies/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<plugin>
1515
<groupId>org.codehaus.mojo</groupId>
1616
<artifactId>flatten-maven-plugin</artifactId>
17+
<version>@project.version@</version>
1718
<configuration>
1819
<flattenDependencyMode>direct</flattenDependencyMode>
1920
</configuration>

src/it/projects/profile-with-dependencies-active-disabled/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
<build>
99
<plugins>
1010
<plugin>
11-
<groupId>@project.groupId@</groupId>
12-
<artifactId>@project.artifactId@</artifactId>
11+
<groupId>org.codehaus.mojo</groupId>
12+
<artifactId>flatten-maven-plugin</artifactId>
13+
<version>@project.version@</version>
1314
<configuration>
1415
<embedBuildProfileDependencies>true</embedBuildProfileDependencies>
1516
</configuration>

src/it/projects/profile-with-dependencies-active/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
<build>
99
<plugins>
1010
<plugin>
11-
<groupId>@project.groupId@</groupId>
12-
<artifactId>@project.artifactId@</artifactId>
11+
<groupId>org.codehaus.mojo</groupId>
12+
<artifactId>flatten-maven-plugin</artifactId>
13+
<version>@project.version@</version>
1314
<configuration>
1415
<embedBuildProfileDependencies>true</embedBuildProfileDependencies>
1516
</configuration>

src/it/projects/profile-with-dependencies-inherit-parent-dependencyManagement/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
<build>
1616
<plugins>
1717
<plugin>
18-
<groupId>@project.groupId@</groupId>
19-
<artifactId>@project.artifactId@</artifactId>
18+
<groupId>org.codehaus.mojo</groupId>
19+
<artifactId>flatten-maven-plugin</artifactId>
20+
<version>@project.version@</version>
2021
<configuration>
2122
<embedBuildProfileDependencies>true</embedBuildProfileDependencies>
2223
</configuration>

src/it/projects/profile-with-dependencies-not-triggered/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
<build>
99
<plugins>
1010
<plugin>
11-
<groupId>@project.groupId@</groupId>
12-
<artifactId>@project.artifactId@</artifactId>
11+
<groupId>org.codehaus.mojo</groupId>
12+
<artifactId>flatten-maven-plugin</artifactId>
13+
<version>@project.version@</version>
1314
<configuration>
1415
<embedBuildProfileDependencies>true</embedBuildProfileDependencies>
1516
</configuration>

src/it/projects/profile-with-dependencies-triggered-by-folder-presence/parent/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
<build>
1010
<plugins>
1111
<plugin>
12-
<groupId>@project.groupId@</groupId>
13-
<artifactId>@project.artifactId@</artifactId>
12+
<groupId>org.codehaus.mojo</groupId>
13+
<artifactId>flatten-maven-plugin</artifactId>
14+
<version>@project.version@</version>
1415
<configuration>
1516
<embedBuildProfileDependencies>true</embedBuildProfileDependencies>
1617
</configuration>

src/it/projects/profile-with-dependencies-triggered-by-folder-presence/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
<build>
99
<plugins>
1010
<plugin>
11-
<groupId>@project.groupId@</groupId>
12-
<artifactId>@project.artifactId@</artifactId>
11+
<groupId>org.codehaus.mojo</groupId>
12+
<artifactId>flatten-maven-plugin</artifactId>
13+
<version>@project.version@</version>
1314
<configuration>
1415
<embedBuildProfileDependencies>true</embedBuildProfileDependencies>
1516
</configuration>

src/it/projects/profile-with-dependencies-triggered/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
<build>
99
<plugins>
1010
<plugin>
11-
<groupId>@project.groupId@</groupId>
12-
<artifactId>@project.artifactId@</artifactId>
11+
<groupId>org.codehaus.mojo</groupId>
12+
<artifactId>flatten-maven-plugin</artifactId>
13+
<version>@project.version@</version>
1314
<configuration>
1415
<embedBuildProfileDependencies>true</embedBuildProfileDependencies>
1516
</configuration>

src/it/projects/property-profile-active/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
<build>
99
<plugins>
1010
<plugin>
11-
<groupId>@project.groupId@</groupId>
12-
<artifactId>@project.artifactId@</artifactId>
11+
<groupId>org.codehaus.mojo</groupId>
12+
<artifactId>flatten-maven-plugin</artifactId>
13+
<version>@project.version@</version>
1314
<configuration>
1415
<embedBuildProfileDependencies>true</embedBuildProfileDependencies>
1516
</configuration>

src/it/projects/property-profile-inactive/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
<build>
99
<plugins>
1010
<plugin>
11-
<groupId>@project.groupId@</groupId>
12-
<artifactId>@project.artifactId@</artifactId>
11+
<groupId>org.codehaus.mojo</groupId>
12+
<artifactId>flatten-maven-plugin</artifactId>
13+
<version>@project.version@</version>
1314
<configuration>
1415
<embedBuildProfileDependencies>true</embedBuildProfileDependencies>
1516
</configuration>

0 commit comments

Comments
 (0)