build errors: jms missing, embedded excluded
---------------------------------------------
Key: ARQ-43
URL:
https://jira.jboss.org/jira/browse/ARQ-43
Project: Arquillian
Issue Type: Bug
Environment: steven@core2duo:~/workspace/arquillian/demo$ mvn --version
Maven version: 2.0.10
Java version: 1.6.0_15
OS name: "linux" version: "2.6.31-16-generic" arch: "i386"
Family: "unix"
Reporter: Steven Boscarine
Assignee: Pete Muir
Issue 1: jms JAR missing from demo app.
Missing:
----------
1) javax.jms:jms:jar:1.1
Try downloading the file manually from:
http://java.sun.com/products/jms/docs.html
Then, install it using the command:
mvn install:install-file -DgroupId=javax.jms -DartifactId=jms -Dversion=1.1
-Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=javax.jms -DartifactId=jms -Dversion=1.1
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) iorg.jboss.arquillian:arquillian-demo:jar:1.0.0-SNAPSHOT
2) javax.jms:jms:jar:1.1
----------
1 required artifact is missing.
for artifact:
iorg.jboss.arquillian:arquillian-demo:jar:1.0.0-SNAPSHOT
from the specified remote repositories:
central (
http://repo1.maven.org/maven2)
Issue(?) 2: container-jboss-embedded and demo not included in master build.
I am not sure if this is an accident or the intended structure. If you intended to keep
them separate, could you please update the documentation? I found this bug trying to
run:
http://community.jboss.org/docs/DOC-14376?uniqueTitle=false
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira