You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Brett Porter <br...@apache.org> on 2005/07/20 10:23:25 UTC

(cd maven-reports; for i in *-plugin; do svn mv $i ../maven-plugins; done) && svn rm maven-reports

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Anyone have an objection to moving all the maven-reports under
maven-plugins and keeping them together? They really aren't any
different (as seen by the checkstyle and clover plugins which have mojos
as well as reports).

Each will also need their pom.xml changed to adjust the parent and add a
reporting-api dependency.

I'll do it in 24 hours if there are no objections.

- - Brett
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (Cygwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFC3gn9Ob5RoQhMkRMRAnX/AJ9WvcAE0oNh81TNlMppsy6paRHzoQCeMHrj
zHicdsB906IZXRRfHZj1OSU=
=HcYK
-----END PGP SIGNATURE-----


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


Re: (cd maven-reports; for i in *-plugin; do svn mv $i ../maven-plugins; done) && svn rm maven-reports

Posted by Trygve Laugstøl <tr...@codehaus.org>.
On Wed, Jul 20, 2005 at 06:23:25PM +1000, Brett Porter wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Anyone have an objection to moving all the maven-reports under
> maven-plugins and keeping them together? They really aren't any
> different (as seen by the checkstyle and clover plugins which have mojos
> as well as reports).
> 
> Each will also need their pom.xml changed to adjust the parent and add a
> reporting-api dependency.
> 
> I'll do it in 24 hours if there are no objections.

+1

--
Trygve

> 
> - - Brett
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.0 (Cygwin)
> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
> 
> iD8DBQFC3gn9Ob5RoQhMkRMRAnX/AJ9WvcAE0oNh81TNlMppsy6paRHzoQCeMHrj
> zHicdsB906IZXRRfHZj1OSU=
> =HcYK
> -----END PGP SIGNATURE-----
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 

Re: (cd maven-reports; for i in *-plugin; do svn mv $i ../maven-plugins; done) && svn rm maven-reports

Posted by Jason van Zyl <ja...@maven.org>.
On Wed, 2005-07-20 at 18:23 +1000, Brett Porter wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Anyone have an objection to moving all the maven-reports under
> maven-plugins and keeping them together? They really aren't any
> different (as seen by the checkstyle and clover plugins which have mojos
> as well as reports).
> 
> Each will also need their pom.xml changed to adjust the parent and add a
> reporting-api dependency.
> 
> I'll do it in 24 hours if there are no objections.

+1

> - - Brett
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.0 (Cygwin)
> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
> 
> iD8DBQFC3gn9Ob5RoQhMkRMRAnX/AJ9WvcAE0oNh81TNlMppsy6paRHzoQCeMHrj
> zHicdsB906IZXRRfHZj1OSU=
> =HcYK
> -----END PGP SIGNATURE-----
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 
-- 
jvz.

Jason van Zyl
jason at maven.org
http://maven.apache.org



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


Re: (cd maven-reports; for i in *-plugin; do svn mv $i ../maven-plugins; done) && svn rm maven-reports

Posted by Emmanuel Venisse <em...@venisse.net>.
no problem.

Emmanuel

Brett Porter wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Anyone have an objection to moving all the maven-reports under
> maven-plugins and keeping them together? They really aren't any
> different (as seen by the checkstyle and clover plugins which have mojos
> as well as reports).
> 
> Each will also need their pom.xml changed to adjust the parent and add a
> reporting-api dependency.
> 
> I'll do it in 24 hours if there are no objections.
> 
> - - Brett
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.0 (Cygwin)
> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
> 
> iD8DBQFC3gn9Ob5RoQhMkRMRAnX/AJ9WvcAE0oNh81TNlMppsy6paRHzoQCeMHrj
> zHicdsB906IZXRRfHZj1OSU=
> =HcYK
> -----END PGP SIGNATURE-----
> 
> 
> ---------------------------------------------------------------------
> 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: (cd maven-reports; for i in *-plugin; do svn mv $i ../maven-plugins; done) && svn rm maven-reports

Posted by Vincent Siveton <vi...@gmail.com>.
+1

Vincent

> -----Original Message-----
> From: Brett Porter [mailto:brett@apache.org]
> Sent: Wednesday, July 20, 2005 4:23 AM
> To: Maven Developers List
> Subject: (cd maven-reports; for i in *-plugin; do svn mv $i ../maven-
> plugins; done) && svn rm maven-reports
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Anyone have an objection to moving all the maven-reports under
> maven-plugins and keeping them together? They really aren't any
> different (as seen by the checkstyle and clover plugins which have mojos
> as well as reports).
> 
> Each will also need their pom.xml changed to adjust the parent and add a
> reporting-api dependency.
> 
> I'll do it in 24 hours if there are no objections.
> 
> - - Brett
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.0 (Cygwin)
> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
> 
> iD8DBQFC3gn9Ob5RoQhMkRMRAnX/AJ9WvcAE0oNh81TNlMppsy6paRHzoQCeMHrj
> zHicdsB906IZXRRfHZj1OSU=
> =HcYK
> -----END PGP SIGNATURE-----
> 
> 
> ---------------------------------------------------------------------
> 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: (cd maven-reports; for i in *-plugin; do svn mv $i ../maven-plugins; done) && svn rm maven-reports

Posted by Vincent Massol <vm...@pivolis.com>.
Big +1

-Vincent

> -----Original Message-----
> From: Brett Porter [mailto:brett@apache.org]
> Sent: mercredi 20 juillet 2005 10:23
> To: Maven Developers List
> Subject: (cd maven-reports; for i in *-plugin; do svn mv $i ../maven-
> plugins; done) && svn rm maven-reports
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Anyone have an objection to moving all the maven-reports under
> maven-plugins and keeping them together? They really aren't any
> different (as seen by the checkstyle and clover plugins which have mojos
> as well as reports).
> 
> Each will also need their pom.xml changed to adjust the parent and add a
> reporting-api dependency.
> 
> I'll do it in 24 hours if there are no objections.


	

	
		
___________________________________________________________________________ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
T�l�chargez cette version sur http://fr.messenger.yahoo.com

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