Your message dated Sun, 8 Jan 2012 13:09:24 +0100
with message-id <[email protected]>
and subject line Close old issue on maven-surefire-plugin
has caused the Debian Bug report #577704,
regarding libsurefire-java: maven-surefire-plugin not detected by mvn-debian
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
577704: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577704
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libsurefire-java
Version: 2.4.3-3
Severity: important
I am working packaging struts2 from source. While doing a test build I faced
problem where maven-surefire-plugin is not detected by mvn-debian.
Following is the debug output.
onkar@iBook:~/Desktop/struts-2.1.8/src$ mvn-debian -e -f core/pom.xml
skip faking of existing javax.servlet:servlet-api::2.4
skip faking of existing jaxen:jaxen::debian
+ Error stacktraces are turned on.
[INFO]
NOTE: Maven is executing in offline mode. Any artifacts not already in your
local
repository will be inaccessible.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Struts 2 Core
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: org.apache.maven.plugins:maven-surefire-plugin
Reason: POM 'org.apache.maven.plugins:maven-surefire-plugin' not found in
repository: System is offline.
org.apache.maven.plugins:maven-surefire-plugin:pom:2.3
for project org.apache.maven.plugins:maven-surefire-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Unable to build project
for plugin 'org.apache.maven.plugins:maven-surefire-plugin': POM
'org.apache.maven.plugins:maven-surefire-plugin' not found in repository:
System is offline.
org.apache.maven.plugins:maven-surefire-plugin:pom:2.3
for project org.apache.maven.plugins:maven-surefire-plugin
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1557)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1851)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindLifecycleForPackaging(DefaultLifecycleExecutor.java:1311)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycleMappings(DefaultLifecycleExecutor.java:1275)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:534)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at
org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
at org.debian.maven.Wrapper.main(Wrapper.java:90)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.InvalidPluginException: Unable to build
project for plugin 'org.apache.maven.plugins:maven-surefire-plugin': POM
'org.apache.maven.plugins:maven-surefire-plugin' not found in repository:
System is offline.
org.apache.maven.plugins:maven-surefire-plugin:pom:2.3
for project org.apache.maven.plugins:maven-surefire-plugin
at
org.apache.maven.plugin.DefaultPluginManager.checkRequiredMavenVersion(DefaultPluginManager.java:293)
at
org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(DefaultPluginManager.java:205)
at
org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java:184)
at
org.apache.maven.plugin.DefaultPluginManager.loadPluginDescriptor(DefaultPluginManager.java:1642)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1540)
... 20 more
Caused by: org.apache.maven.project.ProjectBuildingException: POM
'org.apache.maven.plugins:maven-surefire-plugin' not found in repository:
System is offline.
org.apache.maven.plugins:maven-surefire-plugin:pom:2.3
for project org.apache.maven.plugins:maven-surefire-plugin
at
org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:605)
at
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
at
org.apache.maven.plugin.DefaultPluginManager.checkRequiredMavenVersion(DefaultPluginManager.java:277)
... 24 more
Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: System
is offline.
org.apache.maven.plugins:maven-surefire-plugin:pom:2.3
at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:203)
at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
at
org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
... 26 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 seconds
[INFO] Finished at: Wed Apr 14 00:40:20 IST 2010
[INFO] Final Memory: 2M/5M
[INFO] ------------------------------------------------------------------------
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.32-3-powerpc
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libsurefire-java depends on:
ii junit 3.8.2-4 Automated testing framework for Ja
ii junit4 4.8.1-3 JUnit regression test framework fo
ii libjmock-java 1.0.1-4 Java library for testing code with
ii testng 5.10+dfsg-2 testing framework for Java
libsurefire-java recommends no packages.
libsurefire-java suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 2.10-1
Close old issues about maven-surefire-plugin versionning (ie. default version
is embbed in super-pom in maven-project.jar).
Cheers,
--
Damien
signature.asc
Description: This is a digitally signed message part.
--- End Message ---