[jira] Commented: (MNG-2136) Active profile in profiles.xml prevents active profile in pom.xml to be triggered automatically

2006-03-08 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2136?page=comments#action_60499 ] John Casey commented on MNG-2136: - The above example is working as designed. The activeByDefault/ element is meant to specify that this profile will be activated if no other profiles

[jira] Commented: (MNG-2136) Active profile in profiles.xml prevents active profile in pom.xml to be triggered automatically

2006-03-10 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2136?page=comments#action_60671 ] John Casey commented on MNG-2136: - Alright, let's see if we can make activeByDefault/ a little more intuitive. Since external profiles (from profiles.xml or settings.xml) may be

[jira] Commented: (MASSEMBLY-56) Refactor DirectoryMojo so it can be run either stand-alone or attached

2006-03-14 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-56?page=comments#action_61007 ] John Casey commented on MASSEMBLY-56: - What about naming it something like directory-in-lifecycle or something. I know it's an ugly name, but it's not like this is something

[jira] Commented: (MASSEMBLY-56) Refactor DirectoryMojo so it can be run either stand-alone or attached

2006-03-14 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-56?page=comments#action_61009 ] John Casey commented on MASSEMBLY-56: - Ok, I just verified that binding assembly:directory to the 'package' phase will indeed cause a forked lifecycle. This means we *do* need

[jira] Commented: (SCM-179) scm:checkin uses connection not developerConnection

2006-03-31 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/SCM-179?page=comments#action_62518 ] John Casey commented on SCM-179: See http://jira.codehaus.org/browse/MCHANGELOG-8 for a similar problem/fix. scm:checkin uses connection not developerConnection

[jira] Closed: (MNG-2196) Fails when parent module is not located a level above

2006-04-03 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2196?page=all ] John Casey closed MNG-2196: --- Resolution: Fixed see it0103. Vincent, see below for some comments I have related to your specific POM. The fix involved adding a raw-project cache to the project

[jira] Closed: (SCM-179) scm:checkin uses connection not developerConnection

2006-04-03 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/SCM-179?page=all ] John Casey closed SCM-179: -- Assign To: John Casey Resolution: Fixed Fix Version: 1.0 fixed in SVN, and deployed a snapshot to the snapshot repository:

[jira] Updated: (MNG-2201) Interpolation problem when using surefire

2006-04-04 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2201?page=all ] John Casey updated MNG-2201: Priority: Critical (was: Blocker) Assign To: John Casey Version: 2.0 2.0.1 2.0.2

[jira] Updated: (MNG-2129) generated source repo page is misleading when added to the general site.

2006-04-05 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2129?page=all ] John Casey updated MNG-2129: Fix Version: documentation generated source repo page is misleading when added to the general site.

[jira] Updated: (MNG-1299) Document m1 xdocs compatibility with the m2 site plug-in

2006-04-05 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1299?page=all ] John Casey updated MNG-1299: Fix Version: documentation Document m1 xdocs compatibility with the m2 site plug-in Key: MNG-1299

[jira] Updated: (MNG-2143) Proposition of documentation

2006-04-05 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2143?page=all ] John Casey updated MNG-2143: Fix Version: documentation Proposition of documentation Key: MNG-2143 URL: http://jira.codehaus.org/browse/MNG-2143

[jira] Updated: (MNG-2085) POM documentation for repository structure looks out of date

2006-04-05 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2085?page=all ] John Casey updated MNG-2085: Fix Version: documentation POM documentation for repository structure looks out of date Key:

[jira] Updated: (MNG-2008) document clean and site lifecycles

2006-04-05 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2008?page=all ] John Casey updated MNG-2008: Fix Version: documentation document clean and site lifecycles -- Key: MNG-2008 URL:

[jira] Updated: (MNG-1667) M2_HOME is not used in the way described in README.txt and as such bootstrap build fails

2006-04-05 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1667?page=all ] John Casey updated MNG-1667: Fix Version: documentation M2_HOME is not used in the way described in README.txt and as such bootstrap build fails

[jira] Closed: (MNG-2207) Infinite Recursion when POM element has value with substring that is self-referencing

2006-04-06 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2207?page=all ] John Casey closed MNG-2207: --- Assign To: John Casey Resolution: Fixed Fix Version: 2.0.4 Fixed by checking that the resulting value does not *contain* the original expression. Previously,

