svn commit: r1690282 - /maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/usage.apt.vm

2015-07-10 Thread dkulp
Author: dkulp Date: Fri Jul 10 16:07:30 2015 New Revision: 1690282 URL: http://svn.apache.org/r1690282 Log: Add a note about the difference in behavior when checkstyle is configured in different phases. This closes #56 Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt

svn commit: r1523372 - in /maven/plugins/trunk/maven-patch-plugin: pom.xml src/it/path with spaces/invoker.properties

2013-09-14 Thread dkulp
Author: dkulp Date: Sun Sep 15 00:31:59 2013 New Revision: 1523372 URL: http://svn.apache.org/r1523372 Log: Add header Modified: maven/plugins/trunk/maven-patch-plugin/pom.xml maven/plugins/trunk/maven-patch-plugin/src/it/path with spaces/invoker.properties Modified: maven/plugins

git commit: Add a LICENSE/NOTICE that can be picked up for the src assembly

2013-09-11 Thread dkulp
Updated Branches: refs/heads/master 02d124230 -> eb2f2b1ac Add a LICENSE/NOTICE that can be picked up for the src assembly Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/eb2f2b1a Tree: http://git-wip-us.apache.org/repos/a

git commit: Use the latest remote-resources snapshot (for now, testing purposes) to update the license links

2013-07-08 Thread dkulp
Updated Branches: refs/heads/master 50a24e541 -> 380dc43a7 Use the latest remote-resources snapshot (for now, testing purposes) to update the license links Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/380dc43a Tree: ht

svn commit: r1500854 - /maven/plugins/trunk/maven-remote-resources-plugin/src/main/java/org/apache/maven/plugin/resources/remote/ProcessRemoteResourcesMojo.java

2013-07-08 Thread dkulp
Author: dkulp Date: Mon Jul 8 17:30:10 2013 New Revision: 1500854 URL: http://svn.apache.org/r1500854 Log: [MRRESOURCES-62] Handle locations of test-jars as well Modified: maven/plugins/trunk/maven-remote-resources-plugin/src/main/java/org/apache/maven/plugin/resources/remote

svn commit: r1500849 - /maven/plugins/trunk/maven-remote-resources-plugin/src/main/java/org/apache/maven/plugin/resources/remote/ProcessRemoteResourcesMojo.java

2013-07-08 Thread dkulp
Author: dkulp Date: Mon Jul 8 17:17:07 2013 New Revision: 1500849 URL: http://svn.apache.org/r1500849 Log: [MRRESOURCES-53] Add a configuration to allow specifying the scope to use when resolving deps. Modified: maven/plugins/trunk/maven-remote-resources-plugin/src/main/java/org/apache

svn commit: r1500820 - /maven/plugins/trunk/maven-remote-resources-plugin/src/main/java/org/apache/maven/plugin/resources/remote/BundleRemoteResourcesMojo.java

2013-07-08 Thread dkulp
Author: dkulp Date: Mon Jul 8 16:23:04 2013 New Revision: 1500820 URL: http://svn.apache.org/r1500820 Log: [MRRESOURCES-68] remove read-only flag from output directory to allow specifiying it uniquely per execution Modified: maven/plugins/trunk/maven-remote-resources-plugin/src/main/java

svn commit: r1500810 - /maven/plugins/trunk/maven-remote-resources-plugin/src/main/java/org/apache/maven/plugin/resources/remote/ProcessRemoteResourcesMojo.java

2013-07-08 Thread dkulp
Author: dkulp Date: Mon Jul 8 16:03:59 2013 New Revision: 1500810 URL: http://svn.apache.org/r1500810 Log: [MRRESOURCES-58] Map version ranges into something that can actually be compared. Patch from Sergei Ivanov applied. Modified: maven/plugins/trunk/maven-remote-resources-plugin/src

svn commit: r1500804 - in /maven/plugins/trunk/maven-remote-resources-plugin: pom.xml src/main/java/org/apache/maven/plugin/resources/remote/ProcessRemoteResourcesMojo.java src/main/resources/

2013-07-08 Thread dkulp
Author: dkulp Date: Mon Jul 8 15:49:53 2013 New Revision: 1500804 URL: http://svn.apache.org/r1500804 Log: Use unique VelocityEngine each execution to avoid problems with common named templates. Removed: maven/plugins/trunk/maven-remote-resources-plugin/src/main/resources/ Modified

svn commit: r1500793 - /maven/plugins/trunk/maven-remote-resources-plugin/src/main/java/org/apache/maven/plugin/resources/remote/ProcessRemoteResourcesMojo.java

2013-07-08 Thread dkulp
Author: dkulp Date: Mon Jul 8 15:12:50 2013 New Revision: 1500793 URL: http://svn.apache.org/r1500793 Log: The properties can contain objects, not just strings. Add the ResouceManager in to the properties. Modified: maven/plugins/trunk/maven-remote-resources-plugin/src/main/java/org

svn commit: r1500733 - in /maven/plugins/trunk/maven-remote-resources-plugin: ./ src/main/java/org/apache/maven/plugin/resources/remote/ src/test/java/org/apache/maven/plugin/resources/remote/ src/tes

2013-07-08 Thread dkulp
Author: dkulp Date: Mon Jul 8 13:56:05 2013 New Revision: 1500733 URL: http://svn.apache.org/r1500733 Log: Update deps to "Java5" versions, update code to use Java5 apis to remove warnings. Modified: maven/plugins/trunk/maven-remote-resources-plugin/pom.xml maven/plugins/t

