[jira] Commented: (MPMD-34) Review plugin documentation

2006-06-22 Thread Maria Odea Ching (JIRA)
[ http://jira.codehaus.org/browse/MPMD-34?page=comments#action_68058 ] Maria Odea Ching commented on MPMD-34: -- The plugin already has the ff. in its documentation: - Most classes already have javadoc tags - HowTo apt To do: - Put additional javadoc tags

[jira] Commented: (MNG-1542) type attribute of artifact:dependencies doesn't work for indirect dependencies

2006-06-22 Thread Tomislav Bodor (JIRA)
[ http://jira.codehaus.org/browse/MNG-1542?page=comments#action_68054 ] Tomislav Bodor commented on MNG-1542: - I have implemented an internal workaround for our project that doesn't pass the TypeArtifactFilter to the resolver/collector, but instead retri

[jira] Created: (MPMD-34) Review plugin documentation

2006-06-22 Thread Maria Odea Ching (JIRA)
Review plugin documentation --- Key: MPMD-34 URL: http://jira.codehaus.org/browse/MPMD-34 Project: Maven 2.x Pmd Plugin Type: Task Reporter: Maria Odea Ching Assigned to: Maria Odea Ching -- This message is automatically generated

[jira] Updated: (MNG-2165) Provide links to release notes on download page, navigation, and README.txt in binaries

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2165?page=all ] John Casey updated MNG-2165: Summary: Provide links to release notes on download page, navigation, and README.txt in binaries (was: Provide links to release notes on Maven Download page (and navigation?

[jira] Commented: (MNG-2165) Provide links to release notes on Maven Download page (and navigation?)

2006-06-22 Thread Anuerin Diaz (JIRA)
[ http://jira.codehaus.org/browse/MNG-2165?page=comments#action_68052 ] Anuerin Diaz commented on MNG-2165: --- Thanks John. The release notes on the web site is a new addition since it was only the "2.0 release notes" was present when I logged this ticket. H

[jira] Closed: (MNG-2284) Cannot specify additional classpath entries in manifest when using addClasspath

2006-06-22 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MNG-2284?page=all ] Mike Perham closed MNG-2284: Assign To: Mike Perham Resolution: Fixed Patch applied with small tweaks (the user supplied value should come first so its resources can come first in the classpath

[jira] Closed: (MJAR-35) Abstraction for JarSignMojo so that webstart plugin can allow the user to choose how their jars are signed

2006-06-22 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MJAR-35?page=all ] Brett Porter closed MJAR-35: Assign To: Brett Porter Resolution: Won't Fix moved to MOJO, as I understand it > Abstraction for JarSignMojo so that webstart plugin can allow the user to > choose

[jira] Closed: (MJAR-45) SVN URLs wrong on generated Source Repository page

2006-06-22 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MJAR-45?page=all ] Mike Perham closed MJAR-45: --- Assign To: Mike Perham Resolution: Fixed Fix Version: 2.1 This will be fixed once 2.1 is released and the site is updated. I don't know how easy or hard it is t

[jira] Commented: (MJAR-20) Don't create empty jars

2006-06-22 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MJAR-20?page=comments#action_68048 ] Mike Perham commented on MJAR-20: - I don't see how MJAR-27 solves Carlos's usecase. The parent POM can mandate that test-jars are created for all child projects. If one of those child

[jira] Closed: (MJAR-4) Multiline description provides invalid header in the generated jar files

2006-06-22 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MJAR-4?page=all ] Mike Perham closed MJAR-4: -- Assign To: Mike Perham Resolution: Fixed Fix Version: 2.1 This appears to no longer be a problem. maven-archiver does not add specification and implementation entr

[jira] Commented: (MNG-2284) Cannot specify additional classpath entries in manifest when using addClasspath

2006-06-22 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-2284?page=comments#action_68046 ] Brett Porter commented on MNG-2284: --- I think this is ok. Basically, this gives 4 scenarios: - no classpath - just the default (addClasspath > true) - just the hand coded one (Class-Path

[jira] Closed: (MJAR-27) jar:sign doesn't check if project prouces an artifact

2006-06-22 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MJAR-27?page=all ] Mike Perham closed MJAR-27: --- Assign To: Mike Perham Resolution: Fixed Fix Version: 2.1 Committed the latest version. As biased as I am towards testing, the plugin does not have a working in

[jira] Commented: (MNG-2284) Cannot specify additional classpath entries in manifest when using addClasspath

2006-06-22 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MNG-2284?page=comments#action_68044 ] Mike Perham commented on MNG-2284: -- Anyone have any comments on this? Is it a good idea to allow people to futz with their Class-Path? And if so, is it a good idea to hardcode the che

[jira] Closed: (MJAR-33) Jarsigner shows password on command line

2006-06-22 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MJAR-33?page=all ] Mike Perham closed MJAR-33: --- Assign To: Mike Perham Resolution: Fixed Fix Version: 2.1 Password is now replaced with "**" before logging. > Jarsigner shows password on command line > ---

[jira] Commented: (MJAR-4) Multiline description provides invalid header in the generated jar files

2006-06-22 Thread Jerome Lacoste (JIRA)
[ http://jira.codehaus.org/browse/MJAR-4?page=comments#action_68042 ] Jerome Lacoste commented on MJAR-4: --- http://jira.codehaus.org/browse/MJAR-39#action_67458 seems to confirm my point. Should probably be closed... > Multiline description provides inval

[jira] Commented: (MCHANGELOG-38) NPE when developer section does not include an id

2006-06-22 Thread Baerrach bonDierne (JIRA)
[ http://jira.codehaus.org/browse/MCHANGELOG-38?page=comments#action_68041 ] Baerrach bonDierne commented on MCHANGELOG-38: -- id may be required, but the problem is that it does not indicate this gracefully. I used the definition from the JIRA h

[jira] Commented: (MJAR-35) Abstraction for JarSignMojo so that webstart plugin can allow the user to choose how their jars are signed

2006-06-22 Thread Jerome Lacoste (JIRA)
[ http://jira.codehaus.org/browse/MJAR-35?page=comments#action_68040 ] Jerome Lacoste commented on MJAR-35: Please close that one. Issue was moved to Webstart mojo. > Abstraction for JarSignMojo so that webstart plugin can allow the user to > choose ho

[jira] Commented: (MJAR-37) HttpJarSignClient - New goal "httpsign" which will sign jar files by submitting them to a signing service via HTTP Post

2006-06-22 Thread Jerome Lacoste (JIRA)
[ http://jira.codehaus.org/browse/MJAR-37?page=comments#action_68039 ] Jerome Lacoste commented on MJAR-37: This issue is related to MOJO-393. It should be moved to webstart plugin. Please do so if you want (we need to create a webstart project in Jira f

[jira] Commented: (MJAR-31) [webstart] NPE when signing dependencies

2006-06-22 Thread Jerome Lacoste (JIRA)
[ http://jira.codehaus.org/browse/MJAR-31?page=comments#action_68038 ] Jerome Lacoste commented on MJAR-31: Can we close that one? I am 95% sure the issue was fixed. It just didn't make it into a stable release yet. > [webstart] NPE when signing depende

[jira] Commented: (MJAR-42) Add LICENCE and NOTICE files to the jar

2006-06-22 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MJAR-42?page=comments#action_68037 ] Mike Perham commented on MJAR-42: - The license and notice files in the root of a project isn't a Maven standard (is it?) and plus I don't think it's a great idea anyways as it becomes re

[jira] Commented: (MJAR-11) extention parametrization

2006-06-22 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MJAR-11?page=comments#action_68036 ] Mike Perham commented on MJAR-11: - I'm of the belief that things that follow the standards should be easy to do. OTOH, things that are NOT standard and don't do the right thing (like cre

[jira] Closed: (MJAR-18) JarSignVerifyMojo - Handle unsigned jar files

2006-06-22 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MJAR-18?page=all ] Mike Perham closed MJAR-18: --- Assign To: Mike Perham Resolution: Incomplete Fix Version: 2.1 Closing due to lack of feedback from reporter. > JarSignVerifyMojo - Handle unsigned jar files > -

[jira] Commented: (MJAR-30) Allow inludes/excludes definition

2006-06-22 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MJAR-30?page=comments#action_68034 ] Mike Perham commented on MJAR-30: - A patch would get this fixed quickly. ;) > Allow inludes/excludes definition > - > > Key: MJAR-30 > UR

[jira] Closed: (MJAR-43) adding -Dmaven.test.skip=true generate a test-jar without classes

2006-06-22 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MJAR-43?page=all ] Mike Perham closed MJAR-43: --- Resolution: Cannot Reproduce This is a surefire issue, not a JAR plugin issue. Please add any follow ups to the issue above. > adding -Dmaven.test.skip=true generate a te

[jira] Commented: (MJAR-31) [webstart] NPE when signing dependencies

2006-06-22 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MJAR-31?page=comments#action_68032 ] Mike Perham commented on MJAR-31: - Jerome, I deleted your spurious comments as you requested. > [webstart] NPE when signing dependencies > > >

[jira] Updated: (MJAR-31) [webstart] NPE when signing dependencies

2006-06-22 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MJAR-31?page=all ] Mike Perham updated MJAR-31: Comment: was deleted > [webstart] NPE when signing dependencies > > > Key: MJAR-31 > URL: http://jira.codehaus.org/br

[jira] Updated: (MJAR-31) [webstart] NPE when signing dependencies

2006-06-22 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MJAR-31?page=all ] Mike Perham updated MJAR-31: Comment: was deleted > [webstart] NPE when signing dependencies > > > Key: MJAR-31 > URL: http://jira.codehaus.org/br

[jira] Updated: (MJAR-31) [webstart] NPE when signing dependencies

2006-06-22 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MJAR-31?page=all ] Mike Perham updated MJAR-31: Comment: was deleted > [webstart] NPE when signing dependencies > > > Key: MJAR-31 > URL: http://jira.codehaus.org/br

