You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by shreyas <sh...@hotmail.com> on 2015/01/22 08:41:58 UTC

Help with getting platforms/karaf/features validate

I am developing a new component on master and tried executing this mvn clean install -Pvalidate as per the new component guide. This fails as below. It looks like some configuration issue? The failure has nothing to do with anything new I am adding. Could some one please help to get this running. Thanks.

[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.karaf.tooling:features-maven-plugin:2.4.1:validate (validate) on project apache-camel: Unable to validate F:
\Projects\Java\camel\platforms\karaf\features\target\classes\features.xml: Could not transfer artifact org.apache.servicemix.specs:org.apache.servicem
ix.specs.activation-api-1.1:jar:2.2.0 from/to google.script.repo (http://scriptengines.googlecode.com/svn/m2-repo/): No connector available to access
repository google.script.repo (http://scriptengines.googlecode.com/svn/m2-repo/) of type default using the available factories WagonRepositoryConnecto
rFactory
[ERROR] org.apache.servicemix.specs:org.apache.servicemix.specs.activation-api-1.1:jar:2.2.0
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] google.script.repo (http://scriptengines.googlecode.com/svn/m2-repo/, releases=true, snapshots=false),
[ERROR] com.springsource.repository.bundles.release (http://repository.springsource.com/maven/bundles/release, releases=true, snapshots=true),
[ERROR] com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/external, releases=true, snapshots=true),
[ERROR] apache.snapshots (http://repository.apache.org/snapshots/, releases=false, snapshots=true),
[ERROR] central (http://repo.maven.apache.org/maven2, releases=true, snapshots=false)


Thanks,
Shreyas