git commit: Some updates to start working on a proper LICENCE/NOTICE

2013-07-01 Thread dkulp
Updated Branches: refs/heads/master 1a6bc6276 -> b4dc8931f Some updates to start working on a proper LICENCE/NOTICE Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/b4dc8931 Tree: http://git-wip-us.apache.org/repos/asf/mave

svn commit: r1413682 - /maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java

2012-11-26 Thread dkulp
Author: dkulp Date: Mon Nov 26 15:29:11 2012 New Revision: 1413682 URL: http://svn.apache.org/viewvc?rev=1413682&view=rev Log: Add some debugs to help figure out why it's compiling things Modified: maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin

svn commit: r1159759 - /maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.java

2011-08-19 Thread dkulp
Author: dkulp Date: Fri Aug 19 19:49:52 2011 New Revision: 1159759 URL: http://svn.apache.org/viewvc?rev=1159759&view=rev Log: [MCHECKSTYLE-159] Fix problem of checkstyle configs without cacheFile properties not working Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/main/

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

2011-05-27 Thread dkulp
Author: dkulp Date: Fri May 27 10:02:20 2011 New Revision: 1128232 URL: http://svn.apache.org/viewvc?rev=1128232&view=rev Log: [MSHADE-99] Also update asm-common version to fix the it test Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml Modified: maven/plugins/trunk/maven-s

svn commit: r1127943 - in /maven/plugins/trunk/maven-shade-plugin: pom.xml src/main/java/org/apache/maven/plugins/shade/DefaultShader.java src/main/java/org/apache/maven/plugins/shade/Shader.java

2011-05-26 Thread dkulp
Author: dkulp Date: Thu May 26 14:30:55 2011 New Revision: 1127943 URL: http://svn.apache.org/viewvc?rev=1127943&view=rev Log: [MSHADE-99] Update to latest ASM to fix error message Add javadoc Patch from Benson Margulies applied Modified: maven/plugins/trunk/maven-shade-plugin/pom

svn commit: r950989 - /maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.java

2010-06-03 Thread dkulp
Author: dkulp Date: Thu Jun 3 13:28:57 2010 New Revision: 950989 URL: http://svn.apache.org/viewvc?rev=950989&view=rev Log: Fix the checkstyle it tests. This is really a complete hack to support MCHECKSTYLE-131 which, IMO, should not be supported. Just because it worked at one point des

svn commit: r950747 - /maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.java

2010-06-02 Thread dkulp
Author: dkulp Date: Wed Jun 2 20:23:49 2010 New Revision: 950747 URL: http://svn.apache.org/viewvc?rev=950747&view=rev Log: Since the DefaultCheckstyleExecutor contains an object (ResourceManager) that holds onto state and must be per-lookup, the DefaultCheckstyleExecutor must also be

svn commit: r835953 - /maven/pom/trunk/maven/pom.xml

2009-11-13 Thread dkulp
Author: dkulp Date: Fri Nov 13 18:51:38 2009 New Revision: 835953 URL: http://svn.apache.org/viewvc?rev=835953&view=rev Log: IONA doesn't exist anymore, just use ASF affiliation Modified: maven/pom/trunk/maven/pom.xml Modified: maven/pom/trunk/maven/pom.xml URL: http://svn.a

svn commit: r810121 - in /maven/plugins/trunk/maven-remote-resources-plugin/src: main/java/org/apache/maven/plugin/resources/remote/ProcessRemoteResourcesMojo.java test/java/org/apache/maven/plugin/re

2009-09-01 Thread dkulp
Author: dkulp Date: Tue Sep 1 16:55:14 2009 New Revision: 810121 URL: http://svn.apache.org/viewvc?rev=810121&view=rev Log: [MRRESOURCES-43] Add ability to load supplimental models from remote artifacts and not direct dependencies of the plugin Modified: maven/plugins/trunk/maven-re

svn commit: r790028 - in /maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade: DefaultShader.java relocation/SimpleRelocator.java

2009-06-30 Thread dkulp
Author: dkulp Date: Wed Jul 1 03:24:56 2009 New Revision: 790028 URL: http://svn.apache.org/viewvc?rev=790028&view=rev Log: [MSHADE-47] Fix problem with mapping some classes from the string pools. Modified: maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/s

svn commit: r771831 - /maven/plugins/trunk/maven-gpg-plugin/src/main/java/org/apache/maven/plugin/gpg/GpgSigner.java

2009-05-05 Thread dkulp
Author: dkulp Date: Tue May 5 15:43:34 2009 New Revision: 771831 URL: http://svn.apache.org/viewvc?rev=771831&view=rev Log: Remove calls to deprecated methods. Use the non-deprecated methods. Modified: maven/plugins/trunk/maven-gpg-plugin/src/main/java/org/apache/maven/plugin

svn commit: r763640 - /maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/DefaultShader.java

2009-04-09 Thread dkulp
Author: dkulp Date: Thu Apr 9 13:27:23 2009 New Revision: 763640 URL: http://svn.apache.org/viewvc?rev=763640&view=rev Log: Fix an issue where classes only referenced as arrays are not being properly shaded. Modified: maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/m

svn commit: r736807 - in /maven/archetype/trunk/archetype-common/src: main/resources/ test/java/org/apache/maven/archetype/source/

2009-01-22 Thread dkulp
Author: dkulp Date: Thu Jan 22 13:45:41 2009 New Revision: 736807 URL: http://svn.apache.org/viewvc?rev=736807&view=rev Log: [ARCHETYPE-225] Add camel archetypes Modified: maven/archetype/trunk/archetype-common/src/main/resources/archetype-catalog.xml maven/archetype/trunk/arche