[jira] Commented: (MAVENUPLOAD-827) SVG Salamander - tools and utilities for parsing and rendering SVG

2006-04-06 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-827?page=comments#action_63009 ] John Casey commented on MAVENUPLOAD-827: Looking at this POM, it doesn't state any dependencies...is that as it should be, or do we need to account for those in the

[jira] Created: (MNG-2218) Inheritance of Properties-style plugin parameters doesn't appear to work

2006-04-10 Thread John Casey (JIRA)
Inheritance of Properties-style plugin parameters doesn't appear to work Key: MNG-2218 URL: http://jira.codehaus.org/browse/MNG-2218 Project: Maven 2 Type: Bug Components: Inheritence and

[jira] Commented: (MJAVADOC-62) javadoc:javadoc needs access to generated sources

2006-04-10 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MJAVADOC-62?page=comments#action_63270 ] John Casey commented on MJAVADOC-62: steps to reproduce: 1. go into maven-model 2. `mvn clean site` 3. open ${basedir}target/site/apidocs/index.html in your browser.

[jira] Commented: (MNG-2220) ${pom.build.sourceDirectory} and ${pom.build.testSourceDirectory} no longer recognized

2006-04-12 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2220?page=comments#action_63414 ] John Casey commented on MNG-2220: - I've verified this issue using ${pom.*} and ${project.*}. It seems that this problem was fixed in 2.0.3, then regressed in 2.0.4, when we fixed the

[jira] Commented: (MNG-2234) activeProfile in ~/.m2/settings.xml is ignored when profiles section is missing or empty

2006-04-20 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2234?page=comments#action_63891 ] John Casey commented on MNG-2234: - Assuming the activeProfiles section is only there to activate profiles that you've provided, how would you expect this to act? activeProfile in

[jira] Commented: (MAVENUPLOAD-855) stringtemplate-2.3b6-bundle.jar antlr3-3.0ea8-bundle.jar jdtcore-3.2.0.v_658-bundle.jar

2006-04-21 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-855?page=comments#action_63942 ] John Casey commented on MAVENUPLOAD-855: Please ensure that the elements required in an upload bundle are provided, as described in

[jira] Commented: (MASSEMBLY-89) outputFileNameMapping broken

2006-05-01 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-89?page=comments#action_64507 ] John Casey commented on MASSEMBLY-89: - Added two unit tests to the maven-assembly-plugin for this, under BasicAbstractAssemblyMojoFeaturesTest. I cannot reproduce the error.

[jira] Reopened: (MASSEMBLY-29) Possibility to aggrates sources from other modules

2006-05-04 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-29?page=all ] John Casey reopened MASSEMBLY-29: - looks like modules/ no longer exists in the .mdo...that will kill this feature, no? Possibility to aggrates sources from other modules

[jira] Updated: (MASSEMBLY-32) Provide installer support like NSIS or InnoSetup

2006-05-04 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-32?page=all ] John Casey updated MASSEMBLY-32: Fix Version: (was: 2.1) I'm tabling this issue until we have a little more time to look at the impact on the descriptor and how the installers and archivers

[jira] Closed: (MJAR-40) Incomplete jar indexes

2006-05-08 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MJAR-40?page=all ] John Casey closed MJAR-40: -- Resolution: Fixed applied. Thanks. Incomplete jar indexes -- Key: MJAR-40 URL: http://jira.codehaus.org/browse/MJAR-40

[jira] Closed: (MNG-2071) Typo: guide-coping-with-sun-jars.html

2006-05-09 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2071?page=all ] John Casey closed MNG-2071: --- Assign To: John Casey Resolution: Fixed Fix Version: documentation fixed the flow of the whole sentence, not just that phrase... Typo:

[jira] Updated: (MNG-939) specify maven settings from command line

2006-05-09 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-939?page=all ] John Casey updated MNG-939: --- Fix Version: 2.0.5 specify maven settings from command line Key: MNG-939 URL:

[jira] Created: (MNG-2302) SCM path calculations don't work when parent and grandparent are in sibling directories

2006-05-17 Thread John Casey (JIRA)
SCM path calculations don't work when parent and grandparent are in sibling directories --- Key: MNG-2302 URL: http://jira.codehaus.org/browse/MNG-2302 Project: Maven 2 Type: Bug

[jira] Created: (MNG-2303) ActiveProjectArtifact.getFile(..) and .setFile(..) result in StackOverflowException, since they are effectively recursive

