andhow icon indicating copy to clipboard operation
andhow copied to clipboard

generating javadoc using maven plugin

Open rupeshA opened this issue 7 years ago • 4 comments

@eeverman , please have a look, I have tried hand on https://github.com/eeverman/andhow/issues/218

rupeshA avatar Oct 29 '18 16:10 rupeshA

Codecov Report

Merging #454 into master will decrease coverage by 1.33%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #454      +/-   ##
==========================================
- Coverage   78.97%   77.63%   -1.34%     
==========================================
  Files         122      119       -3     
  Lines        3781     3533     -248     
  Branches      635      569      -66     
==========================================
- Hits         2986     2743     -243     
+ Misses        612      607       -5     
  Partials      183      183
Impacted Files Coverage Δ
...va/org/yarnandtail/andhow/NonProductionConfig.java 75% <ø> (ø) :arrow_up:
...rg/yarnandtail/andhow/AndHowNonProductionUtil.java 73.8% <ø> (ø) :arrow_up:
...andtail/andhow/compile/AndHowCompileProcessor.java 78.65% <0%> (-12.53%) :arrow_down:
...va/org/yarnandtail/andhow/compile/CompileUnit.java 67.21% <0%> (-11.68%) :arrow_down:
...va/org/yarnandtail/andhow/internal/AndHowCore.java 74.75% <0%> (-3.82%) :arrow_down:
...ndhow/compile/PropertyRegistrarClassGenerator.java 97.43% <0%> (-2.57%) :arrow_down:
...andtail/andhow/compile/AndHowCompileException.java
...org/yarnandtail/andhow/compile/CompileProblem.java
.../org/yarnandtail/andhow/internal/InternalUtil.java
...in/java/org/yarnandtail/andhow/util/AndHowLog.java 91.66% <0%> (+0.75%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 09bebf7...201448e. Read the comment docs.

codecov[bot] avatar Oct 29 '18 16:10 codecov[bot]

The maven-javadoc-plugin plugin declaration is duplicated, @rupeshA . I think @eeverman was referring to customizing the Javadocs using the doclet feature that the JDK provides

code4t2 avatar Oct 29 '18 18:10 code4t2

I updated the description of #218

eeverman avatar Oct 30 '18 04:10 eeverman

@eeverman , sounds cool indeed, will give thought to this.

rupeshA avatar Oct 30 '18 04:10 rupeshA