|
From: John M <joh...@gm...> - 2015-12-24 13:41:05
|
Don't know too much on doclets or maven plugins - if it's a doclet you might be able to execute it as part of doc build.. but not sure. Also there is http://checkstyle.sourceforge.net/ which should have a plugin. J Regards, John W May joh...@gm... On 24 December 2015 at 10:27, Egon Willighagen <ego...@gm...> wrote: > Or are there better ways to do create such reports in Maven? > > Egon > > On Thu, Dec 24, 2015 at 11:12 AM, Egon Willighagen > <ego...@gm...> wrote: > > Hi John, > > > > as one of the tools to support the CDK development we used tools to > > make reports on common issues in the JavaDoc... originally this used > > the closed-source DocCheck, but at some point I wrote an Open Source > > alternative, OpenJavaDocCheck (OJDC, [0]), which never really got > > traction, but was useful nevertheless. > > > > I like to see this used for the CDK again, but not sure what the best > > way is to integrate this into the CDK pom.xml... I've just converted > > the OJDC build system to Maven, though it's not available from Maven > > Central... (I have yet to learn how to do that...) > > > > OJDC uses a Doclet, and I don't think it really needs a Maven plugin, > > but yet, still not sure how to call it optionally, rather like we can > > generate PMD reports... > > > > Suggestions? > > > > Egon > > > > 0.https://github.com/egonw/ojdcheck > > > > -- > > E.L. Willighagen > > Department of Bioinformatics - BiGCaT > > Maastricht University (http://www.bigcat.unimaas.nl/) > > Homepage: http://egonw.github.com/ > > LinkedIn: http://se.linkedin.com/in/egonw > > Blog: http://chem-bla-ics.blogspot.com/ > > PubList: http://www.citeulike.org/user/egonw/tag/papers > > ORCID: 0000-0001-7542-0286 > > ImpactStory: https://impactstory.org/EgonWillighagen > > > > -- > E.L. Willighagen > Department of Bioinformatics - BiGCaT > Maastricht University (http://www.bigcat.unimaas.nl/) > Homepage: http://egonw.github.com/ > LinkedIn: http://se.linkedin.com/in/egonw > Blog: http://chem-bla-ics.blogspot.com/ > PubList: http://www.citeulike.org/user/egonw/tag/papers > ORCID: 0000-0001-7542-0286 > ImpactStory: https://impactstory.org/EgonWillighagen > > > ------------------------------------------------------------------------------ > _______________________________________________ > Cdk-devel mailing list > Cdk...@li... > https://lists.sourceforge.net/lists/listinfo/cdk-devel > |