Skip to content

Commit 50a6b05

Browse files
committed
Manual merge of #547
1 parent 379d059 commit 50a6b05

File tree

5 files changed

+24
-32
lines changed

5 files changed

+24
-32
lines changed

csv/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ abstractions.
5757
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
5858
<groupId>com.google.code.maven-replacer-plugin</groupId>
5959
<artifactId>replacer</artifactId>
60-
<executions>
61-
<execution>
62-
<id>process-packageVersion</id>
63-
<phase>generate-sources</phase>
64-
</execution>
65-
</executions>
60+
</plugin>
61+
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
62+
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
63+
<plugin>
64+
<groupId>org.gradlex</groupId>
65+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
6666
</plugin>
6767
</plugins>
6868
</build>

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,6 @@
108108
</plugin>
109109
</plugins>
110110
</pluginManagement>
111-
112-
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
113-
<plugins>
114-
<plugin>
115-
<groupId>de.jjohannes</groupId>
116-
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
117-
</plugin>
118-
</plugins>
119111
</build>
120112

121113
</project>

properties/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ configuration files as if there was implied nesting structure (by default using
4747
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
4848
<groupId>com.google.code.maven-replacer-plugin</groupId>
4949
<artifactId>replacer</artifactId>
50-
<executions>
51-
<execution>
52-
<id>process-packageVersion</id>
53-
<phase>generate-sources</phase>
54-
</execution>
55-
</executions>
50+
</plugin>
51+
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
52+
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
53+
<plugin>
54+
<groupId>org.gradlex</groupId>
55+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
5656
</plugin>
5757
</plugins>
5858
</build>

toml/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@
5151
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
5252
<groupId>com.google.code.maven-replacer-plugin</groupId>
5353
<artifactId>replacer</artifactId>
54-
<executions>
55-
<execution>
56-
<id>process-packageVersion</id>
57-
<phase>generate-sources</phase>
58-
</execution>
59-
</executions>
6054
</plugin>
6155
<plugin>
6256
<groupId>de.jflex</groupId>
@@ -76,6 +70,12 @@
7670
<skeleton>${project.basedir}/src/main/jflex/skeleton-toml</skeleton>
7771
</configuration>
7872
</plugin>
73+
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
74+
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
75+
<plugin>
76+
<groupId>org.gradlex</groupId>
77+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
78+
</plugin>
7979
</plugins>
8080
</build>
8181
</project>

yaml/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
5858
<groupId>com.google.code.maven-replacer-plugin</groupId>
5959
<artifactId>replacer</artifactId>
60-
<executions>
61-
<execution>
62-
<id>process-packageVersion</id>
63-
<phase>generate-sources</phase>
64-
</execution>
65-
</executions>
60+
</plugin>
61+
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
62+
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
63+
<plugin>
64+
<groupId>org.gradlex</groupId>
65+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
6666
</plugin>
6767
</plugins>
6868
</build>

0 commit comments

Comments
 (0)