During build our pipeline we see lot of this warnings. I think it is similar issue to JENKINS-43616">JENKINS-43616, JENKINS-42302">JENKINS-42302, JENKINS-56666">JENKINS-56666
[jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
It comes from https://tycho.eclipseprojects.io/doc/latest/tycho-packaging-plugin/update-consumer-pom-mojo.html
as default value for required parameter tychoPomFileName
we use it in our pipeline maven in this way:
steps {
withMaven(mavenLocalRepo: MAVEN_REPO, mavenOpts: MAVENOPTS, publisherStrategy: 'EXPLICIT') {
bat label: "", script: """
mvn """
}
}
Originally reported by rimuln, imported from: Warning for transient pom from tycho-packaging-plugin:update-consumer-pom
- assignee:
bguerin
- status: Open
- priority: Minor
- component(s): pipeline-maven-plugin
- resolution: Unresolved
- votes: 0
- watchers: 2
- imported: 20251211-223321
Raw content of original issue
During build our pipeline we see lot of this warnings. I think it is similar issue to JENKINS-43616, JENKINS-42302, JENKINS-56666
[jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
It comes from https://tycho.eclipseprojects.io/doc/latest/tycho-packaging-plugin/update-consumer-pom-mojo.html
as default value for required parameter tychoPomFileName
we use it in our pipeline maven in this way:
steps {
withMaven(mavenLocalRepo: MAVEN_REPO, mavenOpts: MAVENOPTS, publisherStrategy: 'EXPLICIT') {
bat label: "<some label>", script: """
mvn <parameters depends on step>"""
}
}
environment
Jenkins 2.375.3<br/>
maven 3.8.4, 3.9.0<br/>
Pipeline Maven Integration Plugin 1274.v870c8cb_fa_369
1 attachment
During build our pipeline we see lot of this warnings. I think it is similar issue to JENKINS-43616">
JENKINS-43616, JENKINS-42302">JENKINS-42302, JENKINS-56666">JENKINS-56666[jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occurIt comes from https://tycho.eclipseprojects.io/doc/latest/tycho-packaging-plugin/update-consumer-pom-mojo.html
as default value for required parameter tychoPomFileName
we use it in our pipeline maven in this way:
steps { withMaven(mavenLocalRepo: MAVEN_REPO, mavenOpts: MAVENOPTS, publisherStrategy: 'EXPLICIT') { bat label: "", script: """ mvn """ } }Originally reported by rimuln, imported from: Warning for transient pom from tycho-packaging-plugin:update-consumer-pom
Raw content of original issue
environment
1 attachment