Skip to content

Commit

Permalink
Merge pull request #8 from ggam/automatic-module
Browse files Browse the repository at this point in the history
Added automatic module name
  • Loading branch information
arjantijms authored Sep 19, 2018
2 parents b3c9486 + 434823f commit 9d2a6f6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0</version>
<version>1.0.1</version>
</parent>

<groupId>javax.interceptor</groupId>
<artifactId>javax.interceptor-api</artifactId>
<groupId>jakarta.interceptor</groupId>
<artifactId>jakarta.interceptor-api</artifactId>
<version>1.2.3-SNAPSHOT</version>

<properties>
Expand Down Expand Up @@ -169,6 +169,9 @@
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<manifestEntries>
<Automatic-Module-Name>java.interceptor</Automatic-Module-Name>
</manifestEntries>
</archive>
<excludes>
<exclude>**/*.java</exclude>
Expand Down

0 comments on commit 9d2a6f6

Please sign in to comment.