Details
-
Improvement
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
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.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
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. |
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 |
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. |
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 | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Component/s | maven-plugin [ 16033 ] | |
Component/s | maven2 [ 15487 ] |
Workflow | JNJira [ 138516 ] | JNJira + In-Review [ 204792 ] |
Integrated in
hudson_main_trunk #426
changelog pour
JENKINS-8406Olivier Lamy :
Files :