I created Maven projects inside Eclipse with these archetypes:
- EJB-javaee6
- Webapp-javaee6
Projects were created without a limit.
Does it make sense to convert such Maven projects into faceted form?
Which aspects would be useful and which might cause problems for the Maven project?
In particular: can any of the following aspects of the project conflict with what Maven answers?
- Java
- Javascript
- EJB module
- Dynamic web module
- GlassFish Deployment Descriptor Files
- JavaServer Faces
I got the impression that converting a Maven project into a faceted form would mean mixing the two worlds. Therefore, as a rule, I DO NOT admit ANY facet of the project.
But where I work, we have examples of Maven projects that are in faceted form, and I was wondering if there could be (without risk) advantages for it.
StaticNoiseLog
source share