Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When sbt native packager is used to create an RPM, tar, or zip release files, the daffodil jars do not have the "_2.12" in the name. This usually isn't a big deal because we package these files along with the scala library, so we know they are compatible.
However, this can make it a bit more difficult to verify the published maven artifacts are the same as those in the helper binaries since they have different names. I have also heard of instances where the files in the RPM are used to create a mini local maven repository, which requires changing pom dependencies because the _2.12 is missing.
The sbt native packager plugin is used to creae the RPM, tar, and zip files--we should see if it can be configured so that it will include the _2.12 version in the jar names.