Hi, I tried to create a drools service unit with the following comand:
mvn archetype:create -DarchetypeGroupId=org.apache.servicemix.tooling -DarchetypeArtifactId=servicemix-drools-service-unit -DgroupId=com.private.test -DartifactId=test-drools-su -DremoteRepositories=http://people.apache.org/repo/m2-incubating-repository This operation fails with the error: [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. GroupId: org.apache.servicemix.tooling ArtifactId: servicemix-drools Version: RELEASE Reason: Unable to determine the release version Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.servicemix.tooling -DartifactId=servicemix-drools \ -Dversion=RELEASE -Dpackaging=jar -Dfile=/path/to/file org.apache.servicemix.tooling:servicemix-drools:jar:RELEASE I also tried it with specifying a specific release version via -Dversion but without any success. Am I doing something wrong or is it just broken? Many thanks, lhe -- View this message in context: http://www.nabble.com/servicemix-drools-service-unit-archetype-broken--tf4377982s12049.html#a12479066 Sent from the ServiceMix - User mailing list archive at Nabble.com.
