Re: Misunderstanding modules: "Two or more projects in the reactor have the same identifier"

2014-01-07 Thread Patrick Turcotte
We are doing something similar with what I call an assembly project. I have the following structure: assembly - pom.xml - projectA - pom.xml - projectB - pom.xml - projectC - pom.xml - projectX - pom.xml Where the assembly's pom.xml contains like: pom projectA p

Re: continuous releasing: versions:set and/or release:update-version to release an aggregator project

2013-08-01 Thread Patrick Turcotte
On 01/08/13 01:19 AM, Nestor Urquiza wrote: Hi, Let me give more information, I use an aggregator project for war1 project: ../jar1 ../jar2 ../war-inc ../war1 Another aggregator project for war2 project: ../jar1 ../war-inc

Re: maven multi parent?

2013-07-30 Thread Patrick Turcotte
Hi, What you are describing here is not really multi-parent. Model / Common Util / Data connect / Business can all have a common parent if you want to control dependency versions in one place, but not mandatory. Site A / Site B / Site C just have to depend on your artifact (model, common ut

Re: Bootstrapping a multi-repository multi-module build

2013-05-30 Thread Patrick Turcotte
Maybe take a look at how the nuxeo team does it. https://github.com/nuxeo/nuxeo look at the clone.py file. Ptrick On 30/05/13 12:07 PM, Stephen Colebourne wrote: I'm aware of that, but we don't want another tool for our customers to learn. I'll stick with a shell script if nothing else comes

Re: AW: Is there any generic Maven code generator?

2013-02-28 Thread Patrick Turcotte
ng > it myself? > > Chris > > ----- > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > -- Patrick Turcotte Directeur technologique patrick.turco...@revolutionlinux.com (819) 780-8955, poste 1129 Sans frais 1-800-996-8955, poste 1129

Re: dynamically select resources and apply filtering

2013-02-28 Thread Patrick Turcotte
pache.org For additional commands, e-mail: users-h...@maven.apache.org - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Patrick Turcotte --

Re: Deploy a project to multiple locations

2013-01-11 Thread Patrick Turcotte
only. So I go into myself and try to look for an alternative way. 2013/1/10 Patrick Turcotte : Hi, If what you want is to deploy a war with different servers (possibly with different configurations), you could use profiles. And if you want to do it for all of them in one go, you could write a

Re: Deploy a project to multiple locations

2013-01-10 Thread Patrick Turcotte
oal are welcome. :-) - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Patrick Turcotte Directeur technologique patrick.turco...@revolutionlinux.com (819) 780-8955,

Re: Best practice to share a common set of jsps between war artifacts ?

2010-03-19 Thread Patrick Turcotte
>From the top of my head: Bundle your jsps in a minimal war project. Use war overlays (basically, if I understand right, a dependency on your jsp-war from your real war project) to assemble into the 2 projects. In wrapper project, use something like. com.example.testing.war internal war

Re: auto code format eclipse .settings

2010-03-17 Thread Patrick Turcotte
;> >> ----- >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org >> For additional commands, e-mail: users-h...@maven.apache.org >> >> >> >> > -- Patrick Turcotte Développeur/Archite

Re: Working locally, building remotely?

2010-03-03 Thread Patrick Turcotte
- > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > -- Patrick Turcotte Développeur/Architecte Java patrick.turco...@revolutionlinux.com (819) 780

Re: Reflexion about dependencies.

2010-03-03 Thread Patrick Turcotte
For a more complete anwser, read: http://www.sonatype.com/people/2009/10/maven-tips-and-tricks-optimizing-with-the-maven-dependency-plugin/ Patrick On 10-03-02 01:06 PM, Patrick Turcotte wrote: > mvn dependency:tree > > should help you see nested dependencies. The codehaus mave

Re: Newbie Maven layout question

2010-03-02 Thread Patrick Turcotte
Part of your problem could/(should?) be resolved with parent poms. A good read is the sonatype maven book ( http://www.sonatype.com/products/maven/documentation/book-defguide) Patrick On 10-03-02 02:18 PM, user09772 wrote: > > > dahoffer wrote: > >> Without knowing details all I can give are

Re: Reflexion about dependencies.

2010-03-02 Thread Patrick Turcotte
mvn dependency:tree should help you see nested dependencies. The codehaus maven eclipse plugin can also help you visualize it. Patrick On 10-03-02 12:16 PM, Wayne Fay wrote: >> The fact is that some dependencies that I use, handles other dependencies >> that I use too. My IDE is therefore unable

Re: How to check badly formed pom.xml

2010-03-01 Thread Patrick Turcotte
> syntactically correct. Is there any apache API for that? >>> >>> for example, if one of the tag is missing or say is wrong. Then which >>> method >>> I should use so that I got exception thrown, so that I can handle it. &

Re: Configure Proxy based on location

2010-03-01 Thread Patrick Turcotte
How about installing and running Nexus on your own computer, pointing to your office first, and the world as a mirror? Patrick On 10-03-01 08:22 AM, Nick Klauer wrote: > More or less i've asked this on StackOverflow, but I was totally unaware of > the users mailing list, so I'm reposting here sin

Re: Adding zip as dependencies

2010-02-12 Thread Patrick Turcotte
I think you need to add zip to your dependency. Patrick On 10-02-03 01:46 AM, rocks@ wrote: > Hello All > I am using maven 2.0.9 ,, > I want to add zip as dependencies in the pom.xml > > This is basically as install any where in which give lib as zip > > Thanks and Regards > rocks > -

Generate jar file with different extension

2010-01-25 Thread Patrick Turcotte
that I could create / adapt such a plugin. Many thanks, Patrick Turcotte Java Architect Revolution Linux. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org