svn commit: r677967 - /maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java

2008-07-18 Thread dkulp
Author: dkulp Date: Fri Jul 18 09:45:50 2008 New Revision: 677967 URL: http://svn.apache.org/viewvc?rev=677967&view=rev Log: More attempts at trying to figure out what is going on with Mark Hobson's issues. (still don't have a test case, so I'm kind of shooting in

svn commit: r677325 - /maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java

2008-07-16 Thread dkulp
Author: dkulp Date: Wed Jul 16 09:18:57 2008 New Revision: 677325 URL: http://svn.apache.org/viewvc?rev=677325&view=rev Log: Possible fix for too many excludes when using maven <= 2.0.7 Modified: maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/sha

svn commit: r661357 - /maven/pom/trunk/maven/pom.xml

2008-05-29 Thread dkulp
Author: dkulp Date: Thu May 29 08:26:50 2008 New Revision: 661357 URL: http://svn.apache.org/viewvc?rev=661357&view=rev Log: Change my role to PMC Modified: maven/pom/trunk/maven/pom.xml Modified: maven/pom/trunk/maven/pom.xml URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom

svn commit: r661356 - /maven/site/trunk/src/site/apt/plugins/index.apt

2008-05-29 Thread dkulp
Author: dkulp Date: Thu May 29 08:23:38 2008 New Revision: 661356 URL: http://svn.apache.org/viewvc?rev=661356&view=rev Log: Update version numbers of shade/pmd Modified: maven/site/trunk/src/site/apt/plugins/index.apt Modified: maven/site/trunk/src/site/apt/plugins/index.apt URL:

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

2008-05-21 Thread dkulp
Author: dkulp Date: Wed May 21 18:20:04 2008 New Revision: 658970 URL: http://svn.apache.org/viewvc?rev=658970&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml Modified: maven/plugins/trunk/maven-s

svn commit: r658969 - in /maven/plugins/tags/maven-shade-plugin-1.1: ./ pom.xml

2008-05-21 Thread dkulp
Author: dkulp Date: Wed May 21 18:20:02 2008 New Revision: 658969 URL: http://svn.apache.org/viewvc?rev=658969&view=rev Log: [maven-release-plugin] copy for tag maven-shade-plugin-1.1 Added: maven/plugins/tags/maven-shade-plugin-1.1/ - copied from r658964, maven/plugins/trunk/m

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

2008-05-21 Thread dkulp
Author: dkulp Date: Wed May 21 18:19:58 2008 New Revision: 658968 URL: http://svn.apache.org/viewvc?rev=658968&view=rev Log: [maven-release-plugin] prepare release maven-shade-plugin-1.1 Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml Modified: maven/plugins/trunk/maven-s

svn commit: r658964 - /maven/plugins/tags/maven-shade-plugin-1.1/

2008-05-21 Thread dkulp
Author: dkulp Date: Wed May 21 18:09:58 2008 New Revision: 658964 URL: http://svn.apache.org/viewvc?rev=658964&view=rev Log: Remove tag from withdrawn vote Removed: maven/plugins/tags/maven-shade-plugin-1.1/

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

2008-05-21 Thread dkulp
Author: dkulp Date: Wed May 21 18:05:44 2008 New Revision: 658961 URL: http://svn.apache.org/viewvc?rev=658961&view=rev Log: Fix parent pom version, revert to 1.1 so I can re-release Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml Modified: maven/plugins/trunk/maven-shade-pl

svn commit: r658797 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

2008-05-21 Thread dkulp
Author: dkulp Date: Wed May 21 11:20:19 2008 New Revision: 658797 URL: http://svn.apache.org/viewvc?rev=658797&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml Modified: maven/plugins/trunk/maven-pmd-pl

svn commit: r658796 - in /maven/plugins/tags/maven-pmd-plugin-2.4: ./ pom.xml

2008-05-21 Thread dkulp
Author: dkulp Date: Wed May 21 11:20:15 2008 New Revision: 658796 URL: http://svn.apache.org/viewvc?rev=658796&view=rev Log: [maven-release-plugin] copy for tag maven-pmd-plugin-2.4 Added: maven/plugins/tags/maven-pmd-plugin-2.4/ - copied from r658790, maven/plugins/trunk/maven

svn commit: r658795 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

2008-05-21 Thread dkulp
Author: dkulp Date: Wed May 21 11:20:10 2008 New Revision: 658795 URL: http://svn.apache.org/viewvc?rev=658795&view=rev Log: [maven-release-plugin] prepare release maven-pmd-plugin-2.4 Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml Modified: maven/plugins/trunk/maven-pmd-pl

svn commit: r658791 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

2008-05-21 Thread dkulp
Author: dkulp Date: Wed May 21 11:01:23 2008 New Revision: 658791 URL: http://svn.apache.org/viewvc?rev=658791&view=rev Log: Update pmd version to latest pmd Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml URL:

svn commit: r658787 - in /maven/plugins/tags/maven-shade-plugin-1.1: ./ pom.xml src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java

2008-05-21 Thread dkulp
Author: dkulp Date: Wed May 21 10:51:21 2008 New Revision: 658787 URL: http://svn.apache.org/viewvc?rev=658787&view=rev Log: [maven-release-plugin] copy for tag maven-shade-plugin-1.1 Added: maven/plugins/tags/maven-shade-plugin-1.1/ - copied from r657193, maven/plugins/trunk/m

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

