[
https://issues.apache.org/jira/browse/MASSEMBLY-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Enrico Olivelli updated MASSEMBLY-901:
--------------------------------------
Description:
[ERROR]maven-assembly-plugin/src/main/java/org/apache/maven/plugins/assembly/AssemblerConfigurationSource.java:161:
error: no tag name after @
[ERROR] * @ return the maven reader filter
[ERROR] ^
[ERROR]
maven-assembly-plugin/target/generated-sources/modello/org/apache/maven/plugins/assembly/model/ModuleSet.java:17:
error: self-closing element not allowed
[ERROR] * <br/><b>NOTE:</b> When using <moduleSets> from the
[ERROR] ^
[ERROR]
maven-assembly-plugin/target/generated-sources/modello/org/apache/maven/plugins/assembly/model/Repository.java:22:
error: self-closing element not allowed
[ERROR] * <br/><b>NOTE:</b> Currently, only artifacts from the
[ERROR] ^
This error is only on JDK11, we can drop that javadoc annotation because the
only subclass SingleAssemblyMojo already has "@Mojo(threadsafe=true)"
[ERROR] Exit code: 1 -
/home/diennea.lan/enrico.olivelli/dev/maven-assembly-plugin/src/main/java/org/apache/maven/plugins/assembly/mojos/AbstractAssemblyMojo.java:60:
error: unknown tag: threadSafe
[ERROR] * @threadSafe
was:
[ERROR]maven-assembly-plugin/src/main/java/org/apache/maven/plugins/assembly/AssemblerConfigurationSource.java:161:
error: no tag name after @
[ERROR] * @ return the maven reader filter
[ERROR] ^
[ERROR]
maven-assembly-plugin/target/generated-sources/modello/org/apache/maven/plugins/assembly/model/ModuleSet.java:17:
error: self-closing element not allowed
[ERROR] * <br/><b>NOTE:</b> When using <moduleSets> from the
[ERROR] ^
[ERROR]
maven-assembly-plugin/target/generated-sources/modello/org/apache/maven/plugins/assembly/model/Repository.java:22:
error: self-closing element not allowed
[ERROR] * <br/><b>NOTE:</b> Currently, only artifacts from the
[ERROR] ^
This error is only on JDK11 but it is not trivial to fix it
[ERROR] Exit code: 1 -
/home/diennea.lan/enrico.olivelli/dev/maven-assembly-plugin/src/main/java/org/apache/maven/plugins/assembly/mojos/AbstractAssemblyMojo.java:60:
error: unknown tag: threadSafe
[ERROR] * @threadSafe
> Fix trivial javadocs HTML errors
> --------------------------------
>
> Key: MASSEMBLY-901
> URL: https://issues.apache.org/jira/browse/MASSEMBLY-901
> Project: Maven Assembly Plugin
> Issue Type: Task
> Affects Versions: 3.1.1
> Reporter: Enrico Olivelli
> Assignee: Enrico Olivelli
> Priority: Blocker
> Fix For: 3.1.1
>
>
> [ERROR]maven-assembly-plugin/src/main/java/org/apache/maven/plugins/assembly/AssemblerConfigurationSource.java:161:
> error: no tag name after @
> [ERROR] * @ return the maven reader filter
> [ERROR] ^
> [ERROR]
> maven-assembly-plugin/target/generated-sources/modello/org/apache/maven/plugins/assembly/model/ModuleSet.java:17:
> error: self-closing element not allowed
> [ERROR] * <br/><b>NOTE:</b> When using <moduleSets> from the
> [ERROR] ^
> [ERROR]
> maven-assembly-plugin/target/generated-sources/modello/org/apache/maven/plugins/assembly/model/Repository.java:22:
> error: self-closing element not allowed
> [ERROR] * <br/><b>NOTE:</b> Currently, only artifacts from the
> [ERROR] ^
>
> This error is only on JDK11, we can drop that javadoc annotation because the
> only subclass SingleAssemblyMojo already has "@Mojo(threadsafe=true)"
> [ERROR] Exit code: 1 -
> /home/diennea.lan/enrico.olivelli/dev/maven-assembly-plugin/src/main/java/org/apache/maven/plugins/assembly/mojos/AbstractAssemblyMojo.java:60:
> error: unknown tag: threadSafe
> [ERROR] * @threadSafe
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)