maven multiproject

2008-06-05 Thread Kalyana Krishnan
Hi,Does the multiproject site works with maven 2.0.9,is there a separate plugin for it?It used to create separate sites for every subproject before,does it still do that.Kindly let me know. Thanks, Kalyana krishnan

Re: Maven multiproject, test inheritance

2006-10-09 Thread RobertK
of a better way. So does any one have any suggestions? >> >> Cheers, >> Rob > -- > ir. Philippe Faes > Ghent University - Department ELIS > Sint-Pietersnieuwstraat 41 -- B-9000 Gent > Tel:+32 9 264 95 25 - Fax:+32 9 264 35 94 > http://www.elis.UGent.be/~pfaes > ON5DEU -- LPIC1 -- gpg-key:173720B6 > > > --

Re: Maven multiproject, test inheritance

2006-10-09 Thread Philippe Faes
Rob, You can make the test classes of one project visible in the test phase of another project: com.example someArtifact 0.1.1-SNAPSHOT test-jar test greets, Philippe On Mon, 2006-10-09 at 06:10 -0700, RobertK wrote: > Hi, > > first off, using maven 1.0.

Maven multiproject, test inheritance

2006-10-09 Thread RobertK
View this message in context: http://www.nabble.com/Maven-multiproject%2C-test-inheritance-tf2409917.html#a6717273 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: How to get all the tests run even if an error occur in a maven multiproject

2006-05-30 Thread emerson cargnin
7;t fail at the end... > > > > > > On 30/05/06, Roland Asmann <[EMAIL PROTECTED]> wrote: > > > Use '-Dmaven.test.failure.ignore=true'. > > > > > > Roland > > > > > > > > > > > > On Tuesday 30 May 2006 19:0

Re: How to get all the tests run even if an error occur in a maven multiproject

2006-05-30 Thread Marcel Schutte
t; Use '-Dmaven.test.failure.ignore=true'. > > > > > > Roland > > > > > > > > > > > > On Tuesday 30 May 2006 19:09, emerson cargnin wrote: > > > > How do i get a maven multiproject to run all tests, even in > case > > of

Re: How to get all the tests run even if an error occur in a maven multiproject

2006-05-30 Thread Marcel Schutte
t the end... > > > On 30/05/06, Roland Asmann <[EMAIL PROTECTED]> wrote: > > Use '-Dmaven.test.failure.ignore=true'. > > > > Roland > > > > > > > > On Tuesday 30 May 2006 19:09, emerson cargnin wrote: > > > How do i get

Re: How to get all the tests run even if an error occur in a maven multiproject

2006-05-30 Thread emerson cargnin
I know I can use it (and maven.test.error.ignore), the problem is that the build doens't fail at the end... On 30/05/06, Roland Asmann <[EMAIL PROTECTED]> wrote: Use '-Dmaven.test.failure.ignore=true'. Roland On Tuesday 30 May 2006 19:09, emerson cargnin wrote: &

Re: How to get all the tests run even if an error occur in a maven multiproject

2006-05-30 Thread Roland Asmann
Use '-Dmaven.test.failure.ignore=true'. Roland On Tuesday 30 May 2006 19:09, emerson cargnin wrote: > How do i get a maven multiproject to run all tests, even in case of a > failure or error? > A multiproject stops in the project that failed, and I want all the > proje

How to get all the tests run even if an error occur in a maven multiproject

2006-05-30 Thread emerson cargnin
How do i get a maven multiproject to run all tests, even in case of a failure or error? A multiproject stops in the project that failed, and I want all the projects to runm to get all the errors/failures in cruisecontrol.I know I could use maven.test.failure.ignore and the error correspondent

Re: maven multiproject requirements????

2006-03-29 Thread Trent Rosenbaum
Hi there, I have notice another email to the mailing list that is very similar to yours. The email is titled "Creating an ear file" I put some links on a reply to help getting started. I was wondering if it is best to join this email and then questions might be answered in 1 space. Trent On

maven multiproject requirements????

2006-03-28 Thread raja bangaru
HI i'm goint to start a maven project in Eclipse IDE... i've 4 projects which share the jar and ear files How can i start the application???/ Any guidance from people who have implemented multiprojects with maven??? Help pls

Re: Help!Maven MultiProject

2006-03-14 Thread Marco Mistroni
Hello, here's a sample. for maven1.1 im not sure maven1.0 is still a viable option main project.xml ** 2 TestJSFApp TestJSFApp JSF Application 1.3 log4j log4j 1.2.9 true

Help!Maven MultiProject

2006-03-14 Thread narayan dhumale
  Hello, I am a Maven newbie.I am using Maven 1.0.2.Using this version i am successfully able to build small individual projects i.e compiling,test-report,javadoc deneration ,.war generation etc. Now i have to create a single .war file using these projects. I know that i have use MultiProject us

Re: maven multiproject compiling in wrong order

2006-03-05 Thread David Delbecq
n is trying to download one of your >project because it can't find it. Check carefully the output and see >where the dependency resolution fails. > >On 3/2/06, David Delbecq <[EMAIL PROTECTED]> wrote: > > >>Hello, >> >>maven multiproject use a reactor to

Re: maven multiproject compiling in wrong order