2008-05-21 Thread dkulp
Author: dkulp Date: Wed May 21 10:51:24 2008 New Revision: 658788 URL: http://svn.apache.org/viewvc?rev=658788&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml Modified: maven/plugins/trunk/maven-s

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

2008-05-21 Thread dkulp
Author: dkulp Date: Wed May 21 10:51:16 2008 New Revision: 658786 URL: http://svn.apache.org/viewvc?rev=658786&view=rev Log: [maven-release-plugin] prepare release maven-shade-plugin-1.1 Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml Modified: maven/plugins/trunk/maven-s

svn commit: r657856 - in /maven/plugins/trunk/maven-shade-plugin: pom.xml src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java

2008-05-19 Thread dkulp
Author: dkulp Date: Mon May 19 09:32:56 2008 New Revision: 657856 URL: http://svn.apache.org/viewvc?rev=657856&view=rev Log: [MSHADE-23, MSHADE-31] Fix problem of ${basedir} not working correctly after shade runs Make sure the dependency-reduced pom honors the same excludes as the original

svn commit: r639633 - /maven/site/trunk/src/site/apt/plugins/index.apt

2008-03-21 Thread dkulp
Author: dkulp Date: Fri Mar 21 06:30:53 2008 New Revision: 639633 URL: http://svn.apache.org/viewvc?rev=639633&view=rev Log: Update versions Modified: maven/site/trunk/src/site/apt/plugins/index.apt Modified: maven/site/trunk/src/site/apt/plugins/index.apt URL: http://svn.apache.org/vi

svn commit: r637923 - /maven/resources/trunk/apache-jar-resource-bundle/pom.xml

2008-03-17 Thread dkulp
Author: dkulp Date: Mon Mar 17 07:57:56 2008 New Revision: 637923 URL: http://svn.apache.org/viewvc?rev=637923&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/resources/trunk/apache-jar-resource-bundle/pom.xml Modified: maven/resources/t

svn commit: r637922 - in /maven/resources/tags/apache-jar-resource-bundle-1.4: ./ pom.xml src/main/resources/META-INF/DEPENDENCIES.vm

2008-03-17 Thread dkulp
Author: dkulp Date: Mon Mar 17 07:57:53 2008 New Revision: 637922 URL: http://svn.apache.org/viewvc?rev=637922&view=rev Log: [maven-scm] copy for tag apache-jar-resource-bundle-1.4 Added: maven/resources/tags/apache-jar-resource-bundle-1.4/ - copied from r637235, maven/resources/t

svn commit: r637921 - /maven/resources/trunk/apache-jar-resource-bundle/pom.xml

2008-03-17 Thread dkulp
Author: dkulp Date: Mon Mar 17 07:57:43 2008 New Revision: 637921 URL: http://svn.apache.org/viewvc?rev=637921&view=rev Log: [maven-release-plugin] prepare release apache-jar-resource-bundle-1.4 Modified: maven/resources/trunk/apache-jar-resource-bundle/pom.xml Modified: maven/resou

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

2008-03-17 Thread dkulp
Author: dkulp Date: Mon Mar 17 07:56:18 2008 New Revision: 637920 URL: http://svn.apache.org/viewvc?rev=637920&view=rev Log: Update parent to latest Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml URL: http://svn.apache

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

2008-03-17 Thread dkulp
Author: dkulp Date: Mon Mar 17 07:49:19 2008 New Revision: 637917 URL: http://svn.apache.org/viewvc?rev=637917&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml Modified: maven/plugins/trunk/maven-s

svn commit: r637916 - in /maven/plugins/tags/maven-shade-plugin-1.0.1: ./ pom.xml

2008-03-17 Thread dkulp
Author: dkulp Date: Mon Mar 17 07:49:15 2008 New Revision: 637916 URL: http://svn.apache.org/viewvc?rev=637916&view=rev Log: [maven-scm] copy for tag maven-shade-plugin-1.0.1 Added: maven/plugins/tags/maven-shade-plugin-1.0.1/ - copied from r637914, maven/plugins/trunk/maven-s

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

2008-03-17 Thread dkulp
Author: dkulp Date: Mon Mar 17 07:49:04 2008 New Revision: 637915 URL: http://svn.apache.org/viewvc?rev=637915&view=rev Log: [maven-release-plugin] prepare release maven-shade-plugin-1.0.1 Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml Modified: maven/plugins/trunk/maven-s

svn commit: r637908 - in /maven/plugins/tags/maven-remote-resources-plugin-1.0: ./ pom.xml src/main/java/org/apache/maven/plugin/resources/remote/ProcessRemoteResourcesMojo.java

2008-03-17 Thread dkulp
Author: dkulp Date: Mon Mar 17 07:39:00 2008 New Revision: 637908 URL: http://svn.apache.org/viewvc?rev=637908&view=rev Log: [maven-release-plugin] copy for tag maven-remote-resources-plugin-1.0 Added: maven/plugins/tags/maven-remote-resources-plugin-1.0/ - copied from r637601, m

svn commit: r637909 - /maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

2008-03-17 Thread dkulp
Author: dkulp Date: Mon Mar 17 07:39:03 2008 New Revision: 637909 URL: http://svn.apache.org/viewvc?rev=637909&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Modified: maven/plugins/trunk/m

svn commit: r637907 - /maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

2008-03-17 Thread dkulp
Author: dkulp Date: Mon Mar 17 07:38:56 2008 New Revision: 637907 URL: http://svn.apache.org/viewvc?rev=637907&view=rev Log: [maven-release-plugin] prepare release maven-remote-resources-plugin-1.0 Modified: maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Modified: maven/plu