[jira] Closed: (MJAR-46) maven-jar-plugin doesn't accept element in configuration

2006-06-22 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MJAR-46?page=all ] Mike Perham closed MJAR-46: --- Resolution: Cannot Reproduce I don't see this in the 2.0 documentation at http://maven.apache.org/plugins/maven-jar-plugin/index.html or in SVN. > maven-jar-plugin doesn't

[jira] Commented: (MNG-1712) Maven should handle when a mojo doesn't requires a project

2006-06-22 Thread Alexandre Poitras (JIRA)
[ http://jira.codehaus.org/browse/MNG-1712?page=comments#action_68030 ] Alexandre Poitras commented on MNG-1712: MNG-2368 is a duplicate of this issue. > Maven should handle when a mojo doesn't requires a project > --

[jira] Closed: (MJAR-5) no Implementation-Vendor-Id in META-INF/MANIFEST.MF

2006-06-22 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MJAR-5?page=all ] Mike Perham closed MJAR-5: -- Resolution: Fixed Fix Version: 2.1 Added new Implementation-Vendor-Id manifest entry to maven-archiver with default value being the project's groupId. You must enable th

[jira] Closed: (MAVENUPLOAD-955) OpenWFE 1.7.1pre7 upload request

2006-06-22 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-955?page=all ] Carlos Sanchez closed MAVENUPLOAD-955: -- Assign To: Carlos Sanchez Resolution: Fixed > OpenWFE 1.7.1pre7 upload request > > > Key: MAVENU

[jira] Closed: (MWAR-51) CLONE -documentation missing on website

2006-06-22 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/MWAR-51?page=all ] Dennis Lundberg closed MWAR-51: --- Assign To: Dennis Lundberg Resolution: Fixed Fixed in SVN. > CLONE -documentation missing on website > --- > > Key

[jira] Closed: (MNG-2300) broken links on http://maven.apache.org/plugins/

2006-06-22 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/MNG-2300?page=all ] Dennis Lundberg closed MNG-2300: Resolution: Fixed This has already been fixed. > broken links on http://maven.apache.org/plugins/ > - > >

