|
From: Egon W. <ego...@gm...> - 2015-12-24 10:27:42
|
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 |