gnodet commented on PR #11549:
URL: https://github.com/apache/maven/pull/11549#issuecomment-3657261916

   > one question: one reason for having one build pom per sub-project is that 
there are resources, assemblies, and everything that goes beyond just the 
compiler step, and also there are unit tests, and ITs, and everything else
   > 
   > in this "one single pom for one single compiler run that build many 
independent Java modular jars", how do you handle the flexibility about 
everything that is not .class in the modular jars, and their tests, etc?
   
   The 
[`<source>`](https://maven.apache.org/ref/4.0.0-rc-5/api/maven-api-model/apidocs/org/apache/maven/api/model/Source.html)
 element in POM 4.1.0 is more flexible than the `<resource>` element in POM 
4.0.0.  This is where all the modular information is stored.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to