Skip to content

Commit

Permalink
[JBVFS-221] Defining automatic module name is org.jboss.vfs
Browse files Browse the repository at this point in the history
  • Loading branch information
ropalka committed Feb 16, 2024
1 parent fbdea7f commit 7094f3b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Expand Up @@ -75,6 +75,17 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>org.jboss.vfs</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit 7094f3b

Please sign in to comment.