2006-05-17 Thread John Casey (JIRA)
ActiveProjectArtifact.getFile(..) and .setFile(..) result in StackOverflowException, since they are effectively recursive - Key: MNG-2303 URL:

[jira] Closed: (MNG-2303) ActiveProjectArtifact.getFile(..) and .setFile(..) result in StackOverflowException, since they are effectively recursive

2006-05-18 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2303?page=all ] John Casey closed MNG-2303: --- Resolution: Cannot Reproduce Fix Version: 2.0.5 this was a problem on my side. ActiveProjectArtifact.getFile(..) and .setFile(..) result in

[jira] Updated: (MNG-369) run yourkit over m2 again

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-369?page=all ] John Casey updated MNG-369: --- Fix Version: (was: 2.0.5) run yourkit over m2 again - Key: MNG-369 URL: http://jira.codehaus.org/browse/MNG-369 Project:

[jira] Updated: (MNG-1577) dependencyManagent does not work for transient dependencies

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1577?page=all ] John Casey updated MNG-1577: Fix Version: (was: 2.0.5) dependencyManagent does not work for transient dependencies --- Key:

[jira] Updated: (MNG-1792) finish openpgp support

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1792?page=all ] John Casey updated MNG-1792: Fix Version: (was: 2.0.5) finish openpgp support -- Key: MNG-1792 URL: http://jira.codehaus.org/browse/MNG-1792 Project:

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

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1445?page=all ] John Casey updated MNG-1445: Fix Version: (was: 2.0.5) NPE thrown when parsing bad plugin jar -- Key: MNG-1445 URL:

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

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

[jira] Updated: (MNG-1595) [maven-one-plugin] uniqueVersion=true to generate snapshots with timestamp in m1 repo

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1595?page=all ] John Casey updated MNG-1595: Fix Version: (was: 2.0.5) [maven-one-plugin] uniqueVersion=true to generate snapshots with timestamp in m1 repo

[jira] Updated: (MNG-1256) antlib + http based repository + version range errors badly

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1256?page=all ] John Casey updated MNG-1256: Fix Version: (was: 2.0.5) antlib + http based repository + version range errors badly --- Key:

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

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-186?page=all ] John Casey updated MNG-186: --- Fix Version: (was: 2.0.5) sort out fat http vs lightweight http - Key: MNG-186 URL:

[jira] Updated: (MNG-1992) CLI -D should override properties in settings.xml

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1992?page=all ] John Casey updated MNG-1992: Fix Version: (was: 2.0.5) CLI -D should override properties in settings.xml - Key: MNG-1992 URL:

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

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

[jira] Updated: (MNG-1944) cyclic dependencies causes maven to not include all transitive dependencies

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1944?page=all ] John Casey updated MNG-1944: Fix Version: (was: 2.0.5) cyclic dependencies causes maven to not include all transitive dependencies

[jira] Updated: (MNG-1573) No debug output for optional dependencies

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1573?page=all ] John Casey updated MNG-1573: Fix Version: (was: 2.0.5) No debug output for optional dependencies - Key: MNG-1573 URL:

[jira] Updated: (MNG-703) Adding validation in PluginXdocGenerator class?

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-703?page=all ] John Casey updated MNG-703: --- Fix Version: (was: 2.0.5) Adding validation in PluginXdocGenerator class? --- Key: MNG-703 URL:

[jira] Updated: (MNG-1347) Maven (plexus?) doesn't recognize Mojo parameter setters defined in a base class

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1347?page=all ] John Casey updated MNG-1347: Fix Version: (was: 2.0.5) Maven (plexus?) doesn't recognize Mojo parameter setters defined in a base class

[jira] Updated: (MNG-1905) Delete remote files before uploading them to avoid permission problems

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1905?page=all ] John Casey updated MNG-1905: Fix Version: (was: 2.0.5) Delete remote files before uploading them to avoid permission problems --

[jira] Updated: (MNG-545) M2 / xdoc / attribute of xhtml tags are filtered = so can't use all xhtml features.

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-545?page=all ] John Casey updated MNG-545: --- Fix Version: (was: 2.0.5) M2 / xdoc / attribute of xhtml tags are filtered = so can't use all xhtml features.

[jira] Updated: (MNG-1204) don't show disabled repositories in artifact exceptions

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1204?page=all ] John Casey updated MNG-1204: Fix Version: (was: 2.0.5) don't show disabled repositories in artifact exceptions --- Key: MNG-1204

