The -Dmaven.test.skip.exec=true has the same effect without requiring
a change to the pom.xml

On Dec 20, 2007 9:37 PM, Jason Chaffee <[EMAIL PROTECTED]> wrote:
> FYI,
>
>
>
> You can compile test classes and still use maven.test.skip=true if you
> have the compliler plugin configured as followings:
>
>
>
>         <plugin>
>
>           <groupId>org.apache.maven.plugins</groupId>
>
>           <artifactId>maven-compiler-plugin</artifactId>
>
>           <version>2.0.2</version>
>
>           <configuration>
>
>             <skip>false</skip>
>
>           </configuration>
>
>         </plugin>
>
>
>
>
> -----Original Message-----
> From: Marat Radchenko [mailto:[EMAIL PROTECTED]
> Sent: Thursday, December 20, 2007 1:40 AM
> To: Maven Developers List
> Subject: Re: [VOTE] Release Maven Surefire version 2.4
>
>
>
> Hacks are bad :)
>
> Use
> http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#ski
> pExec
>
> instead.
>
>
>
>
>
> 2007/12/20, Stephen Connolly <[EMAIL PROTECTED]>:
>
> > I am concerned by implications of
> http://jira.codehaus.org/browse/SUREFIRE-350
>
> >
>
> > We normally, on development machines, will use "mvn -Dtest=0 clean
>
> > install" from the root pom to ensure that all modules have been built
>
> > with the latest changes and that those changes compile through all the
>
> > subsequent modules and their unit tests before running with the unit
>
> > tests (as these are not as fast as they should be and can take an hour
>
> > or two)
>
> >
>
> > This (ok I know it's a hack) will not work for us now.
>
> >
>
> > maven.test.skip=true will skip compiling the unit tests, so that's no
> good
>
> >
>
> > I do not see an easy way out of this... other than the test=0 hack
>
> >
>
> > On this basis
>
> >
>
> > -1
>
> >
>
> > On Dec 20, 2007 9:21 AM, nicolas de loof <[EMAIL PROTECTED]> wrote:
>
> > > +1
>
> > >
>
> > > 2007/12/20, Dan Fabulich <[EMAIL PROTECTED]>:
>
> > > >
>
> > > >
>
> > >
>
> > > > Hi,
>
> > > >
>
> > > > Maven Surefire version 2.4 is on the runway.  Hopefully folks have
> spent
>
> > > > some time trying out the SNAPSHOT version, because we expect
> ordinary
>
> > > > users to get auto-upgraded to version 2.4 when we decide to
> release.
>
> > > >
>
> > > > This version fixes numerous long-outstanding bugs, notably in
> TestNG
>
> > > > support.
>
> > > >
>
> > > > We solved 71 issues:
>
> > > >
>
> > > >
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&styleNa
> me=Html&version=13243
>
> > > >
>
> > > > There are still 31 issues left in JIRA:
>
> > > >
>
> > > >
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10541
> &status=1
>
> > > >
>
> > > > Staging repo:
>
> > > > http://people.apache.org/~dfabulich/staging-repo/
>
> > > >
>
> > > > Vote open for 72 hours.
>
> > > >
>
> > > > [ ] +1
>
> > > > [ ] +0
>
> > > > [ ] -1
>
> > > >
>
> > > > PS This is my first call for a release.  Be gentle. ;-)
>
> > > >
>
> > > >
> ---------------------------------------------------------------------
>
> > > > 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]
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to