Jump to content

Publication artifacts with "maven" plugin. Dependency version is warped


Recommended Posts

Posted (edited)

I set up a publication to maven, but using `fg.deobf` warped dependency version in pom-file. How to fix?

My build.gradle: https://github.com/ElegantNetworking/ElegantNetworking_1.14/blob/master/build.gradle

Problem in pom: 

<dependencies>
  <dependency>
    <groupId>codechicken</groupId>
      <artifactId>CodeChickenLib</artifactId>
      <version>1.14.4-3.2.8.374_mapped_snapshot_20190719-1.14.3</version>
      <classifier>universal</classifier>
    <scope>compile</scope>
  </dependency>
</dependencies>

`1.14.4-3.2.8.374_mapped_snapshot_20190719-1.14.3` is not correct.

`1.14.4-3.2.8.374` is correct

Edited by hohserg
Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.