svn commit: r637901 - /maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

2008-03-17 Thread dkulp
Author: dkulp Date: Mon Mar 17 07:32:30 2008 New Revision: 637901 URL: http://svn.apache.org/viewvc?rev=637901&view=rev Log: Target version 1.0 Modified: maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Modified: maven/plugins/trunk/maven-remote-resources-plugin/pom.xml URL:

svn commit: r637892 - in /maven/plugins/trunk/maven-remote-resources-plugin: pom.xml src/main/java/org/apache/maven/plugin/resources/remote/ProcessRemoteResourcesMojo.java

2008-03-17 Thread dkulp
Author: dkulp Date: Mon Mar 17 07:02:12 2008 New Revision: 637892 URL: http://svn.apache.org/viewvc?rev=637892&view=rev Log: [MRRESOURCES-22] Provide "excludes" for artifacts that are passed into velocity [MRRESOURCES-23] Introduce a parameter to define the scopes of the libraries t

svn commit: r637608 - /maven/plugins/trunk/maven-remote-resources-plugin/src/main/java/org/apache/maven/plugin/resources/remote/ProcessRemoteResourcesMojo.java

2008-03-16 Thread dkulp
Author: dkulp Date: Sun Mar 16 09:29:33 2008 New Revision: 637608 URL: http://svn.apache.org/viewvc?rev=637608&view=rev Log: Allow appended resource things to be appended to copied (not velocity processed) resources Allow appended resource things to be processed by velocity Modified: m

svn commit: r637502 - /maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/resource/ApacheNoticeResourceTransformer.java

2008-03-15 Thread dkulp
Author: dkulp Date: Sat Mar 15 18:30:21 2008 New Revision: 637502 URL: http://svn.apache.org/viewvc?rev=637502&view=rev Log: Allow turning off the header. Modified: maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/reso

svn commit: r637336 - /maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/DEPENDENCIES.vm

2008-03-14 Thread dkulp
Author: dkulp Date: Fri Mar 14 19:29:41 2008 New Revision: 637336 URL: http://svn.apache.org/viewvc?rev=637336&view=rev Log: More fixes to allow a better header. Modified: maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/DEPENDENCIES.vm Modified: m

svn commit: r637335 - /maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/resource/ApacheNoticeResourceTransformer.java

2008-03-14 Thread dkulp
Author: dkulp Date: Fri Mar 14 19:17:08 2008 New Revision: 637335 URL: http://svn.apache.org/viewvc?rev=637335&view=rev Log: Fix for NOTICE files not having all the content Modified: maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/reso

svn commit: r637329 - /maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/DEPENDENCIES.vm

2008-03-14 Thread dkulp
Author: dkulp Date: Fri Mar 14 18:39:15 2008 New Revision: 637329 URL: http://svn.apache.org/viewvc?rev=637329&view=rev Log: Add ability to change the header Modified: maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/DEPENDENCIES.vm Modified: maven/resou

svn commit: r636948 - /maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm

2008-03-13 Thread dkulp
Author: dkulp Date: Thu Mar 13 18:47:09 2008 New Revision: 636948 URL: http://svn.apache.org/viewvc?rev=636948&view=rev Log: Remove explanation comment Modified: maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/NOTICE.vm Modified: maven/resources/trunk/ap

svn commit: r636947 - in /maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF: DEPENDENCIES.vm LICENSE.vm NOTICE.vm

2008-03-13 Thread dkulp
Author: dkulp Date: Thu Mar 13 18:26:41 2008 New Revision: 636947 URL: http://svn.apache.org/viewvc?rev=636947&view=rev Log: [MRRESOURCES-32] Patch from David Jencks applied Added: maven/resources/trunk/apache-jar-resource-bundle/src/main/resources/META-INF/DEPENDENCIES.vm Modi

svn commit: r631833 - in /maven/plugins/trunk/maven-shade-plugin: pom.xml src/main/java/org/apache/maven/plugins/shade/DefaultShader.java src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.ja

2008-02-27 Thread dkulp
Author: dkulp Date: Wed Feb 27 19:49:38 2008 New Revision: 631833 URL: http://svn.apache.org/viewvc?rev=631833&view=rev Log: [MSHADE-14, MSHADE-17, MSHADE-16] Move the "project" jars to the front of the lists so the stuff there always "wins" Side affect of movin

svn commit: r614039 - /maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java

2008-01-21 Thread dkulp
Author: dkulp Date: Mon Jan 21 15:03:14 2008 New Revision: 614039 URL: http://svn.apache.org/viewvc?rev=614039&view=rev Log: Fix source jar creation Modified: maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java Modified: maven/plu

svn commit: r613979 - /maven/site/trunk/src/site/apt/plugins/index.apt

2008-01-21 Thread dkulp
Author: dkulp Date: Mon Jan 21 11:32:06 2008 New Revision: 613979 URL: http://svn.apache.org/viewvc?rev=613979&view=rev Log: Add shade plugin to plugin list Modified: maven/site/trunk/src/site/apt/plugins/index.apt Modified: maven/site/trunk/src/site/apt/plugins/index.apt URL:

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

2008-01-16 Thread dkulp
Author: dkulp Date: Wed Jan 16 11:34:46 2008 New Revision: 612552 URL: http://svn.apache.org/viewvc?rev=612552&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml Modified: maven/plugins/trunk/maven-s

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

2008-01-16 Thread dkulp
Author: dkulp Date: Wed Jan 16 11:34:29 2008 New Revision: 612550 URL: http://svn.apache.org/viewvc?rev=612550&view=rev Log: [maven-release-plugin] prepare release maven-shade-plugin-1.0-beta-1 Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml Modified: maven/plugins/trunk/m

svn commit: r612551 - in /maven/plugins/tags/maven-shade-plugin-1.0-beta-1: ./ pom.xml src/main/java/org/apache/maven/plugins/shade/DefaultShader.java

2008-01-16 Thread dkulp
Author: dkulp Date: Wed Jan 16 11:34:37 2008 New Revision: 612551 URL: http://svn.apache.org/viewvc?rev=612551&view=rev Log: [maven-scm] copy for tag maven-shade-plugin-1.0-beta-1 Added: maven/plugins/tags/maven-shade-plugin-1.0-beta-1/ - copied from r612452, maven/plugins/trunk/m

svn commit: r612465 - /maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/DefaultShader.java

2008-01-16 Thread dkulp
Author: dkulp Date: Wed Jan 16 06:12:50 2008 New Revision: 612465 URL: http://svn.apache.org/viewvc?rev=612465&view=rev Log: [MSHADE-13] Fix issues of indexed jars making the new jar unusable Modified: maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/s

svn commit: r612180 - /maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/DefaultShader.java

2008-01-15 Thread dkulp
Author: dkulp Date: Tue Jan 15 10:10:55 2008 New Revision: 612180 URL: http://svn.apache.org/viewvc?rev=612180&view=rev Log: Use "STORED" method for directories to match what "jar" does. Modified: maven/plugins/trunk/maven-shade-plugin/src/main/java/org/ap

svn commit: r612178 - /maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/DefaultShader.java

2008-01-15 Thread dkulp
Author: dkulp Date: Tue Jan 15 10:00:57 2008 New Revision: 612178 URL: http://svn.apache.org/viewvc?rev=612178&view=rev Log: Fix problems with directories in the generated jars Modified: maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/DefaultShader.

svn commit: r604901 - in /maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/resource: AppendingTransformer.java XmlAppendingTransformer.java

2007-12-17 Thread dkulp
Author: dkulp Date: Mon Dec 17 07:29:55 2007 New Revision: 604901 URL: http://svn.apache.org/viewvc?rev=604901&view=rev Log: Add checks to only output the files if they actually were transformed Modified: maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/s

svn commit: r603947 - /maven/sandbox/trunk/plugins/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/resource/ApacheNoticeResourceTransformer.java

2007-12-13 Thread dkulp
Author: dkulp Date: Thu Dec 13 08:29:18 2007 New Revision: 603947 URL: http://svn.apache.org/viewvc?rev=603947&view=rev Log: Fix JDK 1.4 issues Modified: maven/sandbox/trunk/plugins/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/resource/ApacheNoticeResourceTransformer.

svn commit: r603295 - /maven/sandbox/trunk/plugins/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java

2007-12-11 Thread dkulp
Author: dkulp Date: Tue Dec 11 08:49:18 2007 New Revision: 603295 URL: http://svn.apache.org/viewvc?rev=603295&view=rev Log: Fixes for install of source jar Modified: maven/sandbox/trunk/plugins/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java Modi

svn commit: r603267 - in /maven/sandbox/trunk/plugins/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade: DefaultShader.java mojo/ShadeMojo.java

2007-12-11 Thread dkulp
Author: dkulp Date: Tue Dec 11 07:18:08 2007 New Revision: 603267 URL: http://svn.apache.org/viewvc?rev=603267&view=rev Log: Optimize copying of class files if not relocations are registered If file.rename fails, try a gc and try again If still fails, try a copy Modified: maven/san

svn commit: r602301 - /maven/sandbox/trunk/plugins/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/DefaultShader.java

2007-12-07 Thread dkulp
Author: dkulp Date: Fri Dec 7 18:34:00 2007 New Revision: 602301 URL: http://svn.apache.org/viewvc?rev=602301&view=rev Log: [MSHADE-5] Close the jar streams to hopefully unlock the files. Modified: maven/sandbox/trunk/plugins/maven-shade-plugin/src/main/java/org/apache/maven/plugins/s

svn commit: r602237 - in /maven/sandbox/trunk/plugins/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/resource: DontIncludeResourceTransformer.java IncludeResourceTransformer.java

2007-12-07 Thread dkulp
Author: dkulp Date: Fri Dec 7 13:49:29 2007 New Revision: 602237 URL: http://svn.apache.org/viewvc?rev=602237&view=rev Log: Add transformers that force inclusion/exclusion of specific resources Added: maven/sandbox/trunk/plugins/maven-shade-plugin/src/main/java/org/apache/maven/plu

svn commit: r602232 - in /maven/sandbox/trunk/plugins/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade: DefaultShader.java mojo/ShadeMojo.java

2007-12-07 Thread dkulp
Author: dkulp Date: Fri Dec 7 13:32:53 2007 New Revision: 602232 URL: http://svn.apache.org/viewvc?rev=602232&view=rev Log: [MSHADE-4] Make sure the directory entries and resources (like the Message.properties files) go through the remappers as well Modified: maven/sandbox/trunk/plu

svn commit: r602215 - in /maven/sandbox/trunk/plugins/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade: mojo/ resource/

2007-12-07 Thread dkulp
Author: dkulp Date: Fri Dec 7 12:55:25 2007 New Revision: 602215 URL: http://svn.apache.org/viewvc?rev=602215&view=rev Log: Add ability to create a shaded -sources jar along with the shaded code jar. Modified: maven/sandbox/trunk/plugins/maven-shade-plugin/src/main/java/org/apache/m

svn commit: r601369 - /maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

2007-12-05 Thread dkulp
Author: dkulp Date: Wed Dec 5 07:41:28 2007 New Revision: 601369 URL: http://svn.apache.org/viewvc?rev=601369&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Modified: maven/plugins/trunk/m

svn commit: r601368 - in /maven/plugins/tags/maven-remote-resources-plugin-1.0-beta-2: ./ src/main/java/org/apache/maven/plugin/resources/remote/

2007-12-05 Thread dkulp
Author: dkulp Date: Wed Dec 5 07:41:21 2007 New Revision: 601368 URL: http://svn.apache.org/viewvc?rev=601368&view=rev Log: [maven-release-plugin] copy for tag maven-remote-resources-plugin-1.0-beta-2 Added: maven/plugins/tags/maven-remote-resources-plugin-1.0-beta-2/ - copied

svn commit: r601367 - /maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

2007-12-05 Thread dkulp
Author: dkulp Date: Wed Dec 5 07:41:14 2007 New Revision: 601367 URL: http://svn.apache.org/viewvc?rev=601367&view=rev Log: [maven-release-plugin] prepare release maven-remote-resources-plugin-1.0-beta-2 Modified: maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Modified: m

svn commit: r601356 - in /maven/plugins/trunk/maven-remote-resources-plugin/src/main/java/org/apache/maven/plugin/resources/remote: ProcessRemoteResourcesMojo.java RemoteResourcesClassLoader.java

2007-12-05 Thread dkulp
Author: dkulp Date: Wed Dec 5 07:19:11 2007 New Revision: 601356 URL: http://svn.apache.org/viewvc?rev=601356&view=rev Log: Get it working with JDK 1.4 again Modified: maven/plugins/trunk/maven-remote-resources-plugin/src/main/java/org/apache/maven/plugin/resources/re

svn commit: r599600 - /maven/plugins/trunk/maven-pmd-plugin/src/test/resources/unit/invalid-format/invalid-target-jdk-plugin-config.xml

2007-11-29 Thread dkulp
Author: dkulp Date: Thu Nov 29 14:15:13 2007 New Revision: 599600 URL: http://svn.apache.org/viewvc?rev=599600&view=rev Log: Add missing file for MPMD-56 Added: maven/plugins/trunk/maven-pmd-plugin/src/test/resources/unit/invalid-format/invalid-target-jdk-plugin-config.xml (with p

svn commit: r599599 - in /maven/plugins/trunk/maven-pmd-plugin/src: main/java/org/apache/maven/plugin/pmd/PmdReport.java test/java/org/apache/maven/plugin/pmd/PmdReportTest.java

2007-11-29 Thread dkulp
Author: dkulp Date: Thu Nov 29 14:14:29 2007 New Revision: 599599 URL: http://svn.apache.org/viewvc?rev=599599&view=rev Log: [MPMD-56] Add support for Java 1.6 (patch from Xavier Le Vourch applied) Modified: maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin

svn commit: r599597 - in /maven/plugins/trunk/maven-pmd-plugin: pom.xml src/main/java/org/apache/maven/plugin/pmd/CpdReport.java src/main/java/org/apache/maven/plugin/pmd/PmdReport.java src/test/java/

2007-11-29 Thread dkulp
Author: dkulp Date: Thu Nov 29 14:09:50 2007 New Revision: 599597 URL: http://svn.apache.org/viewvc?rev=599597&view=rev Log: [MPMD-59] Update to PMD 4.1 (patch from Xavier Le Vourch applied with other fixes needed) Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml maven/plu

svn commit: r599550 - in /maven/plugins/trunk/maven-pmd-plugin/src: main/java/org/apache/maven/plugin/pmd/CpdReport.java test/java/org/apache/maven/plugin/pmd/CpdReportTest.java

2007-11-29 Thread dkulp
Author: dkulp Date: Thu Nov 29 11:18:25 2007 New Revision: 599550 URL: http://svn.apache.org/viewvc?rev=599550&view=rev Log: [MPMD-55] Patch from pkernevez applied to add proper UTF-8 encoding to xml file Modified: maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/pl

svn commit: r599545 - in /maven/sandbox/trunk/plugins/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade: mojo/ShadeMojo.java resource/ApacheNoticeResourceTransformer.java

2007-11-29 Thread dkulp
Author: dkulp Date: Thu Nov 29 11:09:35 2007 New Revision: 599545 URL: http://svn.apache.org/viewvc?rev=599545&view=rev Log: Fix problems with ApacheNotices being mangled. Suppport the new 1.3 style Apache NOTICE files. Fix creation of dependency-reduced-pom.xml if deps use properties (

svn commit: r599485 - /maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

2007-11-29 Thread dkulp
Author: dkulp Date: Thu Nov 29 07:24:24 2007 New Revision: 599485 URL: http://svn.apache.org/viewvc?rev=599485&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Modified: maven/plugins/trunk/m

svn commit: r599484 - in /maven/plugins/tags/maven-remote-resources-plugin-1.0-beta-1: ./ pom.xml src/main/java/org/apache/maven/plugin/resources/remote/RemoteResourcesClassLoader.java

