Filtering resources with variables from build-helper-maven-plugin:reserve-network-port

2014-09-16 Thread Martin Todorov
Hi, I've been dealing with a bit of an odd scenario where i have number of projects running in Jenkins which all open ports for different things (Jetty, Derby, various other servers). So, in order for them to not clash, I am using the build-helper-maven-plugin's reserve-network-port goal attached

RE: Classpath issue in custom maven plugin

2014-09-16 Thread Martin Gainty
From: mgai...@hotmail.com To: users@maven.apache.org Subject: RE: Classpath issue in custom maven plugin Date: Mon, 15 Sep 2014 18:49:41 -0400 Date: Mon, 15 Sep 2014 19:06:56 +0530 Subject: Classpath issue in custom maven plugin From: kavita.gpt1...@gmail.com To:

Re: Filtering resources with variables from build-helper-maven-plugin:reserve-network-port

2014-09-16 Thread Baptiste Mathus
Hi Martin, This should be totally feasible. Indeed, even the ITs of the plugin itself actually use the fact that properties are indeed defined to be able to print them out at some later point. Would you be able to expose some demo project somewhere on GitHub for example? Cheers 2014-09-16 13:45

Maven archetype question

2014-09-16 Thread illcar
Hi, I have two questions regarding maven archetype. My project has a maven archetype for generating skeleton for a Java service. In addition to it, it has archetype for generating DAO skeleton, and a maven plugin for code generation. These are too many steps for the end developer. I am trying