-
Bug
-
Resolution: Fixed
-
Medium
-
2.4.1
-
None
My plan fails as follows:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.Missing:
----------
1) com.cenqua.clover:clover:jar:2.6.2Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.cenqua.clover -DartifactId=clover -Dversion=2.6.2 -Dpackaging=jar -Dfile=/path/to/fileAlternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.cenqua.clover -DartifactId=clover -Dversion=2.6.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]Path to dependency:
1) com.atlassian.maven.plugins:maven-clover2-plugin:maven-plugin:2.6.2-r2
2) com.cenqua.clover:clover:jar:2.6.2----------
1 required artifact is missing.for artifact:
com.atlassian.maven.plugins:maven-clover2-plugin:maven-plugin:2.6.2-r2from the specified remote repositories:
central (http://repo1.maven.org/maven2)
There is no settings.xml in effect, and no mention of Clover in any of my POMs.
[BAM-4888] Maven 2 project with automatic Clover integration can't find Clover
Workflow | Original: Bamboo Workflow 2016 v1 - Restricted [ 1442324 ] | New: JAC Bug Workflow v3 [ 3383285 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: Bamboo Workflow 2016 v1 [ 1419314 ] | New: Bamboo Workflow 2016 v1 - Restricted [ 1442324 ] |
Workflow | Original: Bamboo Workflow 2014 v2 [ 615324 ] | New: Bamboo Workflow 2016 v1 [ 1419314 ] |
Workflow | Original: Bamboo Workflow 2014 [ 600774 ] | New: Bamboo Workflow 2014 v2 [ 615324 ] |
Workflow | Original: Bamboo Workflow 2010 [ 201398 ] | New: Bamboo Workflow 2014 [ 600774 ] |
Workflow | Original: reviewflow [ 195763 ] | New: Bamboo Workflow 2010 [ 201398 ] |
Status | Original: Closed [ 6 ] | New: Resolved [ 5 ] |
Fix Version/s | New: 2.5 [ 14841 ] |
Fix Version/s | New: 2.5 M6 [ 14981 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Clover 2.6.2 has been made available on the Maven central repo.