Skip to content

Commit

Permalink
#130 added Automatic-Module-Name to manifest for Java 9 auto-module
Browse files Browse the repository at this point in the history
value: org.fusesource.jansi
  • Loading branch information
hboutemy committed Jul 4, 2018
1 parent 1c4b015 commit 5a5e8cb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion jansi/pom.xml
Expand Up @@ -90,7 +90,18 @@

<build>
<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>org.fusesource.jansi</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>

<!-- the older clean plugin has trouble deleting directories with symlinks in them -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 5a5e8cb

Please sign in to comment.