You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/06/13 22:39:27 UTC

commons-release-plugin git commit: Repair Javadoc list tags.

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 <ga...@gmail.com>
Authored: Wed Jun 13 16:39:23 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
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


Re: commons-release-plugin git commit: Repair Javadoc list tags.

Posted by Gary Gregory <ga...@gmail.com>.
Fixed.

Gary

On Fri, Jun 15, 2018 at 8:20 AM Gary Gregory <ga...@gmail.com> 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 <ch...@gmail.com> wrote:
>
>> The build failed without the <li> tags around the inline <ul> tags.
>> Thoughts?
>>
>> -Rob
>>
>> > On Jun 13, 2018, at 6:39 PM, ggregory@apache.org 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 <ga...@gmail.com>
>> > Authored: Wed Jun 13 16:39:23 2018 -0600
>> > Committer: Gary Gregory <ga...@gmail.com>
>> > 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: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>

Re: commons-release-plugin git commit: Repair Javadoc list tags.

Posted by Rob Tompkins <ch...@gmail.com>.
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 <ga...@gmail.com> 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 <ch...@gmail.com> wrote:
> 
>> The build failed without the <li> tags around the inline <ul> tags.
>> Thoughts?
>> 
>> -Rob
>> 
>>> On Jun 13, 2018, at 6:39 PM, ggregory@apache.org 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 <ga...@gmail.com>
>>> Authored: Wed Jun 13 16:39:23 2018 -0600
>>> Committer: Gary Gregory <ga...@gmail.com>
>>> 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: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>> 
>> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: commons-release-plugin git commit: Repair Javadoc list tags.

Posted by Gary Gregory <ga...@gmail.com>.
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 <ch...@gmail.com> wrote:

> The build failed without the <li> tags around the inline <ul> tags.
> Thoughts?
>
> -Rob
>
> > On Jun 13, 2018, at 6:39 PM, ggregory@apache.org 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 <ga...@gmail.com>
> > Authored: Wed Jun 13 16:39:23 2018 -0600
> > Committer: Gary Gregory <ga...@gmail.com>
> > 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: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: commons-release-plugin git commit: Repair Javadoc list tags.

Posted by Rob Tompkins <ch...@gmail.com>.
The build failed without the <li> tags around the inline <ul> tags. Thoughts?

-Rob

> On Jun 13, 2018, at 6:39 PM, ggregory@apache.org 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 <ga...@gmail.com>
> Authored: Wed Jun 13 16:39:23 2018 -0600
> Committer: Gary Gregory <ga...@gmail.com>
> 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: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org