2007-11-29 Thread dkulp
Author: dkulp Date: Thu Nov 29 07:24:20 2007 New Revision: 599484 URL: http://svn.apache.org/viewvc?rev=599484&view=rev Log: [maven-release-plugin] copy for tag maven-remote-resources-plugin-1.0-beta-1 Added: maven/plugins/tags/maven-remote-resources-plugin-1.0-beta-1/ - copied

svn commit: r599483 - /maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

2007-11-29 Thread dkulp
Author: dkulp Date: Thu Nov 29 07:24:08 2007 New Revision: 599483 URL: http://svn.apache.org/viewvc?rev=599483&view=rev Log: [maven-release-plugin] prepare release maven-remote-resources-plugin-1.0-beta-1 Modified: maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Modified: m

svn commit: r599481 - /maven/plugins/tags/maven-remote-resources-plugin-1.0-beta-1/

2007-11-29 Thread dkulp
Author: dkulp Date: Thu Nov 29 07:20:55 2007 New Revision: 599481 URL: http://svn.apache.org/viewvc?rev=599481&view=rev Log: The 1.0-beta-1 has to be rebuilt as the source jar is missing required NOTICE/LICENSE Removed: maven/plugins/tags/maven-remote-resources-plugin-1.0-beta-1/

svn commit: r599480 - /maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

2007-11-29 Thread dkulp
Author: dkulp Date: Thu Nov 29 07:19:38 2007 New Revision: 599480 URL: http://svn.apache.org/viewvc?rev=599480&view=rev Log: Revert back to 1.0-beta-1-SNAPSHOT as I need to redo it Lock maven-source-plugin to version that will pick up the remote resources (LICENSE/NOTICE) until parent is

svn commit: r599475 - /maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

2007-11-29 Thread dkulp
Author: dkulp Date: Thu Nov 29 07:13:57 2007 New Revision: 599475 URL: http://svn.apache.org/viewvc?rev=599475&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Modified: maven/plugins/trunk/m

svn commit: r599474 - in /maven/plugins/tags/maven-remote-resources-plugin-1.0-beta-1: ./ pom.xml src/main/java/org/apache/maven/plugin/resources/remote/RemoteResourcesClassLoader.java

2007-11-29 Thread dkulp
Author: dkulp Date: Thu Nov 29 07:13:51 2007 New Revision: 599474 URL: http://svn.apache.org/viewvc?rev=599474&view=rev Log: [maven-release-plugin] copy for tag maven-remote-resources-plugin-1.0-beta-1 Added: maven/plugins/tags/maven-remote-resources-plugin-1.0-beta-1/ - copied

svn commit: r599473 - /maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

2007-11-29 Thread dkulp
Author: dkulp Date: Thu Nov 29 07:13:44 2007 New Revision: 599473 URL: http://svn.apache.org/viewvc?rev=599473&view=rev Log: [maven-release-plugin] prepare release maven-remote-resources-plugin-1.0-beta-1 Modified: maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Modified: m

svn commit: r599471 - /maven/plugins/trunk/maven-remote-resources-plugin/src/main/java/org/apache/maven/plugin/resources/remote/RemoteResourcesClassLoader.java

2007-11-29 Thread dkulp
Author: dkulp Date: Thu Nov 29 07:09:15 2007 New Revision: 599471 URL: http://svn.apache.org/viewvc?rev=599471&view=rev Log: Update classloader to go back to the parent if the resource doesn't exist. Thus, velocity can find it's own stuff. Modified: maven/plugins/trun

svn commit: r599333 - in /maven/plugins/trunk/maven-remote-resources-plugin/src/main/java/org/apache/maven/plugin/resources/remote: ProcessRemoteResourcesMojo.java RemoteResourcesClassLoader.java

2007-11-29 Thread dkulp
Author: dkulp Date: Thu Nov 29 00:32:04 2007 New Revision: 599333 URL: http://svn.apache.org/viewvc?rev=599333&view=rev Log: [MRRESOURCES-28] Add attached configuration item to allow it to not attach the resources dirs to the project Modified: maven/plugins/trunk/maven-remote-resou

svn commit: r599325 - /maven/plugins/trunk/maven-remote-resources-plugin/src/main/java/org/apache/maven/plugin/resources/remote/RemoteResourcesClassLoader.java

2007-11-29 Thread dkulp
Author: dkulp Date: Thu Nov 29 00:18:19 2007 New Revision: 599325 URL: http://svn.apache.org/viewvc?rev=599325&view=rev Log: [MRRESOURCES-28] Don't grab resources from the uber jar Modified: maven/plugins/trunk/maven-remote-resources-plugin/src/main/java/org/apache/maven/plugin/

svn commit: r586082 - /maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

2007-10-18 Thread dkulp
Author: dkulp Date: Thu Oct 18 11:59:40 2007 New Revision: 586082 URL: http://svn.apache.org/viewvc?rev=586082&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Modified: maven/plugins/trunk/m

svn commit: r586081 - in /maven/plugins/tags/maven-remote-resources-plugin-1.0-alpha-6: ./ pom.xml src/main/java/org/apache/maven/plugin/resources/remote/ProcessRemoteResourcesMojo.java

2007-10-18 Thread dkulp
Author: dkulp Date: Thu Oct 18 11:59:37 2007 New Revision: 586081 URL: http://svn.apache.org/viewvc?rev=586081&view=rev Log: [maven-scm] copy for tag maven-remote-resources-plugin-1.0-alpha-6 Added: maven/plugins/tags/maven-remote-resources-plugin-1.0-alpha-6/ - copied from r58

  1   2   3   >