File tree Expand file tree Collapse file tree 5 files changed +24
-32
lines changed Expand file tree Collapse file tree 5 files changed +24
-32
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ abstractions.
57
57
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
58
58
<groupId >com.google.code.maven-replacer-plugin</groupId >
59
59
<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 >
66
66
</plugin >
67
67
</plugins >
68
68
</build >
Original file line number Diff line number Diff line change 108
108
</plugin >
109
109
</plugins >
110
110
</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 >
119
111
</build >
120
112
121
113
</project >
Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ configuration files as if there was implied nesting structure (by default using
47
47
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
48
48
<groupId >com.google.code.maven-replacer-plugin</groupId >
49
49
<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 >
56
56
</plugin >
57
57
</plugins >
58
58
</build >
Original file line number Diff line number Diff line change 51
51
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
52
52
<groupId >com.google.code.maven-replacer-plugin</groupId >
53
53
<artifactId >replacer</artifactId >
54
- <executions >
55
- <execution >
56
- <id >process-packageVersion</id >
57
- <phase >generate-sources</phase >
58
- </execution >
59
- </executions >
60
54
</plugin >
61
55
<plugin >
62
56
<groupId >de.jflex</groupId >
76
70
<skeleton >${project.basedir} /src/main/jflex/skeleton-toml</skeleton >
77
71
</configuration >
78
72
</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 >
79
79
</plugins >
80
80
</build >
81
81
</project >
Original file line number Diff line number Diff line change 57
57
<!-- Inherited from oss-base. Generate PackageVersion.java.-->
58
58
<groupId >com.google.code.maven-replacer-plugin</groupId >
59
59
<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 >
66
66
</plugin >
67
67
</plugins >
68
68
</build >
You can’t perform that action at this time.
0 commit comments