svn commit: r604538 - in /maven/components/trunk: maven-core/src/main/aspect/org/apache/maven/ maven-core/src/main/aspect/org/apache/maven/errors/ maven-core/src/main/java/org/apache/maven/ maven-core

2007-12-15 Thread jdcasey
Author: jdcasey Date: Sat Dec 15 17:28:17 2007 New Revision: 604538 URL: http://svn.apache.org/viewvc?rev=604538&view=rev Log: fixing error reporting for when pom file is missing, and adding deprecated-mojo and deprecated-mojo-param warnings. Added: maven/components/trunk/maven-core/src/mai

svn commit: r604535 - /maven/shared/trunk/maven-archiver/pom.xml

2007-12-15 Thread olamy
Author: olamy Date: Sat Dec 15 17:09:34 2007 New Revision: 604535 URL: http://svn.apache.org/viewvc?rev=604535&view=rev Log: lock maven-source-plugin to version 2.0.4 Modified: maven/shared/trunk/maven-archiver/pom.xml Modified: maven/shared/trunk/maven-archiver/pom.xml URL: http://svn.apac

svn commit: r604533 - in /maven/plugins/trunk/maven-jar-plugin/src/it: MJAR-30-excludes/ MJAR-30-excludes/src/ MJAR-30-fullcontent/ MJAR-30-fullcontent/src/ MJAR-30-include/ MJAR-30-include/src/ MJAR-

2007-12-15 Thread olamy
Author: olamy Date: Sat Dec 15 16:41:39 2007 New Revision: 604533 URL: http://svn.apache.org/viewvc?rev=604533&view=rev Log: [MJAR-30] rename its to more human readable names Added: maven/plugins/trunk/maven-jar-plugin/src/it/MJAR-30-excludes/ - copied from r604524, maven/plugins/trunk

svn commit: r604532 - /maven/plugins/trunk/maven-jar-plugin/pom.xml

2007-12-15 Thread olamy
Author: olamy Date: Sat Dec 15 16:02:36 2007 New Revision: 604532 URL: http://svn.apache.org/viewvc?rev=604532&view=rev Log: [MJAR-74] Upgrade maven-archiver dependency to 2.3-SNAPSHOT Add some exclusions to prevent new plexus-container coming with new version of plexus-archiver Modified: ma

svn commit: r604529 - in /maven/plugins/trunk/maven-invoker-plugin/src: main/java/org/apache/maven/plugin/invoker/InvokerMojo.java test/java/org/apache/maven/plugin/invoker/InterpolationTest.java

2007-12-15 Thread olamy
Author: olamy Date: Sat Dec 15 15:38:10 2007 New Revision: 604529 URL: http://svn.apache.org/viewvc?rev=604529&view=rev Log: [MINVOKER-18] two executions of the same pom causes a prooblem with interpolated-pom.xml Don't use the patch attached in the issue. Just delete the target file if exists be

svn commit: r604524 - /maven/plugins/trunk/maven-invoker-plugin/src/main/java/org/apache/maven/plugin/invoker/InvokerMojo.java

2007-12-15 Thread jdcasey
Author: jdcasey Date: Sat Dec 15 14:53:33 2007 New Revision: 604524 URL: http://svn.apache.org/viewvc?rev=604524&view=rev Log: [MINVOKER-20] Adding properties parameter to replace testProperties, and use the more standard value syntax for properties. Modified: maven/plugins/trunk/maven-invo

svn commit: r604487 - /maven/components/branches/maven-2.0.x/maven-core/pom.xml

2007-12-15 Thread mauro
Author: mauro Date: Sat Dec 15 10:57:35 2007 New Revision: 604487 URL: http://svn.apache.org/viewvc?rev=604487&view=rev Log: Updated to use released shade plugin. Modified: maven/components/branches/maven-2.0.x/maven-core/pom.xml Modified: maven/components/branches/maven-2.0.x/maven-core/pom

svn commit: r604476 - /maven/plugins/trunk/maven-stage-plugin/pom.xml

2007-12-15 Thread wsmoak
Author: wsmoak Date: Sat Dec 15 10:16:09 2007 New Revision: 604476 URL: http://svn.apache.org/viewvc?rev=604476&view=rev Log: Use the latest plugin parent pom. Modified: maven/plugins/trunk/maven-stage-plugin/pom.xml Modified: maven/plugins/trunk/maven-stage-plugin/pom.xml URL: http://svn.a

svn commit: r604468 - in /maven/plugins/trunk/maven-shade-plugin: ./ pom.xml

2007-12-15 Thread mauro
Author: mauro Date: Sat Dec 15 09:56:44 2007 New Revision: 604468 URL: http://svn.apache.org/viewvc?rev=604468&view=rev Log: Set version to 1.0-beta-1-SNAPSHOT. Added Eclipse .settings to svn:ignore. Modified: maven/plugins/trunk/maven-shade-plugin/ (props changed) maven/plugins/trunk/m

svn commit: r604463 - in /maven: plugins/trunk/maven-shade-plugin/ sandbox/trunk/plugins/maven-shade-plugin/

2007-12-15 Thread mauro
Author: mauro Date: Sat Dec 15 09:48:22 2007 New Revision: 604463 URL: http://svn.apache.org/viewvc?rev=604463&view=rev Log: Moved maven-shade-plugin out of sandbox Added: maven/plugins/trunk/maven-shade-plugin/ - copied from r604462, maven/sandbox/trunk/plugins/maven-shade-plugin/ Remo

svn commit: r604458 - in /maven/plugins/trunk/maven-jar-plugin/src: it/MJAR-60/ it/mjar-30-01/ it/mjar-30-02/ it/mjar-30-03/ it/mjar-71-01/ it/mjar-71-02/ it/mjar-80-01/ it/mjar-80-02/ it/mjar-80-03/

2007-12-15 Thread nicolas
Author: nicolas Date: Sat Dec 15 09:27:08 2007 New Revision: 604458 URL: http://svn.apache.org/viewvc?rev=604458&view=rev Log: MJAR-90 : when maven runs with maven.test.skip=true, the installed test-jar is empty. + Add a skip parameter + override execute to skip the test-jar packaging + it tes

svn commit: r604401 - in /maven/components/trunk: maven-core/src/main/aspect/org/apache/maven/errors/ maven-core/src/main/java/org/apache/maven/errors/ maven-core/src/main/java/org/apache/maven/execut

2007-12-15 Thread jdcasey
Author: jdcasey Date: Sat Dec 15 00:17:21 2007 New Revision: 604401 URL: http://svn.apache.org/viewvc?rev=604401&view=rev Log: Error reporting works properly now. Added: maven/components/trunk/maven-core/src/main/aspect/org/apache/maven/errors/CoreReporterDebugAspect.aj maven/components

svn commit: r604400 - /maven/shared/trunk/maven-archiver/src/test/java/org/apache/maven/archiver/MavenArchiverTest.java

2007-12-15 Thread olamy
Author: olamy Date: Sat Dec 15 00:13:17 2007 New Revision: 604400 URL: http://svn.apache.org/viewvc?rev=604400&view=rev Log: [MNG-2542] add unit to test CRs in a manifest value are correctly remove Modified: maven/shared/trunk/maven-archiver/src/test/java/org/apache/maven/archiver/MavenArchi