[jira] Created: (CONTINUUM-733) can Mail notifier be configurable as to whether it sends a msg even when the state is not changed from previous build?

2006-06-22 Thread Xiheng (JIRA)
can Mail notifier be configurable as to whether it sends a msg even when the state is not changed from previous build? -- Key: CONTINUUM-733 URL: http://jira.codeh

[jira] Updated: (MPECLIPSE-118) Attaching sourcepath in .classpath when file doesn't exist causes errors in Eclipse

2006-06-22 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPECLIPSE-118?page=all ] Lukas Theussl updated MPECLIPSE-118: Fix Version: 1.11.1 > Attaching sourcepath in .classpath when file doesn't exist causes errors in > Eclipse > ---

[jira] Commented: (MCHANGES-41) documentation missing on website

2006-06-22 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/MCHANGES-41?page=comments#action_68022 ] Dennis Lundberg commented on MCHANGES-41: - The URL http://maven.apache.org/plugins/maven-changes-plugin/ is working just fine for me. What is it that is not workning for you?

[jira] Created: (MPECLIPSE-119) plugin:test broken in 1.11

2006-06-22 Thread Lukas Theussl (JIRA)
plugin:test broken in 1.11 -- Key: MPECLIPSE-119 URL: http://jira.codehaus.org/browse/MPECLIPSE-119 Project: maven-eclipse-plugin Type: Bug Versions: 1.11 Environment: m11b3 Reporter: Lukas Theussl Assigned to: Stephane Nicoll

[jira] Commented: (MCHANGELOG-39) CLONE -documentation missing on website

2006-06-22 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/MCHANGELOG-39?page=comments#action_68021 ] Dennis Lundberg commented on MCHANGELOG-39: --- The URL http://maven.apache.org/plugins/maven-changelog-plugin/ is working just fine for me. What is it that is not workning

[jira] Updated: (MNG-1634) move maven-core-it to integration-tests

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1634?page=all ] John Casey updated MNG-1634: Fix Version: (was: 2.0.5) 2.1 Component: Design, Patterns & Best Practices we'll need to handle cases for verifying test success AND failure, settin

[jira] Created: (MAVENUPLOAD-955) OpenWFE 1.7.1pre7 upload request

2006-06-22 Thread John Mettraux (JIRA)
OpenWFE 1.7.1pre7 upload request Key: MAVENUPLOAD-955 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-955 Project: maven-upload-requests Type: Task Reporter: John Mettraux http://openwfe.org/upload/openwfe-1.7.1pre7-bundle.jar

[jira] Updated: (MNG-2014) build extension libraries should be added to the current artifact filter used by the plugin manager

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2014?page=all ] John Casey updated MNG-2014: Fix Version: (was: 2.0.5) 2.1 flexible artifact filter in the core classloader falls under the heading of customizing a maven instance, which is a topic

[jira] Closed: (MNG-2251) Upgrade to plexus-utils 1.2

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2251?page=all ] John Casey closed MNG-2251: --- Resolution: Won't Fix see superceded note. > Upgrade to plexus-utils 1.2 > --- > > Key: MNG-2251 > URL: http://jira.codehaus.org/

[jira] Created: (MNG-2403) Extended maven-nunit-plugin to support systemProperties configuration

2006-06-22 Thread James Carpenter (JIRA)
Extended maven-nunit-plugin to support systemProperties configuration - Key: MNG-2403 URL: http://jira.codehaus.org/browse/MNG-2403 Project: Maven 2 Type: Improvement Components: Sandbox Enviro

[jira] Commented: (MNG-1069) Verify the embedder is using the same strategy for locating the local repo as the CLI

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1069?page=comments#action_68017 ] John Casey commented on MNG-1069: - given the level of change waiting in the trunk for the embedder, would it make more sense to go into this once we've merged in the new incarnation, rat

[jira] Commented: (MNG-1981) move maven snapshots to the apache snapshot repo

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1981?page=comments#action_68016 ] John Casey commented on MNG-1981: - is this still pending? I think we're publishing most everything to cvs.apache.org now... > move maven snapshots to the apache snapshot repo >

