You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Christian Gruber <ch...@gmail.com> on 2007/07/19 14:24:02 UTC

From a lessons-learned...

Thought the devs might appreciate this.

On my current project, I regrettably had to inform some users of the - 
fae and -Dmaven.test.skip=true options, which ultimately resulted in  
a near total abandonment of project discipline, and ultimately a lot  
of error discovery through "finding out when we deployed to the  
appserver".  One of the project members, when asked to post some  
lessons learned for a retrospective session, posted all of his as  
Haiku.  He included the following gem:

   Maven F A E
   Maven test skip equals true
   Rob, it won't deploy!

Cheers,
Christian.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: From a lessons-learned...

Posted by Raphaël Piéroni <ra...@gmail.com>.
Hi Brian,

I would be very insterested to an example
to enforce the test=skip and maven.test.skip=true are banned
from a parent pom and used in childrens.


Regards,

Raphaël

2007/7/20, Brian E. Fox <br...@reply.infinity.nu>:
>
> Use the enforcer to detect maven.test.skip and fail the build on them
> ;-)
>
> -----Original Message-----
> From: Christian Gruber [mailto:christianedwardgruber@gmail.com]
> Sent: Thursday, July 19, 2007 8:24 AM
> To: Maven Developers List
> Subject: From a lessons-learned...
>
> Thought the devs might appreciate this.
>
> On my current project, I regrettably had to inform some users of the -
> fae and -Dmaven.test.skip=true options, which ultimately resulted in
> a near total abandonment of project discipline, and ultimately a lot
> of error discovery through "finding out when we deployed to the
> appserver".  One of the project members, when asked to post some
> lessons learned for a retrospective session, posted all of his as
> Haiku.  He included the following gem:
>
>    Maven F A E
>    Maven test skip equals true
>    Rob, it won't deploy!
>
> Cheers,
> Christian.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: From a lessons-learned...

Posted by Christian Gruber <ch...@gmail.com>.
Very nice.  My response Haiku then:

maven test skip on
enforcer detects no-no
therefore build still fails

Christian.

P.S. I'll take this off the dev list now. -cg

On Jul 19, 2007, at 6:54 PM, Brian E. Fox wrote:

> Use the enforcer to detect maven.test.skip and fail the build on them
> ;-)
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: From a lessons-learned...

Posted by Raphaël Piéroni <ra...@gmail.com>.
Hi Brian,

I would be very insterested to an example
to enforce the test=skip and maven.test.skip=true are banned
from a parent pom and used in childrens.


Regards,

Raphaël

2007/7/20, Brian E. Fox <br...@reply.infinity.nu>:
>
> Use the enforcer to detect maven.test.skip and fail the build on them
> ;-)
>
> -----Original Message-----
> From: Christian Gruber [mailto:christianedwardgruber@gmail.com]
> Sent: Thursday, July 19, 2007 8:24 AM
> To: Maven Developers List
> Subject: From a lessons-learned...
>
> Thought the devs might appreciate this.
>
> On my current project, I regrettably had to inform some users of the -
> fae and -Dmaven.test.skip=true options, which ultimately resulted in
> a near total abandonment of project discipline, and ultimately a lot
> of error discovery through "finding out when we deployed to the
> appserver".  One of the project members, when asked to post some
> lessons learned for a retrospective session, posted all of his as
> Haiku.  He included the following gem:
>
>    Maven F A E
>    Maven test skip equals true
>    Rob, it won't deploy!
>
> Cheers,
> Christian.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

RE: From a lessons-learned...

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
Use the enforcer to detect maven.test.skip and fail the build on them
;-)

-----Original Message-----
From: Christian Gruber [mailto:christianedwardgruber@gmail.com] 
Sent: Thursday, July 19, 2007 8:24 AM
To: Maven Developers List
Subject: From a lessons-learned...

Thought the devs might appreciate this.

On my current project, I regrettably had to inform some users of the - 
fae and -Dmaven.test.skip=true options, which ultimately resulted in  
a near total abandonment of project discipline, and ultimately a lot  
of error discovery through "finding out when we deployed to the  
appserver".  One of the project members, when asked to post some  
lessons learned for a retrospective session, posted all of his as  
Haiku.  He included the following gem:

   Maven F A E
   Maven test skip equals true
   Rob, it won't deploy!

Cheers,
Christian.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org