andhow icon indicating copy to clipboard operation
andhow copied to clipboard

Maven build complains about 'no module descriptor'

Open eeverman opened this issue 7 years ago • 3 comments

This is a good first task on the AndHow project if you know Maven well

The Maven build inserts some warnings about missing module descriptors. Can these be addressed or quieted? The build does work as expected.

no module descriptor for org.yarnandtail:andhow 
no module descriptor for org.yarnandtail:andhow-core
no module descriptor for org.yarnandtail:andhow-annotation-processor

eeverman avatar Oct 27 '18 15:10 eeverman

Perhaps I could try this as well, @eeverman ?

code4t2 avatar Oct 27 '18 17:10 code4t2

Addressed by #449

This error can be eliminated by moving to Java 9+ and leveraging its modular build system as suggested here by @rfscholte

As a bonus, a couple of other errors with com.sun:tools are eliminated as well.

code4t2 avatar Oct 28 '18 15:10 code4t2

Apparently the module issues will not go away until we move to idk 9, so I am moving this issue to the 0.6.0 milestone.

eeverman avatar Oct 30 '18 01:10 eeverman