You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2021/10/12 18:36:35 UTC

[maven-doap-plugin] branch stabilize created (now 74521c9)

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a change to branch stabilize
in repository https://gitbox.apache.org/repos/asf/maven-doap-plugin.git.


      at 74521c9  Fix JavaDoc

This branch includes the following new commits:

     new 74521c9  Fix JavaDoc

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-doap-plugin] 01/01: Fix JavaDoc

Posted by rf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch stabilize
in repository https://gitbox.apache.org/repos/asf/maven-doap-plugin.git

commit 74521c92224a987f8195266ee8071228bd87020d
Author: rfscholte <rf...@apache.org>
AuthorDate: Tue Oct 12 20:36:23 2021 +0200

    Fix JavaDoc
---
 .../org/apache/maven/plugin/doap/DoapMojo.java     |  4 +-
 src/main/mdo/asfextOptions.mdo                     | 10 ++---
 src/main/mdo/doapOptions.mdo                       | 48 +++++++++++-----------
 .../org/apache/maven/plugin/doap/DoapUtilTest.java |  2 +-
 4 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugin/doap/DoapMojo.java b/src/main/java/org/apache/maven/plugin/doap/DoapMojo.java
index f11166d..41faca1 100644
--- a/src/main/java/org/apache/maven/plugin/doap/DoapMojo.java
+++ b/src/main/java/org/apache/maven/plugin/doap/DoapMojo.java
@@ -81,8 +81,8 @@ import java.util.Set;
 import java.util.TimeZone;
 
 /**
- * Generate a <a href="http://usefulinc.com/ns/doap">Description of a Project (DOAP)</a> file from the main information
- * found in a POM. <br/>
+ * <p>Generate a <a href="http://usefulinc.com/ns/doap">Description of a Project (DOAP)</a> file from the main information
+ * found in a POM. </p>
  * <b>Note</b>: The generated file is tailored for use by projects at <a
  * href="http://projects.apache.org/doap.html">Apache</a>.
  *
diff --git a/src/main/mdo/asfextOptions.mdo b/src/main/mdo/asfextOptions.mdo
index 420f8e7..0efaaf2 100644
--- a/src/main/mdo/asfextOptions.mdo
+++ b/src/main/mdo/asfextOptions.mdo
@@ -43,7 +43,7 @@ http://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/asfext<
       <fields>
         <field>
           <name>xmlnsPrefix</name>
-          <description><![CDATA[The ASFext xmlns prefix.<br/>
+          <description><![CDATA[The ASFext xmlns prefix.<br>
 <b>Default value</b>: asfext]]></description>
           <version>1.0.0</version>
           <type>String</type>
@@ -51,7 +51,7 @@ http://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/asfext<
         </field>
         <field>
           <name>xmlnsNamespaceURI</name>
-          <description><![CDATA[The URI of the ASFext xmlns namespace.<br/>
+          <description><![CDATA[The URI of the ASFext xmlns namespace.<br>
 <b>Default value</b>: http://projects.apache.org/ns/asfext#]]></description>
           <version>1.0.0</version>
           <type>String</type>
@@ -66,7 +66,7 @@ http://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/asfext<
         </field>
         <field>
           <name>pmc</name>
-          <description><![CDATA[The top level element within a file. Optional will be discovered from POM.<br/>
+          <description><![CDATA[The top level element within a file. Optional will be discovered from POM.<br>
 <b>Default value</b>: ${project.url}
 @see <a href="http://projects.apache.org/docs/pmc.html">http://projects.apache.org/docs/pmc.html</a>]]></description>
           <version>1.0.0</version>
@@ -76,7 +76,7 @@ http://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/asfext<
         </field>
         <field>
           <name>name</name>
-          <description><![CDATA[The name of the PMC, including the 'Apache ', e.g. 'Apache Forrest'. Optional will be discovered from POM.<br/>
+          <description><![CDATA[The name of the PMC, including the 'Apache ', e.g. 'Apache Forrest'. Optional will be discovered from POM.<br>
 <b>Default value</b>: ${project.name}
 @see <a href="http://projects.apache.org/docs/pmc.html">http://projects.apache.org/docs/pmc.html</a>]]></description>
           <version>1.0.0</version>
@@ -95,7 +95,7 @@ http://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/asfext<
         </field>
         <field>
           <name>chair</name>
-          <description><![CDATA[This should contain the name of the current PMC chairperson. Optional.<br/>
+          <description><![CDATA[This should contain the name of the current PMC chairperson. Optional.<br>
 <b>Note</b>: it will be discovered from ${project.developers.roles}
 @see <a href="http://projects.apache.org/docs/pmc.html">http://projects.apache.org/docs/pmc.html</a>]]></description>
           <version>1.0.0</version>
diff --git a/src/main/mdo/doapOptions.mdo b/src/main/mdo/doapOptions.mdo
index e8d7a5e..5acbf60 100644
--- a/src/main/mdo/doapOptions.mdo
+++ b/src/main/mdo/doapOptions.mdo
@@ -47,7 +47,7 @@ some POM options.
         </field>
         <field>
           <name>xmlnsNamespaceURI</name>
-          <description><![CDATA[The URI of the DOAP xmlns namespace.<br/>
+          <description><![CDATA[The URI of the DOAP xmlns namespace.<br>
 <b>Default value</b>: http://usefulinc.com/ns/doap#]]></description>
           <version>1.0.0</version>
           <type>String</type>
@@ -71,7 +71,7 @@ some POM options.
         </field>
         <field>
           <name>bugDatabase</name>
-          <description><![CDATA[Bug tracker for a project.<br/>
+          <description><![CDATA[Bug tracker for a project.<br>
 <b>Default value</b>: ${project.issueManagement.url}
 @see <a href="http://usefulinc.com/ns/doap#bug-database">http://usefulinc.com/ns/doap#bug-database</a>]]></description>
           <version>1.0.0</version>
@@ -81,8 +81,8 @@ some POM options.
         </field>
         <field>
           <name>category</name>
-          <description><![CDATA[A category of project.<br/>
-<b>Default value</b>: library<br/>
+          <description><![CDATA[A category of project.<br>
+<b>Default value</b>: library<br>
 <b>Note</b>: This string is comma separated to allow several categories.
 @see <a href="http://usefulinc.com/ns/doap#category">http://usefulinc.com/ns/doap#category</a>]]></description>
           <version>1.0.0</version>
@@ -92,7 +92,7 @@ some POM options.
         </field>
         <field>
           <name>created</name>
-          <description><![CDATA[Date when something was created, in YYYY-MM-DD form. e.g. 2004-04-05.<br/>
+          <description><![CDATA[Date when something was created, in YYYY-MM-DD form. e.g. 2004-04-05.<br>
 <b>Default value</b>: ${project.inceptionYear}-01-01
 @see <a href="http://usefulinc.com/ns/doap#created">http://usefulinc.com/ns/doap#created</a>]]></description>
           <version>1.0.0</version>
@@ -102,7 +102,7 @@ some POM options.
         </field>
         <field>
           <name>description</name>
-          <description><![CDATA[The project description.<br/>
+          <description><![CDATA[The project description.<br>
 <b>Default value</b>: ${project.description}
 @see <a href="http://usefulinc.com/ns/doap#description">http://usefulinc.com/ns/doap#description</a>]]></description>
           <version>1.0.0</version>
@@ -112,7 +112,7 @@ some POM options.
         </field>
         <field>
           <name>downloadPage</name>
-          <description><![CDATA[Web page from which the project software can be downloaded.<br/>
+          <description><![CDATA[Web page from which the project software can be downloaded.<br>
 <b>Default value</b>: ${project.distributionManagement.downloadUrl}
 @see <a href="http://usefulinc.com/ns/doap#download-page">http://usefulinc.com/ns/doap#download-page</a>]]></description>
           <version>1.0.0</version>
@@ -122,7 +122,7 @@ some POM options.
         </field>
         <field>
           <name>downloadMirror</name>
-          <description><![CDATA[Mirror of software download web page.<br/>
+          <description><![CDATA[Mirror of software download web page.<br>
 <b>Note</b>: This string is comma separated to allow several mirror pages.
 @see <a href="http://usefulinc.com/ns/doap#download-mirror">http://usefulinc.com/ns/doap#download-mirror</a>]]></description>
           <version>1.0.0</version>
@@ -131,7 +131,7 @@ some POM options.
         </field>
         <field>
           <name>homepage</name>
-          <description><![CDATA[URL of a project's homepage, associated with exactly one project.<br/>
+          <description><![CDATA[URL of a project's homepage, associated with exactly one project.<br>
 <b>Default value</b>: ${project.url}
 @see <a href="http://usefulinc.com/ns/doap#homepage">http://usefulinc.com/ns/doap#homepage</a>]]></description>
           <version>1.0.0</version>
@@ -141,7 +141,7 @@ some POM options.
         </field>
         <field>
           <name>implementations</name>
-          <description><![CDATA[A specification that a project implements. Could be a standard, API or legally defined level of conformance.<br/>
+          <description><![CDATA[A specification that a project implements. Could be a standard, API or legally defined level of conformance.<br>
 <b>Note</b>: This string is comma separated to allow several implementations.
 @see <a href="http://usefulinc.com/ns/doap#implements">http://usefulinc.com/ns/doap#implements</a>]]></description>
           <version>1.0.0</version>
@@ -159,7 +159,7 @@ some POM options.
         </field>
         <field>
           <name>license</name>
-          <description><![CDATA[The URI of an RDF description of the license the software is distributed under.<br/>
+          <description><![CDATA[The URI of an RDF description of the license the software is distributed under.<br>
 <b>Default value</b>: ${project.licenses[0].url}
 @see <a href="http://usefulinc.com/ns/doap#license">http://usefulinc.com/ns/doap#license</a>]]></description>
           <version>1.0.0</version>
@@ -169,8 +169,8 @@ some POM options.
         </field>
         <field>
           <name>mailingList</name>
-          <description><![CDATA[Single web page that allows people to find out more information about the mailing lists provided by the project.<br/>
-<b>Default value</b>: ${project.url}/mail-lists.html<br/>
+          <description><![CDATA[Single web page that allows people to find out more information about the mailing lists provided by the project.<br>
+<b>Default value</b>: ${project.url}/mail-lists.html<br>
 <b>Note</b>: by default, the mailing list page is the one generated by the Maven Project Info Reports Plugin.
 @see <a href="http://usefulinc.com/ns/doap#mailing-list">http://usefulinc.com/ns/doap#mailing-list</a>]]></description>
           <version>1.0.0</version>
@@ -180,7 +180,7 @@ some POM options.
         </field>
         <field>
           <name>name</name>
-          <description><![CDATA[The project name.<br/>
+          <description><![CDATA[The project name.<br>
 <b>Default value</b>: ${project.name}
 @see <a href="http://usefulinc.com/ns/doap#name">http://usefulinc.com/ns/doap#name</a>]]></description>
           <version>1.0.0</version>
@@ -198,7 +198,7 @@ some POM options.
         </field>
         <field>
           <name>os</name>
-          <description><![CDATA[Operating system that a project is limited to.  Omit this property if the project is not OS-specific.<br/>
+          <description><![CDATA[Operating system that a project is limited to.  Omit this property if the project is not OS-specific.<br>
 <b>Note</b>: This string is comma separated to allow several OS.
 @see <a href="http://usefulinc.com/ns/doap#os">http://usefulinc.com/ns/doap#os</a>]]></description>
           <version>1.0.0</version>
@@ -207,7 +207,7 @@ some POM options.
         </field>
         <field>
           <name>platform</name>
-          <description><![CDATA[Indicator of software platform (non-OS specific), e.g. Java, Firefox, ECMA CLR.<br/>
+          <description><![CDATA[Indicator of software platform (non-OS specific), e.g. Java, Firefox, ECMA CLR.<br>
 <b>Note</b>: This string is comma separated to allow several platforms.
 @see <a href="http://usefulinc.com/ns/doap#platform">http://usefulinc.com/ns/doap#platform</a>]]></description>
           <version>1.0.0</version>
@@ -216,8 +216,8 @@ some POM options.
         </field>
         <field>
           <name>programmingLanguage</name>
-          <description><![CDATA[Programming language a project is implemented in or intended for use with.<br/>
-<b>Default value</b>: Java<br/>
+          <description><![CDATA[Programming language a project is implemented in or intended for use with.<br>
+<b>Default value</b>: Java<br>
 <b>Note</b>: This string is comma separated to allow several programming-language.
 @see <a href="http://usefulinc.com/ns/doap#programming-language">http://usefulinc.com/ns/doap#programming-language</a>]]></description>
           <version>1.0.0</version>
@@ -227,7 +227,7 @@ some POM options.
         </field>
         <field>
           <name>scmAnonymous</name>
-          <description><![CDATA[Anonymous Source Repository as URL or Maven format.<br/>
+          <description><![CDATA[Anonymous Source Repository as URL or Maven format.<br>
 <b>Default value</b>: ${project.scm.connection}
 @see <a href="http://usefulinc.com/ns/doap#Repository">http://usefulinc.com/ns/doap#Repository</a>
 @see <a href="http://usefulinc.com/ns/doap#CVSRepository">http://usefulinc.com/ns/doap#CVSRepository</a>
@@ -239,7 +239,7 @@ some POM options.
         </field>
         <field>
           <name>scmDeveloper</name>
-          <description><![CDATA[Developer Source Repository as URL or Maven format.<br/>
+          <description><![CDATA[Developer Source Repository as URL or Maven format.<br>
 <b>Default value</b>: ${project.scm.developerConnection}
 @see <a href="http://usefulinc.com/ns/doap#Repository">http://usefulinc.com/ns/doap#Repository</a>
 @see <a href="http://usefulinc.com/ns/doap#CVSRepository">http://usefulinc.com/ns/doap#CVSRepository</a>
@@ -267,7 +267,7 @@ some POM options.
         </field>
         <field>
           <name>shortdesc</name>
-          <description><![CDATA[Short (8 or 9 words) plain text description of a project.<br/>
+          <description><![CDATA[Short (8 or 9 words) plain text description of a project.<br>
 <b>Default value</b>: ${project.description}
 @see <a href="http://usefulinc.com/ns/doap#shortdesc">http://usefulinc.com/ns/doap#shortdesc</a>]]></description>
           <version>1.0.0</version>
@@ -277,7 +277,7 @@ some POM options.
         </field>
         <field>
           <name>vendor</name>
-          <description><![CDATA[Vendor organization: commercial, free or otherwise.<br/>
+          <description><![CDATA[Vendor organization: commercial, free or otherwise.<br>
 <b>Default value</b>: ${project.organization.name}
 @see <a href="http://usefulinc.com/ns/doap#vendor">http://usefulinc.com/ns/doap#vendor</a>]]></description>
           <version>1.0.0</version>
@@ -345,8 +345,8 @@ some POM options.
           <code>
             <![CDATA[
     /**
-     * Get the path of the DOAP file that will be generated, no notion of path. <br/>
-     * If not specified, return <code>"doap_" + this.artifactId + ".rdf"</code> <br/>
+     * Get the path of the DOAP file that will be generated, no notion of path. <br>
+     * If not specified, return <code>"doap_" + this.artifactId + ".rdf"</code> <br>
      *
      * @return String
      */
diff --git a/src/test/java/org/apache/maven/plugin/doap/DoapUtilTest.java b/src/test/java/org/apache/maven/plugin/doap/DoapUtilTest.java
index d8038bb..4961356 100644
--- a/src/test/java/org/apache/maven/plugin/doap/DoapUtilTest.java
+++ b/src/test/java/org/apache/maven/plugin/doap/DoapUtilTest.java
@@ -88,7 +88,7 @@ public class DoapUtilTest
     }
 
     /**
-     * Test method for {@link DoapUtil#writeRdfResourceElement(XMLWriter, String, String)}.
+     * Test method for {@link DoapUtil#writeRdfResourceElement(XMLWriter, String, String, String)}.
      *
      * @throws Exception if any
      */