And yet, hudson shows it is passing. Anyone know if hudson cleans the .m2 each time it builds?
anyway ..
Drools GWT Console won't build w/o 1.1-M1 of errai-common and errai bus. 1.1-M1 is not yet in any of the repos.
[INFO] ------------------------------------------------------------------------
[INFO] Building Drools :: GWT Console
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /Users/randy/Documents/dev/views/drools/trunk/drools-process/drools-gwt-console/target
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
Missing:
----------
1) org.jboss.errai:errai-common:jar:1.1-M1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.jboss.errai -DartifactId=errai-common -Dversion=1.1-M1 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.jboss.errai -DartifactId=errai-common -Dversion=1.1-M1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.drools:drools-gwt-console:jar:5.1.0.SNAPSHOT
2) org.jboss.bpm:gwt-console-server-integration:jar:2.1-SNAPSHOT
3) org.jboss.bpm:gwt-console-rpc:jar:2.1-SNAPSHOT
4) org.jboss.errai:errai-common:jar:1.1-M1
2) org.jboss.errai:errai-bus:jar:1.1-M1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.jboss.errai -DartifactId=errai-bus -Dversion=1.1-M1 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.jboss.errai -DartifactId=errai-bus -Dversion=1.1-M1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.drools:drools-gwt-console:jar:5.1.0.SNAPSHOT
2) org.jboss.bpm:gwt-console-server-integration:jar:2.1-SNAPSHOT
3) org.jboss.bpm:gwt-console-rpc:jar:2.1-SNAPSHOT
4) org.jboss.errai:errai-bus:jar:1.1-M1
----------
2 required artifacts are missing.