We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8d3d2 commit fc5db46Copy full SHA for fc5db46
2 files changed
core/pom.xml
@@ -48,6 +48,7 @@
48
<_nouses>true</_nouses>
49
<_snapshot>${osgi-version-qualifier}</_snapshot>
50
<Bundle-SymbolicName>${bundle-symbolicname}</Bundle-SymbolicName>
51
+ <Automatic-Module-Name>org.locationtech.proj4j</Automatic-Module-Name>
52
<Import-Package />
53
</instructions>
54
<niceManifest>true</niceManifest>
epsg/pom.xml
@@ -24,4 +24,19 @@
24
</license>
25
</licenses>
26
27
+ <build>
28
+ <plugins>
29
+ <plugin>
30
+ <artifactId>maven-jar-plugin</artifactId>
31
+ <configuration>
32
+ <archive>
33
+ <manifestEntries>
34
+ <Automatic-Module-Name>org.locationtech.proj4j.epsg</Automatic-Module-Name>
35
+ </manifestEntries>
36
+ </archive>
37
+ </configuration>
38
+ </plugin>
39
+ </plugins>
40
+ </build>
41
+
42
</project>
0 commit comments