[jira] Updated: (MNG-1275) Properties and references created by the pom and dependencies tasks don't persist across ant/subant task invocations.

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1275?page=all ] John Casey updated MNG-1275: Fix Version: (was: 2.0.5) Properties and references created by the pom and dependencies tasks don't persist across ant/subant task invocations.

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

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

[jira] Updated: (MNG-1436) Unable to load maven-model-2.0-all from a plugin

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1436?page=all ] John Casey updated MNG-1436: Fix Version: (was: 2.0.5) Unable to load maven-model-2.0-all from a plugin Key: MNG-1436 URL:

[jira] Updated: (MNG-1388) Transitive Dependencies not used even when set to compile scope

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1388?page=all ] John Casey updated MNG-1388: Fix Version: (was: 2.0.5) Transitive Dependencies not used even when set to compile scope ---

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

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1340?page=all ] John Casey updated MNG-1340: Fix Version: (was: 2.0.5) antlib doesn't check SNAPSHOTs -- Key: MNG-1340 URL: http://jira.codehaus.org/browse/MNG-1340

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

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-416?page=all ] John Casey updated MNG-416: --- Fix Version: (was: 2.0.5) best practices: multiple profile deployments - Key: MNG-416 URL:

[jira] Updated: (MNG-1991) Can't get transitive dependencies from a war pom when this war is added as a depdency of a project

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1991?page=all ] John Casey updated MNG-1991: Fix Version: (was: 2.0.5) Can't get transitive dependencies from a war pom when this war is added as a depdency of a project

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

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

[jira] Updated: (MNG-1297) Continuum build throws LifecycleExecutionException while building Maven PLUGIN Plugin

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1297?page=all ] John Casey updated MNG-1297: Fix Version: (was: 2.0.5) Continuum build throws LifecycleExecutionException while building Maven PLUGIN Plugin

[jira] Updated: (MNG-2164) Generated plugin documentation lists wrong data type

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2164?page=all ] John Casey updated MNG-2164: Fix Version: (was: 2.0.5) Generated plugin documentation lists wrong data type Key: MNG-2164

[jira] Updated: (MNG-1759) URLs only link if they are FQDNs

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1759?page=all ] John Casey updated MNG-1759: Fix Version: (was: 2.0.5) URLs only link if they are FQDNs Key: MNG-1759 URL:

[jira] Updated: (MNG-1358) scp:// urls not recognised, even when wagon-ssh is installed.

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1358?page=all ] John Casey updated MNG-1358: Fix Version: (was: 2.0.5) scp:// urls not recognised, even when wagon-ssh is installed. - Key:

[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-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1142?page=all ] John Casey updated MNG-1142: Fix Version: (was: 2.0.5) 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-1585) debug logging from wagon not shown in debug mode

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1585?page=all ] John Casey updated MNG-1585: Fix Version: (was: 2.0.5) debug logging from wagon not shown in debug mode Key: MNG-1585 URL:

[jira] Updated: (MNG-1797) Dependency excludes apply to every subsequent dependency, not just the one it is declared under.

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1797?page=all ] John Casey updated MNG-1797: Fix Version: (was: 2.0.5) Dependency excludes apply to every subsequent dependency, not just the one it is declared under.

[jira] Updated: (MNG-1568) test-jar dependency clobbers transitive dependency

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1568?page=all ] John Casey updated MNG-1568: Fix Version: (was: 2.0.5) test-jar dependency clobbers transitive dependency -- Key: MNG-1568 URL:

[jira] Updated: (MNG-1138) remove use of exclusions through m2

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1138?page=all ] John Casey updated MNG-1138: Fix Version: (was: 2.0.5) remove use of exclusions through m2 --- Key: MNG-1138 URL:

[jira] Updated: (MNG-1390) @requiresDependencyResolution in process-classes post compile

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1390?page=all ] John Casey updated MNG-1390: Fix Version: (was: 2.0.5) @requiresDependencyResolution in process-classes post compile - Key:

[jira] Updated: (MNG-1549) metadata needs different policy to releases

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1549?page=all ] John Casey updated MNG-1549: Fix Version: (was: 2.0.5) metadata needs different policy to releases - Key: MNG-1549 URL:

[jira] Updated: (MNG-2287) No reports are generated when executing the plugins on CLI instead of mvn site

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2287?page=all ] John Casey updated MNG-2287: Fix Version: (was: 2.0.5) No reports are generated when executing the plugins on CLI instead of mvn site

