We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e718eb commit 325b98bCopy full SHA for 325b98b
1 file changed
protobuf-maven-plugin/pom.xml
@@ -184,16 +184,6 @@
184
<!-- Add additional entries to the JAR's MANIFEST.MF. -->
185
<groupId>org.apache.maven.plugins</groupId>
186
<artifactId>maven-jar-plugin</artifactId>
187
-
188
- <configuration>
189
- <archive>
190
- <manifestEntries>
191
- <!-- Also add JPMS forwards compatibility. We don't do this in the parent
192
- as we have to propagate the change to all integration tests if we do. -->
193
- <Automatic-Module-Name>io.github.ascopes.protobufmavenplugin</Automatic-Module-Name>
194
- </manifestEntries>
195
- </archive>
196
- </configuration>
197
</plugin>
198
199
<plugin>
0 commit comments