Hi, I have a problem with the Maven plugin inside of Jenkins. I have two small Maven-based Java projects with nearly identical pom.xml.
While the first projekt called javatk works fine, I always see on console log for the second Maven project called calc the following: <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f D:/build/calc\pom.xml clean install site Warte bis Jenkins die Datensammlung abgeschlossen hat [JENKINS] Archiving D:\build\calc\pom.xml to de.genesys_e/calc/1.0-SNAPSHOT/calc-1.0-SNAPSHOT.pom channel stopped (Sorry for the german output.) Executing Maven directly on the build system (outside Jenkins) works, also local builds. How can I find out what's Mavens problem inside Jenkins. The system log doesn't help much and I could not found a feature for enabling advanced logging. Jenkins 1.532.2 Maven plugin 2.0.3 Maven 3.0.4 Can someone give me a hint? Björn -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
