Don’t worry about it…I’m preparing the RC for 1.3, and I’ve already gotten it.

> On Jun 15, 2018, at 10:20 AM, Gary Gregory <[email protected]> wrote:
> 
> That's my fault, I've been building with 'mvn clean site' which does not
> generate Javadoc. Running 'mvn javadoc:javadoc' fails. I'll fix. When is
> lame, is that Eclipse likes the Javadocs and displays them nicely.
> 
> I will fix...
> 
> Gary
> 
> On Fri, Jun 15, 2018 at 8:01 AM Rob Tompkins <[email protected]> wrote:
> 
>> The build failed without the <li> tags around the inline <ul> tags.
>> Thoughts?
>> 
>> -Rob
>> 
>>> On Jun 13, 2018, at 6:39 PM, [email protected] wrote:
>>> 
>>> Repository: commons-release-plugin
>>> Updated Branches:
>>> refs/heads/master bd02fb6b9 -> fc71aa2ef
>>> 
>>> 
>>> Repair Javadoc list tags.
>>> 
>>> Project:
>> http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
>>> Commit:
>> http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/fc71aa2e
>>> Tree:
>> http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/fc71aa2e
>>> Diff:
>> http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/fc71aa2e
>>> 
>>> Branch: refs/heads/master
>>> Commit: fc71aa2ef3ea82461cbf10bc9c32c584b6e4fa99
>>> Parents: bd02fb6
>>> Author: Gary Gregory <[email protected]>
>>> Authored: Wed Jun 13 16:39:23 2018 -0600
>>> Committer: Gary Gregory <[email protected]>
>>> Committed: Wed Jun 13 16:39:23 2018 -0600
>>> 
>>> ----------------------------------------------------------------------
>>> .../plugin/mojos/CommonsDistributionStagingMojo.java   | 13 +++++++------
>>> 1 file changed, 7 insertions(+), 6 deletions(-)
>>> ----------------------------------------------------------------------
>>> 
>>> 
>>> 
>> http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/fc71aa2e/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
>>> ----------------------------------------------------------------------
>>> diff --git
>> a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
>> b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
>>> index 02f1e89..2268cf8 100755
>>> ---
>> a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
>>> +++
>> b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
>>> @@ -253,18 +253,19 @@ public class CommonsDistributionStagingMojo
>> extends AbstractMojo {
>>>     * the directory structure of the distribution staging repository.
>> Specifically:
>>>     * <ul>
>>>     *     <li>root:</li>
>>> -     *     <li><ul>
>>> +     *     <ul>
>>> +     *         <li>site</li>
>>>     *         <li>site.zip</li>
>>>     *         <li>RELEASE-NOTES.txt</li>
>>>     *         <li>source:</li>
>>> -     *         <li><ul>
>>> +     *         <ul>
>>>     *             <li>-src artifacts....</li>
>>> -     *         </ul></li>
>>> +     *         </ul>
>>>     *         <li>binaries:</li>
>>> -     *         <li><ul>
>>> +     *         <ul>
>>>     *             <li>-bin artifacts....</li>
>>> -     *         </ul></li>
>>> -     *     </ul></li>
>>> +     *         </ul>
>>> +     *     </ul>
>>>     * </ul>
>>>     *
>>>     * @param copiedReleaseNotes is the RELEASE-NOTES.txt file that
>> exists in the
>>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>> 
>> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to