jBPM console: Build Failure
mjat Jan 26, 2012 11:28 AMHi,
jBoss AS, Guvnor and the Eclipse plugins were installed successfully.
Now I'm trying to build jBPM console and getting following message after "mvn clean install":
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jboss.bpm:gwt-console:war:2.4.0-SNAP
SHOT
[WARNING] The expression ${version} is deprecated. Please use ${project.version} instead.
[WARNING] The expression ${version} is deprecated. Please use ${project.version} instead.
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] JBoss BPM - Console
[INFO] JBoss BPM - Console::Shared
[INFO] JBoss BPM - Console::Shared::RPC
[INFO] JBoss BPM - Console::Server
[INFO] JBoss BPM - Console::Server::Integration
[INFO] JBoss BPM - Console::Server::Webapp
[INFO] JBoss BPM - Console::GUI
[INFO] JBoss BPM - Console::GUI:Profiles
[INFO] JBoss BPM - Console::GUI::Profile::jbpm
[INFO] JBoss BPM - Console::GUI::Profile::Drools
[INFO] JBoss BPM - Console::GUI::Profile::RiftSaw
[INFO] JBoss BPM - Console::GUI::Webapp
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss BPM - Console 2.4.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-source-plugin/2.1.2
/maven-source-plugin-2.1.2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-source-plugin/2.1.2/maven-source-plugin-2.1.2.
pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss BPM - Console ............................... FAILURE [3.190s]
[INFO] JBoss BPM - Console::Shared ....................... SKIPPED
[INFO] JBoss BPM - Console::Shared::RPC .................. SKIPPED
[INFO] JBoss BPM - Console::Server ....................... SKIPPED
[INFO] JBoss BPM - Console::Server::Integration .......... SKIPPED
[INFO] JBoss BPM - Console::Server::Webapp ............... SKIPPED
[INFO] JBoss BPM - Console::GUI .......................... SKIPPED
[INFO] JBoss BPM - Console::GUI:Profiles ................. SKIPPED
[INFO] JBoss BPM - Console::GUI::Profile::jbpm ........... SKIPPED
[INFO] JBoss BPM - Console::GUI::Profile::Drools ......... SKIPPED
[INFO] JBoss BPM - Console::GUI::Profile::RiftSaw ........ SKIPPED
[INFO] JBoss BPM - Console::GUI::Webapp .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.768s
[INFO] Finished at: Thu Jan 26 17:10:28 CET 2012
[INFO] Final Memory: 7M/108M
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.apache.maven.plugins:maven-source-plugin:2.1.2 or one of its dependencies could not be resolved: Fail
ed to read artifact descriptor for org.apache.maven.plugins:maven-source-plugin:jar:2.1.2: Could not transfer artifact o
rg.apache.maven.plugins:maven-source-plugin:pom:2.1.2 from/to jboss-public-repository-group (https://repository.jboss.or
g/nexus/content/groups/public/): Error transferring file: Connection refused: connect -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
Can someone help? Btw. I am using maven 3.0.3 but I guess thats not the problem. Further, I used the version bpmc-bpm-console-b7fff01 (https://github.com/bpmc/bpm-console)
Best regards