I don't know why, but detailed reports (especially stacktraces) should be available in target/surefire-reports/*. If not available, it might be a problem with maven, so try with mvn -X package.
Regards, ikedam On Saturday, February 15, 2014 6:18:45 AM UTC+9, Akihiro HARAI wrote: > > I am working on Ubuntu 13.10 with Maven 3.0.4 and Java 1.7.0_45(Oracle, > 64-bit). > > I tried to create the first plugin with the official > tutorial<https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial> > . > However, I got the following error during "mvn package": > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running InjectedTest > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.09 sec > <<< FAILURE! > > Results : > > Tests in error: > initializationError(InjectedTest): org/mortbay/component/LifeCycle > > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0 > > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > > I have two Ubuntu machines, but the results were the same. > > Does anyone know how to solve this problem? > -- 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/groups/opt_out.
