Issue Details (XML | Word | Printable)

Key: FWK-119
Type: Bug Bug
Status: Open Open
Priority: Critical Critical
Assignee: Unassigned
Reporter: Ahmet Alp Balkan
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JCaptcha Framework

Maven Artifact Dependency Misconfiguration

Created: 04/Aug/10 10:36 AM   Updated: 04/Aug/10 10:36 AM
Component/s: None
Affects Version/s: 1.0
Fix Version/s: None

Environment: Maven 2, JCaptcha 1.0


 Description  « Hide
As described in mvn repo site for jcaptcha 1.0 http://mvnrepository.com/artifact/com.octo.captcha/jcaptcha/1.0

POM dependency:
<dependency>
    <groupId>com.octo.captcha</groupId>
    <artifactId>jcaptcha</artifactId>
    <version>1.0</version>
</dependency>

When given dependency entry is used it throws a WARNING:
[WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for com/octo/captcha/jcaptcha-api/1.0/jcaptcha-api-1.0.jar - IGNORING

and throws an ERROR about

[ERROR] BUILD ERROR
[INFO] -----------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) com.jhlabs:imaging:jar:01012005

I think there is a misconfiguration in maven artifact dependencies.

Is it possible to fix it?

Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.