-
Improvement
-
Resolution: Fixed
-
Major
-
None
building MavenProject tru the maven ProjectBuilder api has some options currently "hardcoded" :
- processPlugins (will be false by default)
- resolveDependencies (will be false by default : too prevent too dependencies in Maven Info plugin)
- validationLevel (VALIDATION_LEVEL_MAVEN_2_0 for maven 2 builds, VALIDATION_LEVEL_MAVEN_3_0 for maven >= 3.0 builds).
We could made this configurable in advanced options.