You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/mbari-org/commons.git
cd commons
mvn clean install
This produces:
[ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:4.8.0:doc-jar (attach-javadocs) on project scommons: MavenReportException: Error while creating archive: wrap: Process exited with an error: 1 (Exit value: 1) -> [Help 1]
Debugging using mvn clean scala:doc -rf :scommons -X shows the command that's failing:
If I remove the line: "scommons 0.0.4_3 API" in that file. Then the failing command will work (but I'm not sure about the rest of the scaladoc process yet)
To recreate:
git clone https://github.com/mbari-org/commons.git cd commons mvn clean install
This produces:
Debugging using
mvn clean scala:doc -rf :scommons -X
shows the command that's failing:Inpsecting
/private/var/folders/d7/4ps3zfnx08n8gxq0wc9ydddw0000gq/T/scala-maven-2306955749493420450.args
shows the contents are:If I remove the line:
"scommons 0.0.4_3 API"
in that file. Then the failing command will work (but I'm not sure about the rest of the scaladoc process yet)Blocking for #1. Existing scala plugin issue has been reported at davidB/scala-maven-plugin#604
The text was updated successfully, but these errors were encountered: