svn commit: r416295 - in /maven/plugins/trunk/maven-javadoc-plugin: ./ src/main/java/org/apache/maven/plugin/javadoc/ src/site/ src/site/apt/ src/site/apt/examples/

2006-06-22 Thread oching
Author: oching Date: Thu Jun 22 01:30:38 2006 New Revision: 416295 URL: http://svn.apache.org/viewvc?rev=416295view=rev Log: PR: MJAVADOC-79 Reviewed and revised plugin documentation. Added: maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/examples/

svn commit: r416466 - /maven/components/trunk/maven-meeper/src/bin/repoclean/synchronize.properties

2006-06-22 Thread carlos
Author: carlos Date: Thu Jun 22 13:47:46 2006 New Revision: 416466 URL: http://svn.apache.org/viewvc?rev=416466view=rev Log: make repoclean output in a different directory to sync later Modified: maven/components/trunk/maven-meeper/src/bin/repoclean/synchronize.properties Modified:

svn commit: r416468 - in /maven/components/trunk/maven-meeper/src/bin/ibiblio-sync: synchronize-codehaus-to-ibiblio.sh synchronize-ibiblio-to-codehaus.sh

2006-06-22 Thread carlos
Author: carlos Date: Thu Jun 22 13:51:28 2006 New Revision: 416468 URL: http://svn.apache.org/viewvc?rev=416468view=rev Log: Added -i option Modified: maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh

svn commit: r416471 - /maven/components/trunk/maven-meeper/src/bin/repoclean/sync-repoclean.sh

2006-06-22 Thread carlos
Author: carlos Date: Thu Jun 22 13:58:11 2006 New Revision: 416471 URL: http://svn.apache.org/viewvc?rev=416471view=rev Log: Added script to run m1 to m2 migration Added: maven/components/trunk/maven-meeper/src/bin/repoclean/sync-repoclean.sh (with props) Added:

svn commit: r416476 - /maven/plugins/trunk/maven-war-plugin/src/site/apt/introduction.apt

2006-06-22 Thread dennisl
Author: dennisl Date: Thu Jun 22 14:19:20 2006 New Revision: 416476 URL: http://svn.apache.org/viewvc?rev=416476view=rev Log: [MWAR-51] documentation missing on website Modified: maven/plugins/trunk/maven-war-plugin/src/site/apt/introduction.apt Modified:

svn commit: r416490 - /maven/shared/trunk/maven-archiver/src/main/java/org/apache/maven/archiver/MavenArchiver.java

2006-06-22 Thread mperham
Author: mperham Date: Thu Jun 22 15:35:03 2006 New Revision: 416490 URL: http://svn.apache.org/viewvc?rev=416490view=rev Log: PR: MJAR-5 Add Implementation-Vendor-Id to the set of default implementation properties Modified:

svn commit: r416503 - in /maven/plugins/trunk/maven-war-plugin/src/test/resources/unit/manifest: manifest-with-classpath/plugin-config.xml manifest-with-other-attrs/plugin-config.xml

2006-06-22 Thread brett
Author: brett Date: Thu Jun 22 16:21:29 2006 New Revision: 416503 URL: http://svn.apache.org/viewvc?rev=416503view=rev Log: fix tests since change to archiver Modified: maven/plugins/trunk/maven-war-plugin/src/test/resources/unit/manifest/manifest-with-classpath/plugin-config.xml

svn commit: r416505 - /maven/plugins/trunk/maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar/JarSignMojo.java

2006-06-22 Thread mperham
Author: mperham Date: Thu Jun 22 16:25:13 2006 New Revision: 416505 URL: http://svn.apache.org/viewvc?rev=416505view=rev Log: PR: MJAR-33 Hide password in JarSign debug output Modified: maven/plugins/trunk/maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar/JarSignMojo.java

svn commit: r416513 - /maven/plugins/trunk/maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar/JarSignMojo.java

2006-06-22 Thread mperham
Author: mperham Date: Thu Jun 22 16:39:28 2006 New Revision: 416513 URL: http://svn.apache.org/viewvc?rev=416513view=rev Log: PR: MJAR-27 Submitted by: Michael Böckling Skip jar:sign for modules which are not java modules Modified:

svn commit: r416525 - /maven/shared/trunk/maven-archiver/src/main/java/org/apache/maven/archiver/MavenArchiver.java

2006-06-22 Thread mperham
Author: mperham Date: Thu Jun 22 17:28:06 2006 New Revision: 416525 URL: http://svn.apache.org/viewvc?rev=416525view=rev Log: PR: MNG-2284 Submitted by: Fredrik Vraalsen Merge user-supplied and programmatic Class-Path entries in manifest Modified:

svn commit: r416562 - in /maven/plugins/trunk/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly: ./ filter/ repository/ utils/

2006-06-22 Thread jdcasey
Author: jdcasey Date: Thu Jun 22 21:33:55 2006 New Revision: 416562 URL: http://svn.apache.org/viewvc?rev=416562view=rev Log: Adding includes/excludes implementation to repository assembly. Added: