svn commit: r468006 - in /maven/archiva/trunk/maven-meeper/src/bin/synchronize/m2-sync/conf: ./ non-automated/

2006-10-26 Thread jvanzyl
Author: jvanzyl Date: Thu Oct 26 07:12:15 2006 New Revision: 468006 URL: http://svn.apache.org/viewvc?view=revrev=468006 Log: o anything that requires passwords is being moved to non-automated, they stay there until there is an automated way to move the artifacts Added:

svn commit: r467882 - /maven/core-integration-testing/trunk/core-integration-testing-plugins/pom.xml

2006-10-26 Thread jvanzyl
Author: jvanzyl Date: Wed Oct 25 23:06:59 2006 New Revision: 467882 URL: http://svn.apache.org/viewvc?view=revrev=467882 Log: (empty) Modified: maven/core-integration-testing/trunk/core-integration-testing-plugins/pom.xml Modified:

svn commit: r467884 - /maven/core-integration-testing/trunk/core-integration-testing-support/pom.xml

2006-10-26 Thread jvanzyl
Author: jvanzyl Date: Wed Oct 25 23:11:46 2006 New Revision: 467884 URL: http://svn.apache.org/viewvc?view=revrev=467884 Log: o add a POM for the current support artifacts Added: maven/core-integration-testing/trunk/core-integration-testing-support/pom.xml (with props) Added:

svn commit: r467998 - in /maven/maven-1/plugins/trunk/pdf: project.xml xdocs/changes.xml

2006-10-26 Thread ltheussl
Author: ltheussl Date: Thu Oct 26 06:34:56 2006 New Revision: 467998 URL: http://svn.apache.org/viewvc?view=revrev=467998 Log: Start new version. Modified: maven/maven-1/plugins/trunk/pdf/project.xml maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml Modified:

svn commit: r468000 - in /maven/maven-1/plugins/trunk/pdf: src/plugin-resources/project2fo.xslt xdocs/changes.xml

2006-10-26 Thread ltheussl
Author: ltheussl Date: Thu Oct 26 06:37:58 2006 New Revision: 468000 URL: http://svn.apache.org/viewvc?view=revrev=468000 Log: PR: MPPDF-57 Unable to remove cover type and version. Modified: maven/maven-1/plugins/trunk/pdf/src/plugin-resources/project2fo.xslt

svn commit: r468004 - /maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/InstallPluginsMojo.java

2006-10-26 Thread carlos
Author: carlos Date: Thu Oct 26 06:54:55 2006 New Revision: 468004 URL: http://svn.apache.org/viewvc?view=revrev=468004 Log: Don't swallow exception Modified: maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/InstallPluginsMojo.java Modified:

svn commit: r468014 - /maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/InstallPluginsMojo.java

2006-10-26 Thread carlos
Author: carlos Date: Thu Oct 26 07:25:10 2006 New Revision: 468014 URL: http://svn.apache.org/viewvc?view=revrev=468014 Log: Change artifact type, List breaks Modified: maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/InstallPluginsMojo.java Modified:

svn commit: r468059 - /maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/InstallPluginsMojo.java

2006-10-26 Thread carlos
Author: carlos Date: Thu Oct 26 09:39:01 2006 New Revision: 468059 URL: http://svn.apache.org/viewvc?view=revrev=468059 Log: Use jar type for eclipse plugins. Check manifest for OSGi info before install Modified:

svn commit: r468065 - /maven/site/trunk/pom.xml

2006-10-26 Thread brett
Author: brett Date: Thu Oct 26 10:10:46 2006 New Revision: 468065 URL: http://svn.apache.org/viewvc?view=revrev=468065 Log: looks like maven-site.vm wasn't checked in Modified: maven/site/trunk/pom.xml Modified: maven/site/trunk/pom.xml URL:

svn commit: r468188 - in /maven/maven-1/plugins/trunk/pdf: plugin.jelly src/plugin-resources/project2fo.xslt

