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
://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
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
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
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
In your conf directory of Maven 2 installation,see settings.xml file,
Is there a built-in property in Maven2 that gives path to the local
repository ?
Thanks
-H
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
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