maven2 question

2007-07-24 Thread Gustav
should contain the correct file1.xml and file2.xml Which maven2 plugin can I use for this?? Thanks in advance Regards -- View this message in context: http://www.nabble.com/maven2-question-tf4136794s177.html#a11765774 Sent from the Maven - Users mailing list archive at Nabble.com

Re: [Maven2] Question on profiles

2007-01-08 Thread Rahul Thakur
://maven.apache.org/ref/2.0.4/maven-model/maven.html Cheers, Rahul - Original Message - From: "Saminda Abeyruwan" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Monday, January 08, 2007 8:09 PM Subject: Re: [Maven2] Question on profiles Hi, It's ba

Re: [Maven2] Question on profiles

2007-01-07 Thread Saminda Abeyruwan
Sent: Monday, January 08, 2007 6:42 PM Subject: [Maven2] Question on profiles > Hi All, > > I'm having the following use case on profiles. > > Say I have a multi module project a1 and a2 with two profiles p1 and > p2 > which runs on a1 and a2

Re: [Maven2] Question on profiles

2007-01-07 Thread Rahul Thakur
Any reason why you can't do following? mvn clean install -Dp1 -Dp2 Rahul - Original Message - From: "Saminda Abeyruwan" <[EMAIL PROTECTED]> To: Sent: Monday, January 08, 2007 6:42 PM Subject: [Maven2] Question on profiles Hi All, I'm having the foll

[Maven2] Question on profiles

2007-01-07 Thread Saminda Abeyruwan
Hi All, I'm having the following use case on profiles. Say I have a multi module project a1 and a2 with two profiles p1 and p2 which runs on a1 and a2 respectively. I could write pom.xml to a1 and a2 as follows, == a1 - ... p1

Re: Maven2 Question

2006-01-17 Thread ZhiQiang He
In your conf directory of Maven 2 installation,see settings.xml file,

Maven2 Question

2006-01-17 Thread hassan . h . sajjad
Is there a built-in property in Maven2 that gives path to the local repository ? Thanks -H

Re: maven2 question

2005-12-08 Thread Vincent Siveton
Marco, xdoclet http://mojo.codehaus.org/xdoclet-maven-plugin/ Hibernate https://svn.codehaus.org/mojo/trunk/mojo/hibernate2-maven-plugin HTH Cheers, Vincent 2005/12/8, Marco Mistroni <[EMAIL PROTECTED]>: > hello all, > i am currently using maven 1.0 together with XDoclet plugin and hibernat

maven2 question

2005-12-08 Thread Marco Mistroni
hello all, i am currently using maven 1.0 together with XDoclet plugin and hibernate plugin for generating hbm.xml files etc i woud like to move to maven 2, is anyone aware of any plugins that can be used in maven2 with xdoclet and hibernate? thanks and regards marco