Re: Structuring bigger Maven projects

2016-12-01 Thread João Cabrita
Florian, the use case you're describing is similar to what I'm using at my current job: we have 3 applications and a bunch of internal libraries that are used by those applications and, in some cases, applications developed by other teams in the company. Each of the applications live in a separat

Re: Structuring bigger Maven projects

2016-12-01 Thread Christian Schulte
Am 12/01/16 um 10:02 schrieb João Cabrita: [...] > Each of the applications live in a separate repository [...] > The libraries also have a repository each [...] That's due to the SCM in use. Yes. This is something to keep in mind as well. What can be one (big) repository using subversion, m

Re: How does the jar plugin produce a "*-tests.jar" when I don't specify that?

2016-12-01 Thread Adrien Rivard
Is he using "-Dmaven.test.skip=true" when building? This property skips the build of the tests jar , contrary do -DskipTests=true that skip the execution of the tests. On Thu, Dec 1, 2016 at 12:41 AM, KARR, DAVID wrote: > > -Original Message- > > From: Laird Nelson [mailto:ljnel...@gmail

Source build of CloudStack versions 4.8.11 and 4.9.0.1 fails

2016-12-01 Thread Max Walker
Hello, I am getting the following error when I do a source build on version 4.8.11 and 4.9.0.1 (mvn -P deps is the command I run): --- BUILD FAILURE [INFO] [INFO] Total time: 7.442s [INFO] Finished at: Tue Nov 29 14:10:59 I