Maven build with an empty repository doesn't work
-------------------------------------------------
Key: JBRULES-2736
URL:
https://jira.jboss.org/browse/JBRULES-2736
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: All
Reporter: Geoffrey De Smet
Assignee: Geoffrey De Smet
Priority: Minor
Fix For: 5.2.0.M1
[INFO] ------------------------------------------------------------------------
[INFO] Building Drools :: Persistence :: JPA
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
...
Missing:
----------
1) javax.transaction:jta:jar:1.1
Try downloading the file manually from:
http://java.sun.com/products/jta
Then, install it using the command:
mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta -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.transaction -DartifactId=jta -Dversion=1.1
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.drools:drools-persistence-jpa:jar:5.2.0.SNAPSHOT
2) javax.transaction:jta:jar:1.1
2) antlr:antlr:jar:2.7.6
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=antlr -DartifactId=antlr -Dversion=2.7.6
-Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=antlr -DartifactId=antlr -Dversion=2.7.6
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.drools:drools-persistence-jpa:jar:5.2.0.SNAPSHOT
2) org.hibernate:hibernate-core:jar:3.3.0.SP1
3) antlr:antlr:jar:2.7.6
3) dom4j:dom4j:jar:1.6.1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=dom4j -DartifactId=dom4j -Dversion=1.6.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=dom4j -DartifactId=dom4j -Dversion=1.6.1
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.drools:drools-persistence-jpa:jar:5.2.0.SNAPSHOT
2) dom4j:dom4j:jar:1.6.1
4) org.slf4j:slf4j-api:jar:1.6.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.slf4j -DartifactId=slf4j-api -Dversion=1.6.0
-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.slf4j -DartifactId=slf4j-api -Dversion=1.6.0
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.drools:drools-persistence-jpa:jar:5.2.0.SNAPSHOT
2) org.slf4j:slf4j-api:jar:1.6.0
----------
4 required artifacts are missing.
for artifact:
org.drools:drools-persistence-jpa:jar:5.2.0.SNAPSHOT
from the specified remote repositories:
com.springsource.repository.bundles.release
(
http://repository.springsource.com/maven/bundles/release),
codehaus-snapshot (
http://snapshots.repository.codehaus.org),
com.springsource.repository.bundles.external
(
http://repository.springsource.com/maven/bundles/external),
rio-project.org (
http://www.rio-project.org/maven2),
central (
http://repo1.maven.org/maven2),
codehaus (
http://repository.codehaus.org),
apache-incubating (
http://people.apache.org/repo/m2-snapshot-repository/),
repo.openehealth.org (
http://repo.openehealth.org/maven2/releases),
jboss-deprecated (
https://repository.jboss.org/nexus/content/repositories/deprecated/),
jboss-public-repository-group
(
https://repository.jboss.org/nexus/content/groups/public/)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira