RE: [ANN] JAR Plugin v 2.1 Released

2006-08-31 Thread Ruel Loehr
Sweet. I completely missed it. Thanks! Ruel Loehr JBoss, a division of Red Hat QA - 512-342-7840 ext 2011 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel -Original Message- From: Vincent Siveton [mailto:[EMAIL PROTECTED] Sent: Thursday, August 31, 2006 4

RE: [ANN] JAR Plugin v 2.1 Released

2006-08-31 Thread Ruel Loehr
the top. It sure would be sweet if it told what version of the plugin it was referring to. Ruel Loehr JBoss, a division of Red Hat QA - 512-342-7840 ext 2011 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel -Original Message- From: Jason van Zyl [mailto

RE: [RANT] This Maven thing is killing us....

2006-07-05 Thread Ruel Loehr
I made some noise a few months ago about the repository poms. There are 3 or 4 issues currently in JIRA regarding this. I also agree that it is an issue. http://jira.codehaus.org/browse/MNG-1954 Ruel Loehr JBoss QA -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED

RE: Plugin documentation standard

2006-06-19 Thread Ruel Loehr
Why stop at a plugin? Wouldn't this be valuable to have for thirdparty dependencies as well? Ruel Loehr JBoss QA - 512-342-7840 ext 2011 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED]

[jira] Commented: (MPIR-27) Empty dependencies list when directly called from command line

2006-02-28 Thread ruel loehr (JIRA)
[ http://jira.codehaus.org/browse/MPIR-27?page=comments#action_59723 ] ruel loehr commented on MPIR-27: the dependency report plugin needs to have @dependencyResolutionRequired tag in the mojo header for this to work correctly. > Empty dependencies l

[jira] Created: (MNG-2104) FileSet type should be available to all user created plugins

2006-02-22 Thread ruel loehr (JIRA)
Reporter: ruel loehr Priority: Minor Recently, for the copy plugin a FileSet type was created. Due to the fact that many plugins could make use of this feature, it should be made available to all. In order to use it in it's current form, we have to copy this class into each of our pl

[jira] Created: (MINSTALL-9) md5 file generation

2006-01-13 Thread ruel loehr (JIRA)
md5 file generation --- Key: MINSTALL-9 URL: http://jira.codehaus.org/browse/MINSTALL-9 Project: Maven 2.x Install Plugin Type: Wish Versions: 2.2 Reporter: ruel loehr It would be nice if the install plugin created md5 files for both

[jira] Commented: (MNG-1323) Plugin extensions (dependencies) not resolved in reactor build

2006-01-04 Thread ruel loehr (JIRA)
[ http://jira.codehaus.org/browse/MNG-1323?page=comments#action_54941 ] ruel loehr commented on MNG-1323: - Are there any suggested work arounds for this issue?Hence, if I wish to use a custom ant task in a child module (which would require a dependency

[jira] Commented: (MCLEAN-2) Delete additional directories and files including testOutputDirectory, outputDirectory, and directory

2005-12-20 Thread ruel loehr (JIRA)
[ http://jira.codehaus.org/browse/MCLEAN-2?page=comments#action_53851 ] ruel loehr commented on MCLEAN-2: - Is there an example in any existing plugins where filesets are used? > Delete additional directories and files including testOutputDirect

[jira] Commented: (MCLEAN-2) Delete additional directories and files including testOutputDirectory, outputDirectory, and directory

2005-12-20 Thread ruel loehr (JIRA)
[ http://jira.codehaus.org/browse/MCLEAN-2?page=comments#action_53847 ] ruel loehr commented on MCLEAN-2: - I ran into the same situation and have attached a patch MCLEAN-2.txt as well. > Delete additional directories and files including testOutputDirect

[jira] Updated: (MCLEAN-2) Delete additional directories and files including testOutputDirectory, outputDirectory, and directory

2005-12-20 Thread ruel loehr (JIRA)
[ http://jira.codehaus.org/browse/MCLEAN-2?page=all ] ruel loehr updated MCLEAN-2: Attachment: MCLEAN-2.txt > Delete additional directories and files including testOutputDirectory, > outputDirectory, and dir

[jira] Commented: (MNG-1819) StringIndexOutOfBoundsException when running maven

2005-12-15 Thread ruel loehr (JIRA)
[ http://jira.codehaus.org/browse/MNG-1819?page=comments#action_53490 ] ruel loehr commented on MNG-1819: - Is there a workaround in the immediate timeframe? Or how can i get the fix? > StringIndexOutOfBoundsException when running ma

[jira] Commented: (MNG-1174) New Mojos for compiler and jar plugins to allow alternate jars

2005-12-05 Thread ruel loehr (JIRA)
[ http://jira.codehaus.org/browse/MNG-1174?page=comments#action_52796 ] ruel loehr commented on MNG-1174: - I am looking for the same type of functionality that Bob is asking for here. Basically, compileSourceRoots and outputDirectory need to be

[jira] Created: (MNG-1754) Antrun plugin defaults to using jre classpath instead of jdk

2005-12-05 Thread ruel loehr (JIRA)
Reporter: ruel loehr When executing ant tasks via the antrun plugin, maven reconciles them with a jre classpath. You can verify this by running the antrun plugin with the following task: The solution I can see is to add a plugin dependency on the antrun plugin which resolves to the

[jira] Created: (MNG-1657) Install plugin installs a jar to repository with default name, even if name is overridden

2005-11-22 Thread ruel loehr (JIRA)
: Bug Components: maven-install-plugin Versions: 2.0 Environment: winxp Reporter: ruel loehr Fix For: 2.0.1 When using the install plugin to install a jar to the repository, the default name of the jar is used, even if the name is overridden. Also, if you define your own type