Hi, I assume you are using the Maven Job Type? If so you have to change to Freestyle project type...
Kind regards Karl Heinz Marbaise On Thursday, March 30, 2017 at 12:58:05 PM UTC+2, Johan Compagner wrote: > > Hi, > > i am getting this error: > > First time build. Skipping changelog. > Parsing POMs > ERROR: Failed to parse POMsorg.apache.maven.project.ProjectBuildingException > <http://stacktrace.jenkins-ci.org/search?query=org.apache.maven.project.ProjectBuildingException>: > Some problems were encountered while processing the POMs: > [ERROR] Child module C:\xxxxx\rhino\org.eclipse.dltk.javascript.rhino\pom.xml > of C:\xxxxx\rhino\pom.xml does not exist @ > > at > org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364) > at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361) > at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331) > at > hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1321) > at > hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1118) > at hudson.FilePath.act(FilePath.java:996) > at hudson.FilePath.act(FilePath.java:974) > at > hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:980) > at > hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:692) > at > hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534) > at hudson.model.Run.execute(Run.java:1728) > at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:544) > at hudson.model.ResourceController.execute(ResourceController.java:98) > at hudson.model.Executor.run(Executor.java:405) > > > But it is correct that that pom is not there. > > > This is a eclipse tycho plugin build that is doesn't use poms in all the > plugins (only 1 in the parent) > > So its a pommless build with Tycho > > > But it seems that Jenkins wants to really check first the modules and it > expects that the pom.xml is there? > > I don't want that, Jenkins should just call "mvn install" (or what ever i > targets i set as an arguments/opts) > > > I am looking through the options but i can't find anything that would disable > this scanning. > > > Johan > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/3daf2116-cba5-4c4e-995a-9d358e96ad2b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
