Re: Maven trying to download '-sources.src' artifacts?

2012-10-18 Thread hbf
Turns out it was a problem with one of the indirect dependencies of my project. See http://stackoverflow.com/questions/12938815/maven-trying-to-download-sources-src-artifacts for the details. -- View this message in context: http://maven.40175.n5.nabble.com/Maven-trying-to-download-sources-src-

Maven trying to download '-sources.src' artifacts?

2012-10-17 Thread hbf
Dear all, I have a Maven project that so far used to compile without problems. Today, when I run mvn clean package -U, I get: [ERROR] Failed to execute goal on project myproj: Could not resolve dependencies for project org.myorg.myproj:myproj:jar:1.0-SNAPSHOT: The following artifacts could not be

Mvn test: how to get classpath when starting another VM?

2009-04-15 Thread hbf
Dear list, I have a unit test that uses Java's Runtime.exec() method to start another VM and execute code in it. I need this to test recovery from simulated power failure. The code that should run in the VM is a test case itself, from the same project. I do not know what classpath to pass to the