[jira] Updated: (MNG-1117) MavenEmbedder.writeModel( w, model) should allow to preserve xml formatting

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1117?page=all ] John Casey updated MNG-1117: Fix Version: (was: 2.0.5) 2.1 we're going to be doing a lot of work on encoding and other things related to parsing the POM in 2.1, including switching o

[jira] Updated: (MNG-2255) Use a external XML Pull parser instead of plexus one

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2255?page=all ] John Casey updated MNG-2255: Fix Version: (was: 2.0.5) 2.1 this will require the implementation of a woodstox (or other StaX parser) plugin for Modello, in order to allow us to gener

[jira] Updated: (MNG-2228) Classloader problem loading jars from build extensions

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2228?page=all ] John Casey updated MNG-2228: Fix Version: (was: 2.0.5) 2.1 This would require some heavy refactoring to introduce a new way to manage artifacts in the core classloader during the res

[jira] Updated: (MNG-2225) Classloader problem when adding jars to M2_HOME

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2225?page=all ] John Casey updated MNG-2225: Fix Version: (was: 2.0.5) 2.1 this will mean changing the way we build the list of artifacts to filter out of the resolution process (because they're alr

[jira] Closed: (MNG-1580) Unable to enable http-wagon instead of http-wagon-lightweight using

2006-06-22 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-1580?page=all ] Carlos Sanchez closed MNG-1580: --- Assign To: Carlos Sanchez Resolution: Won't Fix Fix Version: (was: 2.1) For http put use wagon-webdav > Unable to enable http-wagon instead of http-

[jira] Updated: (MNG-2369) Generic 3rd Party DotNet Libraries not appropriately handled

2006-06-22 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-2369?page=all ] Carlos Sanchez updated MNG-2369: Fix Version: (was: 2.1) 2.2 > Generic 3rd Party DotNet Libraries not appropriately handled > -

[jira] Updated: (MNG-2187) Improve error message when the pom is encoded in the wrong charset

2006-06-22 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-2187?page=all ] Carlos Sanchez updated MNG-2187: Fix Version: (was: 2.2) 2.1 > Improve error message when the pom is encoded in the wrong charset > ---

[jira] Commented: (MNG-2376) Have Java code output Java version, not the shell script

2006-06-22 Thread David Smiley (JIRA)
[ http://jira.codehaus.org/browse/MNG-2376?page=comments#action_68008 ] David Smiley commented on MNG-2376: --- On Darwin (Mac OS X), alter the mvn.sh script such that JAVA_VERSION is not consulted at all if JAVA_HOME is specified. For example, like so (not

[jira] Commented: (MNG-2200) [m2.0.3] Embedder - no way to override the "localRepository", .start() and alignWithUserInstallation broken

2006-06-22 Thread Dan Rollo (JIRA)
[ http://jira.codehaus.org/browse/MNG-2200?page=comments#action_68007 ] Dan Rollo commented on MNG-2200: Hi John, I noticed the "Fix Version" for this has been changed to v2.1. Is there some reason the patch I mention above could not be applied to v2.0.5? G

[jira] Updated: (MNG-416) best practices: multiple profile deployments

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-416?page=all ] John Casey updated MNG-416: --- Fix Version: 2.2 this looks more like some sort of tool development than simply writing a document to indicate a "best practice" that effectively endorses one of these solution

[jira] Updated: (MNG-2396) Define "profiles" element in Maven POM Schema

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2396?page=all ] John Casey updated MNG-2396: Fix Version: 2.2 they're actually different models right now, so what you're requesting will require that the Modello tool (used to generate both java and xsd right now) sho

[jira] Updated: (MNG-186) sort out fat http vs lightweight http

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-186?page=all ] John Casey updated MNG-186: --- Fix Version: 2.1 If we can't decide whether to use one and exclude the other forever, then we need to change the role-hint for the opt-in version, and document how to use it ov

[jira] Moved: (MCLEAN-11) clean plugin unit test

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MCLEAN-11?page=all ] John Casey moved MNG-2092 to MCLEAN-11: --- Component: (was: General) Complexity: (was: Intermediate) Key: MCLEAN-11 (was: MNG-2092) Project: Maven 2.x Clean Plugin (

[jira] Moved: (MONE-3) [maven-one-plugin] uniqueVersion=true to generate snapshots with timestamp in m1 repo

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MONE-3?page=all ] John Casey moved MNG-1595 to MONE-3: Component: (was: Sandbox) Complexity: (was: Intermediate) Key: MONE-3 (was: MNG-1595) Project: Maven 2.x M1 Plugin (was: Maven 2)

[jira] Updated: (MNG-2017) Dependencies with scope system and version range make the build fail

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2017?page=all ] John Casey updated MNG-2017: Fix Version: 2.1 > Dependencies with scope system and version range make the build fail > > > Key

[jira] Updated: (MNG-2165) Provide links to release notes on Maven Download page (and navigation?)

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2165?page=all ] John Casey updated MNG-2165: Fix Version: 2.0.5 type: Task (was: Wish) Summary: Provide links to release notes on Maven Download page (and navigation?) (was: Include release notes of

[jira] Commented: (MCLEAN-10) Option to "mvn clean" task not to follow soft links

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MCLEAN-10?page=comments#action_68002 ] John Casey commented on MCLEAN-10: -- this option is currently available via the file-management API, which the clean plugin uses as of release 2.1, though I'm not sure whether it's wire

[jira] Commented: (MNG-2376) Have Java code output Java version, not the shell script

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2376?page=comments#action_68001 ] John Casey commented on MNG-2376: - Can you provide more information on what exactly the problem is? The above description is a bit confusing. > Have Java code output Java version, not t

[jira] Moved: (MCLEAN-10) Option to "mvn clean" task not to follow soft links

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MCLEAN-10?page=all ] John Casey moved MNG-2374 to MCLEAN-10: --- Complexity: (was: Intermediate) Key: MCLEAN-10 (was: MNG-2374) Project: Maven 2.x Clean Plugin (was: Maven 2) > Option to "mvn cle

[jira] Updated: (MNG-2376) Have Java code output Java version, not the shell script

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2376?page=all ] John Casey updated MNG-2376: Fix Version: 2.2 > Have Java code output Java version, not the shell script > > > Key: MNG-2376 > UR

[jira] Updated: (MNG-1142) restriction of [1.6,) and [1.5,1.6.2) in that order results in 1.6.2 instead of 1.6.1

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1142?page=all ] John Casey updated MNG-1142: Fix Version: 2.1 > restriction of [1.6,) and [1.5,1.6.2) in that order results in 1.6.2 instead > of 1.6.1 > -

[jira] Updated: (MNG-1959) maven-plugin-tools-ant: faulty variable interpolation

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1959?page=all ] John Casey updated MNG-1959: Fix Version: 2.0.5 > maven-plugin-tools-ant: faulty variable interpolation > - > > Key: MNG-1959 > URL: h

[jira] Updated: (MNG-1064) Explore the task of creating an OSGi bundle for the maven-embedder

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1064?page=all ] John Casey updated MNG-1064: Fix Version: 2.1 > Explore the task of creating an OSGi bundle for the maven-embedder > -- > > Key: MN

[jira] Commented: (MEV-406) XMLBeans pom is missing dependency

2006-06-22 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-406?page=comments#action_68000 ] Carlos Sanchez commented on MEV-406: This can't be fixed in the repo. Dependencies can't change or previous builds won't be reproducible. You can add the dependencies in your pom and

[jira] Updated: (MNG-2227) Can't use repositories in protocols other than http

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2227?page=all ] John Casey updated MNG-2227: Fix Version: 2.1 > Can't use repositories in protocols other than http > --- > > Key: MNG-2227 > URL: http://

[jira] Updated: (MNG-2192) Transitive dependency overrides version specified in POM

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2192?page=all ] John Casey updated MNG-2192: Fix Version: 2.1 this is a dupe, but I'm not sure what the other issue ID is...it's related to transitive artifact resolution in a multimodule scenario being "sticky" and ap

