Jean Donato

Greenhorn
+ Follow
since Feb 27, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Jean Donato

Thanks Jayesh,
So, I did this, but nothing.

The more stranger is that I have actvation in my maven-proxy repo.
11 years ago
in loop
==========================================
[DEBUG] While downloading javax.activation:activation:1.0.2
This artifact has been relocated to javax.activation:activation:1.0.2.
This file has been relocated based on maven recommendations: http:maven.apache.org.guiodes/mini/guide-coping-with-sun-jars.html
===========================================
11 years ago
it stay stopped here:
...
...
Downloading: http://myrepo/ivy/repository/activation/activation/1.0.2/activation-1.0.2.pom
289b downloaded (activation-1.0.2.pom)
Downloading: http://myrepo/ivy/repository/javax/activation/activation/1.0.2/activation-1.0.2.pom
755b downloaded (activation-1.0.2.pom)

And in the folder repo1/javax/activation/activation/1.0.2 and repo1/activation/activation/1.0.2 I have the files: activation-1.0.2.pom, activation-1.0.2.pom.sha1 and activation-1.0.2.pom.sha1.tmp

and If I stop the console and run again mvn clean install, the file sha1.tmp is removed from folder, then it stopped here:

[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e build is platform dependent!
[INFO] Copying 30 resources
11 years ago
Hello guys..

I'm with a freak thing here! hehe

I'm using maven 2.2.1 and Java 1.6.0_38 and I have one maven project. And when I run mvn clean install, it stay trying trying download activation-1.0.2.pom, and fail...

I solved this by putting the activation "by my hands" in the repo's folder...

I would like know why this happen...

This already happened with someone else?

[]'s
11 years ago