Anyone knows any doc, article, tutorial about aggregator mojo development?

2015-09-18 Thread Cristiano Gavião
Hi, I'm looking for any information that would help me to develop an aggregator mojo. I've started to play with this code: List projects = getSession().getProjects(); for (MavenProject mavenProject : projects) { Plugin plugin = mavenProject

Re: Help on parent pom for spring boot project

2015-09-18 Thread Jeff MAURY
Use import scope for boot pom Jeff Le 18 sept. 2015 19:59, "Subramanian Olagappan" a écrit : > Sorry.. re-sending it again. > > Thanks, > Subbu > > On Fri, Sep 18, 2015 at 11:21 PM, Subramanian Olagappan > wrote: > > > Hi, > > > > We have a company wide

Re: Help on parent pom for spring boot project

2015-09-18 Thread Subramanian Olagappan
Sorry.. re-sending it again. Thanks, Subbu On Fri, Sep 18, 2015 at 11:21 PM, Subramanian Olagappan wrote: > Hi, > > We have a company wide parent pom for all the projects and it has all the > plugin and distribution management code. I now have a new project where we > wanted

Help on parent pom for spring boot project

2015-09-18 Thread Subramanian Olagappan
Hi, We have a company wide parent pom for all the projects and it has all the plugin and distribution management code. I now have a new project where we wanted to use spring-boot-starter-parent. We also wanted to update few of the versions using the property tag [ As described in 13.1.3 of

Re: Help on parent pom for spring boot project

2015-09-18 Thread Subramanian Olagappan
Hi Jeff, This is one option and it is listed in the spring documentation. In our case, eg: we want to use newer version of jaxson and "import" is not working. The working soln is, have spring-boot-starter-parent as parent pom and over ride the jaxson version ( as listed in the doc, see the URL in

Generate archetype from latest version?

2015-09-18 Thread Jordan Zimmerman
Is it possible to tell the Archetype plugin to use the latest version of an archetype when generating? That would make it far easier to script.  -Jordan

Execution sequence of tests with maven fail safe plugin

2015-09-18 Thread venkata srinivasarao kolla
Hi Team, I have developed some Junit tests which are distributed across several files and i am using maven fail safe plugin to run these tests. May i know in which order these tests will be executed i.e. which file will be picked up first and which is next. Is there a way to control the execution