Browse Source

Removed Automatic-Module-Name from carrier and geocoder... (#3758)

* Added Automatic-Module-Name to published jars. Context: https://b.corp.google.com/issues/308334884

* Removed Automatic-Module-Name from carrier and geocoder. Classes in these modules belong to the same package as core libphonenumber library, which leads to the split package problem with Java modules.
pull/3764/head
Tijana Vislavski Gradina 1 year ago
committed by GitHub
parent
commit
9fc0f28fb9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 8 deletions
  1. +0
    -4
      java/carrier/pom.xml
  2. +0
    -4
      java/geocoder/pom.xml

+ 0
- 4
java/carrier/pom.xml View File

@ -52,10 +52,6 @@
<manifestFile>
${project.build.outputDirectory}/META-INF/MANIFEST.MF
</manifestFile>
<manifestEntries>
<Automatic-Module-Name>com.google.i18n.phonenumbers.carrier
</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</execution>


+ 0
- 4
java/geocoder/pom.xml View File

@ -62,10 +62,6 @@
<manifestFile>
${project.build.outputDirectory}/META-INF/MANIFEST.MF
</manifestFile>
<manifestEntries>
<Automatic-Module-Name>com.google.i18n.phonenumbers.geocoder
</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</execution>


Loading…
Cancel
Save