Jump to content

[1.15] Publication artifacts with "maven" plugin. Dependency version is warped


hohserg

Recommended Posts

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.15/blob/master/build.gradle

Problem in pom: 

<dependency>
  <groupId>codechicken</groupId>
  <artifactId>CodeChickenLib</artifactId>
  <version>1.15.2-3.3.4.402_mapped_snapshot_20200514-1.15.1</version>
  <classifier>universal</classifier>
  <scope>compile</scope>
</dependency>

`1.15.2-3.3.4.402_mapped_snapshot_20200514-1.15.1` is not correct version

`1.15.2-3.3.4.402` is correct version

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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