Hm, having a look at the Error Log view wouldn't have been a bad idea... Turns out this is the root of the LifecycleExecutionException:
... Caused by: org.apache.maven.plugin.PluginExecutionException: Mojo execution failed. at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:601) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:498) ... 28 more Caused by: org.apache.maven.plugin.MojoExecutionException: Error calculating classpath for project MavenProject: com.intuit.eclipse.tcr.ui.quickbase:com.intuit.eclipse.tcr.ui.quickbase:0.0.1-SNAPSHOT @ C:\dev\workspace\com.intuit.eclipse.tcr.ui.quickbase\pom.xml at org.apache.felix.bundleplugin.BundlePlugin.execute(BundlePlugin.java:231) at org.apache.felix.bundleplugin.BundlePlugin.execute(BundlePlugin.java:218) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:579) ... 29 more Caused by: java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:203) at java.util.zip.ZipFile.<init>(ZipFile.java:234) at aQute.lib.osgi.ZipResource.build(ZipResource.java:39) at aQute.lib.osgi.ZipResource.build(ZipResource.java:32) at aQute.lib.osgi.Jar.<init>(Jar.java:35) at org.apache.felix.bundleplugin.BundlePlugin.getClasspath(BundlePlugin.java:685) at org.apache.felix.bundleplugin.BundlePlugin.execute(BundlePlugin.java:227) ... 31 more So, I have a stacktrace now, and apparently maven-bundle-plugin is trying to open some zip file. Please let me know if anybody has any ideas about this. Thanks! -- View this message in context: http://www.nabble.com/maven-bundle-plugin%3A-Mojo-execution-failed-tp21591185p21592175.html Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