2006-10-26 Thread aheritier
Author: aheritier Date: Thu Oct 26 16:37:27 2006 New Revision: 468188 URL: http://svn.apache.org/viewvc?view=revrev=468188 Log: MPPDF-57 : - To avoid problems, be sure to not use a -PARAM without arg - Remove default hardcoded settings to allow users to remove them using an empty property

svn commit: r468199 - /maven/maven-1/core/trunk/plugin-profile.xml

2006-10-26 Thread aheritier
Author: aheritier Date: Thu Oct 26 16:58:35 2006 New Revision: 468199 URL: http://svn.apache.org/viewvc?view=revrev=468199 Log: New versions of plugins to upgrade in the RC1 Modified: maven/maven-1/core/trunk/plugin-profile.xml Modified: maven/maven-1/core/trunk/plugin-profile.xml URL:

svn commit: r468228 - /maven/plugins/trunk/maven-dependency-plugin/pom.xml

2006-10-26 Thread brianf
Author: brianf Date: Thu Oct 26 18:54:22 2006 New Revision: 468228 URL: http://svn.apache.org/viewvc?view=revrev=468228 Log: MDEP-40 fixed version Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml URL:

svn commit: r468249 - in /maven/core-integration-testing/trunk/core-integration-testing-support: 1.0/pom.xml 1.1-old-location/pom.xml 1.1/pom.xml 1.2/pom.xml 1.3/pom.xml 1.4/pom.xml pom.xml

2006-10-26 Thread jvanzyl
Author: jvanzyl Date: Thu Oct 26 20:42:37 2006 New Revision: 468249 URL: http://svn.apache.org/viewvc?view=revrev=468249 Log: o use the parent POM for integration testing so that I can use a profile to control the url for the distributionManagement element. working toward building everything

svn commit: r468259 - /maven/core-integration-testing/trunk/test.sh

2006-10-26 Thread jvanzyl
Author: jvanzyl Date: Thu Oct 26 21:14:26 2006 New Revision: 468259 URL: http://svn.apache.org/viewvc?view=revrev=468259 Log: o prototyping with a script to see if this can actually work, then I'll make it work with the embedder Added: maven/core-integration-testing/trunk/test.sh (with

svn commit: r468253 - in /maven/core-integration-testing/trunk: core-integration-tests/src/test/resources/it0043/pom.xml pom.xml

2006-10-26 Thread jvanzyl
Author: jvanzyl Date: Thu Oct 26 20:48:58 2006 New Revision: 468253 URL: http://svn.apache.org/viewvc?view=revrev=468253 Log: o adding a local/offline profile and a test value of my tmp directory. I'll find something more appropriate but this is working for testing. Modified:

svn commit: r468269 - /maven/core-integration-testing/trunk/core-integration-testing-support/1.1-old-location/pom.xml

2006-10-26 Thread jvanzyl
Author: jvanzyl Date: Thu Oct 26 21:41:22 2006 New Revision: 468269 URL: http://svn.apache.org/viewvc?view=revrev=468269 Log: o fix POM typo Modified: maven/core-integration-testing/trunk/core-integration-testing-support/1.1-old-location/pom.xml Modified:

svn commit: r468273 - in /maven/core-integration-testing/trunk: core-integration-testing-support/1.3/pom.xml core-integration-testing-support/1.4/pom.xml test.sh usage.txt

2006-10-26 Thread jvanzyl
Author: jvanzyl Date: Thu Oct 26 22:00:37 2006 New Revision: 468273 URL: http://svn.apache.org/viewvc?view=revrev=468273 Log: o clean up some poms o record usage of support artifacts Modified: maven/core-integration-testing/trunk/core-integration-testing-support/1.3/pom.xml

svn commit: r468279 - in /maven/plugins/trunk/maven-assembly-plugin: ./ src/it/descriptor-refs/project/ src/it/descriptor-refs/project/sources-copied/ src/main/java/org/apache/maven/plugin/assembly/ar

2006-10-26 Thread jdcasey
Author: jdcasey Date: Thu Oct 26 22:34:33 2006 New Revision: 468279 URL: http://svn.apache.org/viewvc?view=revrev=468279 Log: Added project descriptor-ref, which is a project's sources including pom.xml etc...also, added tests for bin and src descriptorRefs. I think documentation is all that's