To run tests you must call the goal test:test (aka test) http://maven.apache.org/maven-1.x/reference/plugins/test/goals.html
Arnaud > -----Message d'origine----- > De : Padmanabha Rao A. [mailto:[EMAIL PROTECTED] > Envoyé : lundi 24 octobre 2005 17:26 > À : Maven Users List > Objet : Running Test Cases > > > Hi, > > I am using this in Maven script, but the test cases are not > running. Can any body tell how to execute the test cases? > > > <maven:reactor > > basedir="${pom.getContext().getVariable('basedir')}" > includes="project.xml" > banner="running maven reactor" > postProcessing="true" > goals="clean,test:compile" > ignoreFailures="true"/> > > > > Thanks and Regards, > Padmanabha Rao. Arni Anantha > Ext: 4877 > > -----Original Message----- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jorg Heymans > Sent: Monday, October 24, 2005 8:42 PM > To: [email protected] > Subject: pom inheritance, which attributes get inherited ? > > Hi, > > Is there a document describing what exactly is transferred > from the parent pom to the child when doing things like : > > <parent> > <groupId>apache-cocoon</groupId> > <artifactId>cocoon</artifactId> > <version>2.2-SNAPSHOT</version> > </parent> > > > ATM I'm always doing trial and error to find out what can be > generalized to the parent pom and what not. > > > Regards > Jorg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
