-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins ver. 1.625.3
maven-plugin 2.12.1
We are working with internal maven extension which will set the maven properties on the fly during maven run, but maven build form jenkins build fails in parsing as unable evaluate the properties used in the pom files (seems parsing doesn't call maven internally).
Is it possible to disable parsing in someway ?
in below "groupId" property set by maven extension.
14:15:00 Parsing POMs*14:15:10* ERROR: Failed to parse POMs*14:15:10*
java.io.IOException
: remote file operation failed: workspace/Module_Build at hudson.remoting.Channel@7cdee4ed:: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:14:15:10 [ERROR] 'dependencies.dependency.groupId' for ${groupId}:commons:jar with value '${groupId}' does not match a valid id pattern. @ line 66, column 13
- is related to
-
JENKINS-30058 Support Maven Core Extensions
- Open