[
https://issues.apache.org/jira/browse/STANBOL-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983760#action_12983760
]
Fabian Christ commented on STANBOL-36:
--------------------------------------
Could not reproduce in r1060796.
Did the following:
$ rm -rf ~/.m2/repository/eu/iksproject
$ mvn clean install -DskipTests
$ mvn dependency:resolve -U
without any errors.
> Build error: missing
> eu.iksproject:eu.iksproject.kres.shared.transformation:jar:0.7
> -----------------------------------------------------------------------------------
>
> Key: STANBOL-36
> URL: https://issues.apache.org/jira/browse/STANBOL-36
> Project: Stanbol
> Issue Type: Bug
> Reporter: Andreas Kuckartz
> Priority: Blocker
>
> In stanbol directory:
> $ mvn dependency:resolve -U
> ...
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) eu.iksproject:eu.iksproject.kres.shared.transformation:jar:0.7
> Try downloading the file manually from the project website.
> Then, install it using the command:
> mvn install:install-file -DgroupId=eu.iksproject
> -DartifactId=eu.iksproject.kres.shared.transformation -Dversion=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=eu.iksproject
> -DartifactId=eu.iksproject.kres.shared.transformation -Dversion=0.7
> -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> Path to dependency:
> 1) eu.iksproject:eu.iksproject.kres.reasoners:bundle:0.7
> 2) eu.iksproject:eu.iksproject.kres.shared.transformation:jar:0.7
> ----------
> 1 required artifact is missing.
> for artifact:
> eu.iksproject:eu.iksproject.kres.reasoners:bundle:0.7
> from the specified remote repositories:
> com.springsource.repository.bundles.external
> (http://repository.springsource.com/maven/bundles/external),
> central (http://repo1.maven.org/maven2),
> java.net (http://download.java.net/maven/2),
> apache (http://repository.apache.org/content/groups/snapshots-group)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.