[jira] Updated: (MNG-708) setup a "dev snapshot ibiblio"

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-708?page=all ] John Casey updated MNG-708: --- Fix Version: 2.2 > setup a "dev snapshot ibiblio" > -- > > Key: MNG-708 > URL: http://jira.codehaus.org/browse/MNG-708 > Projec

[jira] Updated: (MNG-2360) ~/.m2/settings.xml ignored when using M2 ant task 'install-provider'

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2360?page=all ] John Casey updated MNG-2360: Fix Version: 2.1 > ~/.m2/settings.xml ignored when using M2 ant task 'install-provider' > > > Key

[jira] Updated: (MNG-2369) Generic 3rd Party DotNet Libraries not appropriately handled

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2369?page=all ] John Casey updated MNG-2369: Fix Version: 2.1 > Generic 3rd Party DotNet Libraries not appropriately handled > > > Key: MNG-2369 >

[jira] Updated: (MNG-2329) contribution: PluginClasspathTask (renamed from PluginDependencyTask)

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2329?page=all ] John Casey updated MNG-2329: Fix Version: 2.1 Summary: contribution: PluginClasspathTask (renamed from PluginDependencyTask) (was: PluginDependencyTask) changing title to reflect a better name,

[jira] Updated: (MNG-2321) [maven-model-converter] Don't include the plugin configuration element if it is empty

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2321?page=all ] John Casey updated MNG-2321: Fix Version: 2.0.5 > [maven-model-converter] Don't include the plugin configuration element if it > is empty > ---

[jira] Updated: (MNG-2358) Default value for 'file' attribute of install/deploy tasks should be available.

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2358?page=all ] John Casey updated MNG-2358: Fix Version: 2.1 > Default value for 'file' attribute of install/deploy tasks should be > available. > ---

[jira] Updated: (MNG-1682) Plugins do not honor the correct extension when run as a part of a multiproject build

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1682?page=all ] John Casey updated MNG-1682: Fix Version: 2.1 > Plugins do not honor the correct extension when run as a part of a > multiproject build > -

[jira] Updated: (MNG-124) move ci.sh to continuum

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-124?page=all ] John Casey updated MNG-124: --- Fix Version: 2.1 > move ci.sh to continuum > --- > > Key: MNG-124 > URL: http://jira.codehaus.org/browse/MNG-124 > Project: Maven 2 >

[jira] Updated: (MNG-1847) Incorrect configuration merging when using multiple executions of antrun

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1847?page=all ] John Casey updated MNG-1847: Fix Version: 2.1 sounds like another XML merging problem. We need a better solution to this. > Incorrect configuration merging when using multiple executions of antrun >

[jira] Updated: (MNG-2200) [m2.0.3] Embedder - no way to override the "localRepository", .start() and alignWithUserInstallation broken

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2200?page=all ] John Casey updated MNG-2200: Fix Version: 2.1 > [m2.0.3] Embedder - no way to override the "localRepository", .start() and > alignWithUserInstallation broken > ---

[jira] Updated: (MNG-2343) DefaultMaven ignores MavenExecutionRequest.getBaseDirectory() when looking for POM file

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2343?page=all ] John Casey updated MNG-2343: Fix Version: 2.1 > DefaultMaven ignores MavenExecutionRequest.getBaseDirectory() when looking > for POM file > ---

[jira] Updated: (MNG-1388) Transitive Dependencies in a profile are not used

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1388?page=all ] John Casey updated MNG-1388: Fix Version: 2.1 > Transitive Dependencies in a profile are not used > - > > Key: MNG-1388 > URL: http://jira

[jira] Updated: (MNG-1524) artifact:dependencies related error: No files specified for filelist

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1524?page=all ] John Casey updated MNG-1524: Fix Version: 2.0.5 > artifact:dependencies related error: No files specified for filelist > > > K

[jira] Updated: (MNG-1445) NPE thrown when parsing bad plugin jar

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1445?page=all ] John Casey updated MNG-1445: Fix Version: 2.0.5 this is a dupe, but I don't have the issue number handy to close/link it. > NPE thrown when parsing bad plugin jar > --

