can't build features trunk with clean local repo
------------------------------------------------
Key: SMX4-74
URL: https://issues.apache.org/activemq/browse/SMX4-74
Project: ServiceMix 4
Issue Type: Bug
Reporter: Freeman Fang
Fix For: 4.0-m2
get error as follows
Missing:
----------
1) org.drools:drools-compiler:jar:4.0.7
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.drools
-DartifactId=drools-compiler -Dversion=4.0.7 -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.drools -DartifactId=drools-compiler
-Dversion=4.0.7 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
Path to dependency:
1)
org.apache.servicemix.examples.loan-broker:loan-broker-drools-su:jbi-service-unit:4.0-m2-SNAPSHOT
2) org.drools:drools-compiler:jar:4.0.7
----------
seems the drools lib get removed from public maven repo, we need add jboss repo
url to the pom.xml
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.