[jira] Updated: (MNG-1751) merging metadata doesn't fail when timestamp is in the future

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1751?page=all ] John Casey updated MNG-1751: Fix Version: (was: 2.0.5) merging metadata doesn't fail when timestamp is in the future - Key:

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

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1580?page=all ] John Casey updated MNG-1580: Fix Version: (was: 2.0.5) Unable to enable http-wagon instead of http-wagon-lightweight using extension

[jira] Updated: (MNG-2007) Exported POM still has dependency version ranges

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2007?page=all ] John Casey updated MNG-2007: Fix Version: 2.0.5 Exported POM still has dependency version ranges Key: MNG-2007 URL:

[jira] Updated: (MNG-1917) Not enough diagnostics if failed to validate POM

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1917?page=all ] John Casey updated MNG-1917: Fix Version: 2.0.5 Not enough diagnostics if failed to validate POM Key: MNG-1917 URL:

[jira] Updated: (MNG-2010) Add new lifecycle phases for IT

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2010?page=all ] John Casey updated MNG-2010: Fix Version: 2.0.5 Add new lifecycle phases for IT --- Key: MNG-2010 URL: http://jira.codehaus.org/browse/MNG-2010

[jira] Updated: (MNG-2103) Inheritance of plugin overrides that of execution

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2103?page=all ] John Casey updated MNG-2103: Fix Version: 2.0.5 Inheritance of plugin overrides that of execution - Key: MNG-2103 URL:

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

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1634?page=all ] John Casey updated MNG-1634: Fix Version: 2.0.5 move maven-core-it to integration-tests --- Key: MNG-1634 URL:

[jira] Updated: (MNG-1118) mavenEmbedder.readProjectWithDependencies improvements

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1118?page=all ] John Casey updated MNG-1118: Fix Version: 2.0.5 mavenEmbedder.readProjectWithDependencies improvements -- Key: MNG-1118 URL:

[jira] Updated: (MNG-1458) error/warning handling in embedder

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1458?page=all ] John Casey updated MNG-1458: Fix Version: 2.0.5 error/warning handling in embedder --- Key: MNG-1458 URL: http://jira.codehaus.org/browse/MNG-1458

[jira] Updated: (MNG-2109) Stack trace with Internal error in the plugin manager executing goal

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2109?page=all ] John Casey updated MNG-2109: Fix Version: 2.0.5 Stack trace with Internal error in the plugin manager executing goal Key:

[jira] Updated: (MNG-1910) Allow jdk 1.4+ as profile requirement

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1910?page=all ] John Casey updated MNG-1910: Fix Version: 2.0.5 Allow jdk 1.4+ as profile requirement - Key: MNG-1910 URL:

[jira] Updated: (MNG-1988) Provide support for repo manager indexer/search API

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1988?page=all ] John Casey updated MNG-1988: Fix Version: 2.0.5 Provide support for repo manager indexer/search API --- Key: MNG-1988 URL:

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

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1981?page=all ] John Casey updated MNG-1981: Fix Version: 2.0.5 move maven snapshots to the apache snapshot repo Key: MNG-1981 URL:

[jira] Updated: (MNG-380) migrate integration tests belonging to non-core plugins

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-380?page=all ] John Casey updated MNG-380: --- Fix Version: 2.0.5 migrate integration tests belonging to non-core plugins --- Key: MNG-380 URL:

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

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1117?page=all ] John Casey updated MNG-1117: Fix Version: 2.0.5 MavenEmbedder.writeModel( w, model) should allow to preserve xml formatting ---

[jira] Updated: (MNG-2145) Plugins' dependencies are not always checked

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2145?page=all ] John Casey updated MNG-2145: Fix Version: 2.0.5 Plugins' dependencies are not always checked Key: MNG-2145 URL:

[jira] Updated: (MNG-2107) Only warn once about invalid poms

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2107?page=all ] John Casey updated MNG-2107: Fix Version: 2.0.5 Only warn once about invalid poms - Key: MNG-2107 URL: http://jira.codehaus.org/browse/MNG-2107

[jira] Updated: (MNG-1945) project.getBuild().setSourceDirectory() should modify the compile source roots automatically

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1945?page=all ] John Casey updated MNG-1945: Fix Version: 2.0.5 project.getBuild().setSourceDirectory() should modify the compile source roots automatically