[jira] Updated: (MNG-2314) not inherited more than one level

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2314?page=all ] John Casey updated MNG-2314: Fix Version: 2.0.5 > not inherited more than one level > > > Key: MNG-2314 > URL: http://jira.codeh

[jira] Updated: (MNG-2291) svn ignore command incorrect

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2291?page=all ] John Casey updated MNG-2291: Fix Version: 2.0.5 > svn ignore command incorrect > > > Key: MNG-2291 > URL: http://jira.codehaus.org/browse/MNG-2291 > Pro

[jira] Updated: (MNG-1340) antlib doesn't check SNAPSHOTs

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1340?page=all ] John Casey updated MNG-1340: Fix Version: 2.1 > antlib doesn't check SNAPSHOTs > -- > > Key: MNG-1340 > URL: http://jira.codehaus.org/browse/MNG-1340 > P

[jira] Commented: (MSITE-29) Imposible to generated UTF-8 site with APT

2006-06-22 Thread kristian meier (JIRA)
[ http://jira.codehaus.org/browse/MSITE-29?page=comments#action_67995 ] kristian meier commented on MSITE-29: - well, it works for me with. but I have to admit that my linux has platform encoding utf-8. I have slightly different pom.xml as Martin above. h

[jira] Updated: (MNG-2060) antlib:deploy doesn't set correct snapshot version

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2060?page=all ] John Casey updated MNG-2060: Fix Version: 2.1 > antlib:deploy doesn't set correct snapshot version > -- > > Key: MNG-2060 > URL: http://ji

[jira] Updated: (MNG-1827) mvn cli bash script doesn't work in mingw

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1827?page=all ] John Casey updated MNG-1827: Description: mvn does not work if it is lunched from the bash that comes in the msys migwn environment. was: mvn does not work if it is lunched from the bash that comes

[jira] Updated: (MNG-2067) Provide (more) details to generic error outputs

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2067?page=all ] John Casey updated MNG-2067: Fix Version: 2.0.5 > Provide (more) details to generic error outputs > --- > > Key: MNG-2067 > URL: http://jira.c

[jira] Updated: (MNG-1423) best practices: setting up multi-module build

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1423?page=all ] John Casey updated MNG-1423: Fix Version: 2.0.5 > best practices: setting up multi-module build > - > > Key: MNG-1423 > URL: http://jira.codeh

[jira] Updated: (MNG-1468) best practices: version management in multi project builds

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1468?page=all ] John Casey updated MNG-1468: Fix Version: 2.0.5 > best practices: version management in multi project builds > -- > > Key: MNG-1468 >

[jira] Updated: (MNG-1425) best practices: the location of configuration files vs resources

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1425?page=all ] John Casey updated MNG-1425: Fix Version: 2.0.5 > best practices: the location of configuration files vs resources > > > Key: MNG-

[jira] Updated: (MNG-1452) best practices: deployment of aggregate JARs produced by the assembly plug-in

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1452?page=all ] John Casey updated MNG-1452: Fix Version: 2.0.5 > best practices: deployment of aggregate JARs produced by the assembly plug-in > --

[jira] Updated: (MNG-1437) How to make additions to the POM and have it be backward/forward compatible

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1437?page=all ] John Casey updated MNG-1437: Fix Version: 2.1 > How to make additions to the POM and have it be backward/forward compatible > --- >

[jira] Updated: (MNG-1463) best practices: plugin inheritance for a multi project build

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1463?page=all ] John Casey updated MNG-1463: Fix Version: 2.0.5 > best practices: plugin inheritance for a multi project build > > > Key: MNG-1463 >

[jira] Updated: (MNG-2399) file size check on pom.xml (or thing specified by --file opt) should only apply to regular files (patch attached)

2006-06-22 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2399?page=all ] John Casey updated MNG-2399: Fix Version: 2.0.5 > file size check on pom.xml (or thing specified by --file opt) should only > apply to regular files (patch attached) > ---

  1   2   3   4   >