> between the two builds. It happens during the execution of > dependency:purge-local-repository. As you can see in the "build" pastebins
I have a lot of projects that are built with Maven, and not a single one uses purge-local-repo. Why are you using it? > below, there's only one library affected (profilage-lse). But, it's > re-downloaded once during the standalone build, and twice during the > "multi-module" build. Might seem benign, but when I comment out the > execution for that goal, the warning disappears, and the "multimodule" build > is successful. I would eliminate your usage of purge-local-repo if at all possible since it sounds like that would solve your problem. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
