Hi Javier,
The issue is that when running mvn clean package -U (both from the command
line and within eclipse) on the kepler SR1 only the poms were downloaded but
not the jars. No matter what i try the jars would not get downloaded.
So does this mean that the mvn command fails because Maven refuses to
download the jars and therefore cannot package them in your über-jar?
As a quick&dirty workaround, you could just use two local repos, one for
the indigo and one for the kepler branch.
Then, for building you could respectively run either mvn clean package
-U -Dmaven.repo.local=/home/javier/.indigo_repo or mvn clean package -U
-Dmaven.repo.local=/home/javier/.kepler_repo (or similar).
This clearly does not solve the problem, but it may be a viable
workaround until a solution is found. Some people on this mailing list
will certainly be able to help you out :)
Cheers,
Malte
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]