aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorChristian Stein <sormuras@gmail.com>2017-12-24 11:45:59 +0100
committerGitHub <noreply@github.com>2017-12-24 11:45:59 +0100
commit7127e4fd9ad6dc6a0f09c49ed70e79eba4431d80 (patch)
tree3d9cb1f897ad34942c51b1f0e7bd3c3c2fe3659f /pom.xml
parent1717c5f1701c0fc2abef72f0a9081a306cff5d7c (diff)
downloadjavaparser-7127e4fd9ad6dc6a0f09c49ed70e79eba4431d80.tar.gz
Set com.github.javaparser.core as automatic module name
See #553
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a07e7a1f0..2443426e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,6 +179,17 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestEntries>
+ <Automatic-Module-Name>com.github.javaparser.core</Automatic-Module-Name>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
</plugins>
<pluginManagement>
<plugins>