[jira] Updated: (MNG-1921) test scope in dependencyManagement does not appear to be transitive to dependent subProjects

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1921?page=all ] John Casey updated MNG-1921: Fix Version: 2.0.5 test scope in dependencyManagement does not appear to be transitive to dependent subProjects

[jira] Updated: (MNG-1880) Add new pre and post phases to the integration-test phase

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1880?page=all ] John Casey updated MNG-1880: Fix Version: 2.0.5 Add new pre and post phases to the integration-test phase - Key: MNG-1880

[jira] Updated: (MNG-1955) null pointer exception in profile if pluginManagement section exists in pom

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1955?page=all ] John Casey updated MNG-1955: Fix Version: 2.0.5 null pointer exception in profile if pluginManagement section exists in pom ---

[jira] Updated: (MNG-2221) Multiple Executions of Plugin at Difference Inhertiance levels causes plugin executions to run multiple times

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2221?page=all ] John Casey updated MNG-2221: Fix Version: 2.0.5 Multiple Executions of Plugin at Difference Inhertiance levels causes plugin executions to run multiple times

[jira] Updated: (MNG-2157) Properties defined in top-level profiles.xml do no propagate to child modules

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2157?page=all ] John Casey updated MNG-2157: Fix Version: 2.0.5 Properties defined in top-level profiles.xml do no propagate to child modules

[jira] Updated: (MNG-1562) Exception with dependencies that have type and implied version from parents

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1562?page=all ] John Casey updated MNG-1562: Fix Version: 2.0.5 Exception with dependencies that have type and implied version from parents

[jira] Updated: (MNG-1997) document xsd support for pom and settings in guides

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1997?page=all ] John Casey updated MNG-1997: Fix Version: 2.0.5 document xsd support for pom and settings in guides --- Key: MNG-1997 URL:

[jira] Updated: (MNG-1922) Rename maven-it-plugin plugin as its name implies it is for performing integration tests in general

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1922?page=all ] John Casey updated MNG-1922: Fix Version: 2.0.5 Rename maven-it-plugin plugin as its name implies it is for performing integration tests in general

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

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1069?page=all ] John Casey updated MNG-1069: Fix Version: 2.0.5 Verify the embedder is using the same strategy for locating the local repo as the CLI

[jira] Updated: (MNG-2206) bad properties interpolation with profiles

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2206?page=all ] John Casey updated MNG-2206: Fix Version: 2.0.5 bad properties interpolation with profiles --- Key: MNG-2206 URL:

[jira] Updated: (MNG-1985) Triggering Profiles bugs

2006-05-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1985?page=all ] John Casey updated MNG-1985: Fix Version: 2.0.5 Triggering Profiles bugs Key: MNG-1985 URL: http://jira.codehaus.org/browse/MNG-1985 Project: Maven 2

[jira] Updated: (MDEPLOY-33) [deploy-file] When deploying a snapshot version with the pomFile specified, POM and artifact get different build numbers

2006-06-05 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MDEPLOY-33?page=all ] John Casey updated MDEPLOY-33: -- Version: 2.2 Fix Version: 2.3 [deploy-file] When deploying a snapshot version with the pomFile specified, POM and artifact get different build numbers

[jira] Closed: (MDEPLOY-33) [deploy-file] When deploying a snapshot version with the pomFile specified, POM and artifact get different build numbers

2006-06-05 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MDEPLOY-33?page=all ] John Casey closed MDEPLOY-33: - Resolution: Fixed had to pass the pomFile (generated or provided) to the artifactDeployer instead of the main project artifact file...this artifact file is passed

[jira] Closed: (MDEPLOY-33) [deploy-file] When deploying a snapshot version with the pomFile specified, POM and artifact get different build numbers

2006-06-05 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MDEPLOY-33?page=all ] John Casey closed MDEPLOY-33: - Resolution: Duplicate [deploy-file] When deploying a snapshot version with the pomFile specified, POM and artifact get different build numbers

[jira] Commented: (MDEPLOY-28) Deployment should delete remote files and create new ones instead of modifying them

2006-06-05 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MDEPLOY-28?page=comments#action_66678 ] John Casey commented on MDEPLOY-28: --- I'd like to push this issue off until we can get wagon fixed. I don't believe it should hold up a release based on the other bugfixes in this

  1   2   3   4   5   6   7   8   9   10   >