maven
module needs better structure
#343
Labels
area/maven
Relates to maven changes
effort/high
kind/refactor
Refactoring of existing features
lang/java
Related to Java Code
triage/needed
Needs to be discussed by project maintainers
Description
The maven folder needs to be better ordered and structured.
The idea behind the restructure is to organize the modules that work together under the same parents.
If you take a look currently:
maven/polyglot
we have a module that is just a pom that controls the lifecycle of maven in regards to polyglotpkgmaven/plugins/polyglot
we have a maven plugin that defines certain goals and modifies some components again... this handles things likemvn clean
,mvn package
, etc and modifies them a little bitmaven/plugins/common
we have common configsmaven/archetypes/polyglot
we have the polyglot archetype.The above is just a small example in regard to how
polyglot
is handled, but this is valid for other types.Proposition
Proposition is something like:
Notes
archetypes-new
partcommon
folder as wellThe text was updated successfully, but these errors were encountered: