- 
    Bug 
- 
    Resolution: Unresolved
- 
    Minor 
- 
    None
- 
    Jenkins 2.375.3
 maven 3.8.4, 3.9.0
 Pipeline Maven Integration Plugin 1274.v870c8cb_fa_369
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>"""
                }
            }
- is duplicated by
- 
                    JENKINS-71625 tycho causes warnings due to temporary pom.xml file name '.tycho-consumer-pom.xml' -         
- Closed
 
-