-
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.
[JENKINS-8406] Add more options to configure maven project building
Description |
Original:
building MavenProject tru the maven ProjectBuilder api has some options currently "hardcoded" : * processPlugins (must be true by default) * resolveDependencies (must be true by default) * 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. |
New:
building MavenProject tru the maven ProjectBuilder api has some options currently "hardcoded" : * processPlugins (will be false by default) * resolveDependencies (will be false by default) * 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. |
Description |
Original:
building MavenProject tru the maven ProjectBuilder api has some options currently "hardcoded" : * processPlugins (will be false by default) * resolveDependencies (will be false by default) * 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. |
New:
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. |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Component/s | New: maven-plugin [ 16033 ] | |
Component/s | Original: maven2 [ 15487 ] |
Workflow | Original: JNJira [ 138516 ] | New: JNJira + In-Review [ 204792 ] |