2006-03-02 Thread Alexandre Poitras
dependency resolution fails. On 3/2/06, David Delbecq <[EMAIL PROTECTED]> wrote: > Hello, > > maven multiproject use a reactor to do the compilation. > Usually, if i do a maven multiproject:install at the root, i get all > project compiled in the order of dependencies (a depends

maven multiproject compiling in wrong order

2006-03-02 Thread David Delbecq
Hello, maven multiproject use a reactor to do the compilation. Usually, if i do a maven multiproject:install at the root, i get all project compiled in the order of dependencies (a depends on b so multiproject compile b before a). At least i have always seen this behaviour. However, today i

Re: eclipse maven multiproject

2006-02-22 Thread Manoj Kumar
workspace, you can import your projects from any where. On 2/22/06, Manisha Sur <[EMAIL PROTECTED]> wrote: > > Hi , > > I have a maven multiproject with the following directory structure under a > trunk folder: > > maven subproject1 > maven subproject2 > maven subproj

eclipse maven multiproject

2006-02-22 Thread Manisha Sur
Hi , I have a maven multiproject with the following directory structure under a trunk folder: maven subproject1 maven subproject2 maven subproject3 .. maven subprojectN maven.xml project.xml project.properties 1) I have copied this trunk folder under the eclipse workspace folder i.e. c

Maven multiproject deployment on jboss fails

2005-04-24 Thread olivier.rachon
Hi, I have a fresh install of a multiproject generated by the plugin genapp with the "complex" template. In the root directory of my project, I run maven and the ear is generated. So far, maven is magic ! Now I want to deploy the ear on my local JBoss copy (I have defined in my user home buil

Re: maven site and maven multiproject acting differently

2005-03-21 Thread Galder Zamarreno
> knowledge instead of spamming the list with the same question again. > > Galder Zamarreno wrote on Monday, March 21, 2005 2:25 PM: > > > -- Forwarded message -- > > From: Galder Zamarreno <[EMAIL PROTECTED]> > > Date: Mon, 21 Mar 2005

RE: maven site and maven multiproject acting differently

2005-03-21 Thread Jörg Schaible
PROTECTED]> > Date: Mon, 21 Mar 2005 11:32:10 + > Subject: maven site and maven multiproject acting differently To: > users@maven.apache.org > > > Hi all, > > I am having some problems running a preGoal for > cactus:report. I have got a top level project and then &g

Fwd: maven site and maven multiproject acting differently

2005-03-21 Thread Galder Zamarreno
-- Forwarded message -- From: Galder Zamarreno <[EMAIL PROTECTED]> Date: Mon, 21 Mar 2005 11:32:10 + Subject: maven site and maven multiproject acting differently To: users@maven.apache.org Hi all, I am having some problems running a preGoal for cactus:report. I have

maven site and maven multiproject acting differently

2005-03-21 Thread Galder Zamarreno
Hi all, I am having some problems running a preGoal for cactus:report. I have got a top level project and then different components underneath. I have defined at the very top level a preGoal for cactus:report so that cactus tests are executed when i execute the site goal for each component. When

RE: maven multiproject with plugin dependencies

2005-03-02 Thread Adam Jenkins
I have confirmed it's not looking for the jar in ~/.maven/repository (I added a jar file there under the name it would be expecting) -Original Message- From: Adam Jenkins [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 2:39 PM To: 'users@maven.apache.org'

maven multiproject with plugin dependencies

2005-03-02 Thread Adam Jenkins
Hi All, I have put in some dependencies of type 'plugin' to a project...and the required plugins are installed okhowever when I build this project it still tries to download the jars relating to the dependency. Does anyone know why this is and how to fix it? Cheers Adam

Maven multiproject

2005-01-12 Thread Todd Huss
Hi folks, I'm still trying to figure out the best way to include dependencies from sub-projects cleanly so that I only have to specify them once. Thanks to Marcin's help I have ProjWeb now dependent on ProjBusiness but I haven't gotten it to include ProjBusiness' dependencies in a clean manner (e

RE: Maven Multiproject and Cruisecontrol

2004-12-01 Thread Eric Pugh
nal Message- > From: Per Abich [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 01, 2004 10:41 AM > To: [EMAIL PROTECTED] > Subject: Maven Multiproject and Cruisecontrol > > > I am trying to use Maven and cruisecontrol to automate my builds. I > want the build-p

Maven Multiproject and Cruisecontrol

2004-12-01 Thread Per Abich
I am trying to use Maven and cruisecontrol to automate my builds. I want the build-process to do something like: maven -Dgoal= multiproject:goal I would like to build my cruisecontrol.xml with "maven cruisecontrol:configure", but it won't work since I have no project.xml in my project-root-folder

Maven multiproject plugin help

2004-06-24 Thread Sonnathi, Venkat
/plugins/maven-multiproject-plugin-1.3/plugin.j elly Element... j:if Line.. 51 Column 44 file:/c:/myhome/.maven/plugins/maven-multiproject-plugin-1.3/plugin.jelly:63 :9: This tag does not understand the 'collectionVar' attribute Total time: 3 seconds Finished at: Thu Jun 24 09:29:1

addition project to build for maven-multiproject-plugin's goal

2004-05-21 Thread Dan Tran
Hello, I have a need to add additional projects into multiproject:install goal. My attemp to set maven.multiproject.includes=*/project.xml, ../../otherproject/project.xml does not work. Is it the right approach? Advice is greatly appreciated. -D

AW: maven-dist-plugin/maven-multiproject-plugin

2003-10-22 Thread Ibbeken Michael
using attaingGoal name='${goalname}' works out as expected. is this a bug or expected behviour? any comments are welcome. thanx, michael -Ursprüngliche Nachricht- Von: Ibbeken Michael Gesendet: Mittwoch, 22. Oktober 2003 09:46 An: Maven Users List Betreff: maven-dist-pl

maven-dist-plugin/maven-multiproject-plugin

2003-10-22 Thread Ibbeken Michael
hi everybody, i have been using maven here for quite some time now and find it a valuable tool. currently, i am setting up a multiproject with quite some subproject, one of which is an ear subproject. as we have several remote repositories here and no cvs, we have built our own depl