Copy common file during maven assembly

2015-09-19 Thread Jagat Singh
I am building one maven assembly. The structure is like this src main server app1 app2 app3 client app1 app2 app3 common server.xml The assembly makes the output as server.zip app1 app2 app3 I want to include server.xml in each of the output folders for apps. So my output should be server.zip

Re: Help on parent pom for spring boot project

2015-09-19 Thread Jeff MAURY
If you follow Maven rules if you import both spring boot and Jackson then the version of Jackson use will be the one from you pom Jeff Le 19 sept. 2015 04:16, "Subramanian Olagappan" a écrit : > Hi Jeff, > > This is one option and it is listed in the spring documentation. In our > case, eg: we w