Skip to content

Commit

Permalink
Add Automatic-Module-Name (close #66)
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-tremblay committed Oct 18, 2018
1 parent ce59e77 commit 3182db9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<manifestEntries>
<Automatic-Module-Name>org.objenesis</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
Expand Down
3 changes: 3 additions & 0 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
<manifest>
<mainClass>org.objenesis.tck.Main</mainClass>
</manifest>
<manifestEntries>
<Automatic-Module-Name>org.objenesis.tck</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
Expand Down

0 comments on commit 3182db9

Please sign in to comment.