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]
