Piergiorgio Lucidi created CONNECTORS-1764:
----------------------------------------------
Summary: Error publishing Maven artifacts due to the Maven Source
Plugin change
Key: CONNECTORS-1764
URL: https://issues.apache.org/jira/browse/CONNECTORS-1764
Project: ManifoldCF
Issue Type: Improvement
Components: Build
Affects Versions: ManifoldCF 2.27
Reporter: Piergiorgio Lucidi
Fix For: ManifoldCF next
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)