You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Konrad Windszus (Jira)" <ji...@apache.org> on 2022/06/27 13:50:00 UTC

[jira] [Created] (MPLUGIN-401) Error: missing '>' for end of tag

Konrad Windszus created MPLUGIN-401:
---------------------------------------

             Summary: Error: <a> missing '>' for end of tag
                 Key: MPLUGIN-401
                 URL: https://issues.apache.org/jira/browse/MPLUGIN-401
             Project: Maven Plugin Tools
          Issue Type: Bug
          Components: Plugin Plugin
    Affects Versions: 3.6.4
            Reporter: Konrad Windszus


When executing {{mvn clean site -X}} on https://github.com/apache/jackrabbit-filevault-package-maven-plugin (e.g. on commit a356dd9) the following error is emitted during {{maven-plugin-plugin:3.6.4:descriptor}}
{code}
[DEBUG] expand complete
[INFO] java-annotations mojo extractor found 9 mojo descriptors.
[DEBUG] Adding mojo: org.apache.maven.tools.plugin.ExtendedMojoDescriptor [role: 'org.apache.maven.plugin.Mojo', hint: 'org.apache.jackrabbit:filevault-package-maven-plugin:1.3.1-SNAPSHOT:check-signature', realm: null] to plugin descriptor.
[DEBUG] Adding mojo: org.apache.maven.tools.plugin.ExtendedMojoDescriptor [role: 'org.apache.maven.plugin.Mojo', hint: 'org.apache.jackrabbit:filevault-package-maven-plugin:1.3.1-SNAPSHOT:help', realm: null] to plugin descriptor.
[DEBUG] Adding mojo: org.apache.maven.tools.plugin.ExtendedMojoDescriptor [role: 'org.apache.maven.plugin.Mojo', hint: 'org.apache.jackrabbit:filevault-package-maven-plugin:1.3.1-SNAPSHOT:analyze-classes', realm: null] to plugin descriptor.
[DEBUG] Adding mojo: org.apache.maven.tools.plugin.ExtendedMojoDescriptor [role: 'org.apache.maven.plugin.Mojo', hint: 'org.apache.jackrabbit:filevault-package-maven-plugin:1.3.1-SNAPSHOT:validate-files', realm: null] to plugin descriptor.
[DEBUG] Adding mojo: org.apache.maven.tools.plugin.ExtendedMojoDescriptor [role: 'org.apache.maven.plugin.Mojo', hint: 'org.apache.jackrabbit:filevault-package-maven-plugin:1.3.1-SNAPSHOT:generate-metadata', realm: null] to plugin descriptor.
[DEBUG] Adding mojo: org.apache.maven.tools.plugin.ExtendedMojoDescriptor [role: 'org.apache.maven.plugin.Mojo', hint: 'org.apache.jackrabbit:filevault-package-maven-plugin:1.3.1-SNAPSHOT:generate-cnd', realm: null] to plugin descriptor.
[DEBUG] Adding mojo: org.apache.maven.tools.plugin.ExtendedMojoDescriptor [role: 'org.apache.maven.plugin.Mojo', hint: 'org.apache.jackrabbit:filevault-package-maven-plugin:1.3.1-SNAPSHOT:validate-package', realm: null] to plugin descriptor.
[DEBUG] Adding mojo: org.apache.maven.tools.plugin.ExtendedMojoDescriptor [role: 'org.apache.maven.plugin.Mojo', hint: 'org.apache.jackrabbit:filevault-package-maven-plugin:1.3.1-SNAPSHOT:format-xml', realm: null] to plugin descriptor.
[DEBUG] Adding mojo: org.apache.maven.tools.plugin.ExtendedMojoDescriptor [role: 'org.apache.maven.plugin.Mojo', hint: 'org.apache.jackrabbit:filevault-package-maven-plugin:1.3.1-SNAPSHOT:package', realm: null] to plugin descriptor.
line 6 column 16 - Error: <a> missing '>' for end of tag
{code}

It is unclear to me, where the missing end tag really is and on which file the "line 6 column 16" refers to. When looking at {{target/classes/META-INF/maven/plugin.xml}} the line 6 only contains
{code}
 <name>Apache Jackrabbit FileVault - Package Maven Plugin</name>
{code}
I also looked in the javadoc for missing closing tags for <a> but haven't found anything.

The same error "line 6 column 16 - Error: <a> missing '>' for end of tag" is logged twice again during the subsequent "maven-plugin-plugin:3.6.4:report"
{code}
 [INFO] Generating "Plugin Documentation" report --- maven-plugin-plugin:3.6.4:report
line 6 column 16 - Error: <a> missing '>' for end of tag
line 6 column 16 - Error: <a> missing '>' for end of tag
{code}

Even if the error is in fact in some custom javadoc and not in the templates shipped with m-p-p or some false positives the path of the file containing the error should be logged.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)