Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
ManifoldCF 2.27
-
None
Description
An error is returned when trying to publish Maven release artifacts:
Failed to execute goal org.apache.maven.plugins:maven-source-plugin:3.3.1:jar (attach-sources) on project mcf-less-compiler: Presumably you have configured maven-source-plugin to execute twice in your build. You have to configure a classifier for at least one of them.
In order to solve this issue, starting from Maven Source Plugin 3.3.0, we have to update the Maven Source Plugin configuration changing the goal from jar to jar-no-fork.