cvs commit: maven/src/plugins-build/junit-report/src/plugin-resources junit.jsl

2003-08-04 Thread dion
dion2003/08/04 19:34:22 Modified:src/plugins-build/junit-report/src/plugin-resources junit.jsl Log: Apply fixes for MAVEN-649 Revision ChangesPath 1.6 +23 -7 maven/src/plugins-build/junit-report/src/plugin-resources/junit.jsl In

[jira] Commented: (MAVEN-654) No version causes bad jar name

2003-08-04 Thread jira
The following comment has been added to this issue: Author: Ben Walding Created: Mon, 4 Aug 2003 11:00 PM Body: Do we really want to encourage unversioned jars? The jar has a version, just that some clown from XXX didn't put it in the name. I personally think we should go t

[jira] Created: (MAVEN-653) Add ext and extssh samples to repository docs

2003-08-04 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-653 Here is an overview of the issue: --

[jira] Updated: (MAVEN-652) eclipse:generate-project buildCommand and nature

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 9:46 PM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: ht

[jira] Created: (MAVEN-654) No version causes bad jar name

2003-08-04 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-654 Here is an overview of the issue: --

[jira] Updated: (MAVEN-649) made unit tests report more consistent and readable

2003-08-04 Thread jira
The following issue has been updated: Updater: John Farrell (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 8:50 PM Changes: Attachment changed to junit.jsl - For a full history of the issue, see:

[jira] Commented: (MAVEN-556) Roadmap doc plugin

2003-08-04 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Mon, 4 Aug 2003 9:50 PM Body: Details from Tim: The changes.zip file attached to the bugrep is the relevant patch. It updates: src/plugins-build/changes/plugin.properties src/plugins-build/changes

[jira] Updated: (MAVEN-556) Roadmap doc plugin

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 9:49 PM Comment: Patch for project.xml to include xalan Changes: Attachment changed to changes-project.xml.patch

[jira] Commented: (MAVEN-649) made unit tests report more consistent and readable

2003-08-04 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Mon, 4 Aug 2003 9:22 PM Body: Checking it out now. Thanks for this. It would be lots easier if you provided a universal diff instead of the whole file, as there are some differences between your co

Artifact plugin enhancements to support deploying non-primary artifact

2003-08-04 Thread Colin Sampaleanu
I was thinking that it would be useful to enhance the artifact plugin to support deploying artifacts which are not the primary artifact produced by the project. I have a project which builds a jar file. That project also uses a jar file which is manually built once in a while. It lives in the /

[jira] Commented: (MAVEN-194) Two dependiencise having the same id but diffrent type should not be assumed as duplicats

2003-08-04 Thread jira
The following comment has been added to this issue: Author: Michal Maczka Created: Mon, 4 Aug 2003 2:01 PM Body: I think that for rc-1 we should deprecate "+" notation (e.g xdoclet+xjavadoc) and for rc-2 (or whatever next version) just drop it completly. This will allow to simpl

why should maven tell you that a downloaded artifact was only inlocal repo

2003-08-04 Thread Colin Sampaleanu
If an artifact is not available in the remote repo(s), but is available in the local repo, and downloaded from there, maven tells you so. It's perfectly normal for some artifacts to only be availble locally, say if you created them yourself and did an install. Why should maven draw attention to

[jira] Created: (MAVEN-652) eclipse:generate-project buildCommand and nature

2003-08-04 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-652 Here is an overview of the issue: --

[jira] Resolved: (MAVEN-384) War and Ear Plugin Don't Handle Jar Overrides For Bundling

2003-08-04 Thread jira
Message: The following issue has been resolved as FIXED. Resolver: Michal Maczka Date: Mon, 4 Aug 2003 1:00 PM This was alredy fixed - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-384

[jira] Updated: (MAVEN-194) Two dependiencise having the same id but diffrent type should not be assumed as duplicats

2003-08-04 Thread jira
The following issue has been updated: Updater: Michal Maczka (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 12:56 PM Changes: description changed from Currently in case of following dependincies in POM: mydep 1.0.1 war

[jira] Reopened: (MAVEN-194) Two dependiencise having the same id but diffrent type should not be assumed as duplicats

2003-08-04 Thread jira
Message: The following issue has been reopened. Reopener: Michal Maczka Date: Mon, 4 Aug 2003 12:52 PM Hold on Dion! Id is ment to be unique...but this issues is not in contradiction with this. Simply id should be= ${groupId}:${artifactId}:${type} Definitly /foo/jars/boo-1.0.jar

[jira] Updated: (MAVEN-651) multiple remote repo, file not found should not print, patch included

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 12:25 PM Changes: Fix Version changed to 1.0-final - For a full history of the issue, see

[jira] Commented: (MAVEN-651) multiple remote repo, file not found should not print, patch included

2003-08-04 Thread jira
The following comment has been added to this issue: Author: Colin Sampaleanu Created: Mon, 4 Aug 2003 12:16 PM Body: Correction, the existing behaviour was to not print out FileNoteFoundExceptions (when accessing file based remote repos), but to print out a generic failure excepti

[jira] Updated: (MAVEN-651) multiple remote repo, file not found should not print, patch included

2003-08-04 Thread jira
The following issue has been updated: Updater: Colin Sampaleanu (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 12:12 PM Comment: attaching fix as patch against CVS HEAD 2003-8-4 Changes: Attachment changed to doNotPrintFileNotFoundErrors.patch

[jira] Created: (MAVEN-651) multiple remote repo, file not found should not print, patch included

2003-08-04 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-651 Here is an overview of the issue: --

Jira. All unscheduled issues are now scheduled.

2003-08-04 Thread dion
I've placed issues into a roadmap for when they will be address. Please check your favourite issues and reassign (if you're a developer), or ask, if you're a user. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/

[jira] Closed: (MAVEN-547) Clover plugin unreliable

2003-08-04 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-547 Here is an overview of the issue: --

[jira] Updated: (MAVEN-635) Can't compile any java classes for source 1.4

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:40 AM Changes: Fix Version changed to 1.0-rc1 - For a full history of the issue, see:

[jira] Closed: (MAVEN-354) jxr don't working

2003-08-04 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-354 Here is an overview of the issue: --

[jira] Updated: (MAVEN-356) Inconsistent override of plugin goals from maven.xml

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:38 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.1 --

[jira] Updated: (MAVEN-454) message.properties not need \u00c5\u00eb\u00e5\u00e3\u00ea\u00f4

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:38 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.1 --

[jira] Updated: (MAVEN-153) Wizard plugin breaks maven on headless linux servers

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:37 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.1 --

[jira] Updated: (MAVEN-336) xdoc crashes when generating docs for a POM with latin1 chars

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:37 AM Comment: I believe this was fixed recently Changes: description changed from my project name has "Usu?rios" (it has a latin1 char on it). When gene

[jira] Updated: (MAVEN-315) Jelly scripting in maven.xml

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:36 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.1 --

[jira] Updated: (MAVEN-394) Create a new plugin that can create launchers

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:35 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.1 --

[jira] Updated: (MAVEN-492) Link Check incorrectly reports relative links in Source XRef

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:35 AM Changes: description changed from In the Source XRef Reports, Link Check incorrectly finds exactly 1 error per page/class, as each page has a ../../..

[jira] Updated: (MAVEN-465) [PATCH] set failure property in reactor & maven:maven

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:34 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.1 --

[jira] Closed: (MAVEN-259) bootstrap failed on Cygwin/WinXP when it builds itself 'coz I can't find MAVEN_HOME

2003-08-04 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Mon, 4 Aug 2003 11:34 AM Fixed a while back AFAIK - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-259 Here i

[jira] Updated: (MAVEN-420) Generating reports on a user-specified javadoc-tag

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:34 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Reopened: (MAVEN-329) support for Putty in site:sshdeploy

2003-08-04 Thread jira
Message: The following issue has been reopened. Reopener: dion gillard Date: Mon, 4 Aug 2003 11:27 AM Ben? Wiki link? - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-329 Here is an ov

[jira] Updated: (MAVEN-568) Mechanism for installing non-downloadable artifacts

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:26 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-373) Incorrect arguments in jar:deploy and jar:deploy-snapshot

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:26 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.1 --

[jira] Updated: (MAVEN-581) dependency id with '-' will fail overriden process

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:25 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-491) Link Check incorrectly reports redirects as link failures.

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:25 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.1 --

[jira] Closed: (MAVEN-572) Unable to define jsp tar jar and tld dependencies together

2003-08-04 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-572 Here is an overview of the issue: --

[jira] Updated: (MAVEN-422) Maven Tasklist-Plugin update

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:24 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-158) Busted taskdefs in maven.xml

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:23 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.1 --

[jira] Updated: (MAVEN-514) enhance resource filtering

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:23 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.1 --

[jira] Updated: (MAVEN-357) test directory

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:22 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-573) bootstrap failed when language setting is Chinese (Hong Kong S.A.R.)

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:22 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-226) Add an option to site generation to use clover xref files rather than jxr

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:20 AM Changes: environment changed to Fix Version changed to 1.1 - For a

[jira] Closed: (MAVEN-546) reactor includes only one project

2003-08-04 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-546 Here is an overview of the issue: --

[jira] Closed: (MAVEN-531) When is invoked more than once and two types of artifacts are deployed, all the artifacts are deployed to the directory of the first type.

2003-08-04 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Mon, 4 Aug 2003 11:20 AM Applied patch - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-531 Here is an overvi

cvs commit: maven/src/plugins-build/deploy plugin.jelly

2003-08-04 Thread dion
dion2003/08/04 09:15:23 Modified:src/plugins-build/deploy plugin.jelly Log: Apply patches for MAVEN-531 Revision ChangesPath 1.9 +4 -4 maven/src/plugins-build/deploy/plugin.jelly Index: plugin.jelly ===

[jira] Closed: (MAVEN-443) Clean task doesn't work with reactor

2003-08-04 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-443 Here is an overview of the issue: --

[jira] Closed: (MAVEN-231) Standard reactor'ed cleaning idiom does not work

2003-08-04 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-231 Here is an overview of the issue: --

[jira] Updated: (MAVEN-590) Distribute documentation with binaries

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:17 AM Changes: Fix Version changed to 1.0-final Fix Version changed from 1.1

[jira] Updated: (MAVEN-590) Distribute documentation with binaries

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:16 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-582) Site : Customisation

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:16 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-128) Allow more than one mailing list archive in Maven project file

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:15 AM Changes: environment changed to timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Vers

[jira] Updated: (MAVEN-467) Separate the artifact related components into a separate repo.

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:15 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.1 --

[jira] Closed: (MAVEN-331) maven pdf plugin seems to generate an invalid .fo (xslt problem?)

2003-08-04 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-331 Here is an overview of the issue: --

[jira] Updated: (MAVEN-553) add build listener support to output

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:14 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-381) POM

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:13 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.1 --

[jira] Updated: (MAVEN-569) jboss:configure fails in linux when coping the jboss scripts to start/stop/etc

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:13 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-466) Post description of transitive dependency mechanism

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:12 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.1 --

[jira] Updated: (MAVEN-410) maven plugins seem to choke on properties containing a "-"?

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:12 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.1 --

[jira] Updated: (MAVEN-319) Add ability for clover to use a specific clover dep rather than just clover-1.0.jar

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:12 AM Changes: environment changed to Fix Version changed to 1.1 - For a

[jira] Updated: (MAVEN-462) Make it easier to allow users to send/create patches for maven

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:11 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Closed: (MAVEN-614) Maven does not download updated ear artifact

2003-08-04 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-614 Here is an overview of the issue: --

[jira] Updated: (MAVEN-257) Reactor problem with some plugins

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:10 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.0-final

[jira] Updated: (MAVEN-299) JRefactory plugin

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:10 AM Changes: environment changed to timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Vers

[jira] Updated: (MAVEN-517) PDF Plug-In 2.0

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:09 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-430) maven checks md5 checksums at wrong point.

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:09 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.1 --

[jira] Updated: (MAVEN-74) Maven doesn't work correctly when sources are generated

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:08 AM Changes: environment changed to Fix Version changed to 1.1 - For a

[jira] Closed: (MAVEN-650) maven-plugin-plugin should use ${maven.plugin.unpacked.dir}

2003-08-04 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Mon, 4 Aug 2003 11:07 AM Fixed - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-650 Here is an overview of th

cvs commit: maven/src/plugins-build/plugin plugin.jelly

2003-08-04 Thread dion
dion2003/08/04 09:02:52 Modified:src/plugins-build/plugin plugin.jelly Log: Use maven.plugin.unpacked.dir. See MAVEN-650 Revision ChangesPath 1.11 +4 -4 maven/src/plugins-build/plugin/plugin.jelly Index: plugin.jelly

[jira] Updated: (MAVEN-233) Make xdoc's doc:performJSL tag reusable

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:03 AM Changes: environment changed to Fix Version changed to 1.1 - For a

[jira] Created: (MAVEN-650) maven-plugin-plugin should use ${maven.plugin.unpacked.dir}

2003-08-04 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-650 Here is an overview of the issue: --

[jira] Updated: (MAVEN-642) Add a class/category to POM dependecies

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:02 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-382) POM encoding problem

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:01 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.1 --

[jira] Updated: (MAVEN-468) 1.0 release plan

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:01 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.0-final

[jira] Updated: (MAVEN-435) jar files placed in plugins directory are not auto expanded

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 11:00 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.1 --

[jira] Updated: (MAVEN-586) multiproject : order of processing of javadoc and compile when xdoclet is needed

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 10:59 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-444) md5sum in maven-new could be made more efficient

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 10:57 AM Changes: Fix Version changed to maven-new-unreleased - For a full history of the

[jira] Updated: (MAVEN-558) Errors incorrectly reported when an artifact does not exist on a remote repo

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 10:59 AM Changes: Fix Version changed to 1.0-final - For a full history of the issue, see

[jira] Closed: (MAVEN-193) jar:deploy failed. Error message - "ssh: c: no address associated with hostname."

2003-08-04 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Mon, 4 Aug 2003 10:58 AM Fixed a while back - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-193 Here is an o

[jira] Closed: (MAVEN-194) Two dependiencise having the same id but diffrent type should not be assumed as duplicats

2003-08-04 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Mon, 4 Aug 2003 10:57 AM An id is meant to be unique - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-194 Her

[jira] Closed: (MAVEN-115) Plugins directory not expanded with no errors.

2003-08-04 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Mon, 4 Aug 2003 10:56 AM See last comment - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-115 Here is an ove

[jira] Updated: (MAVEN-94) inside maven goal looks for relative urls in wrong place

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 10:55 AM Changes: description changed from When using the import tag from jelly to import a jelly script into maven, the import looks for the file in the bin di

[jira] Closed: (MAVEN-298) even the simplest tasks in maven throw exceptions

2003-08-04 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Mon, 4 Aug 2003 10:55 AM Fixed previously - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-298 Here is an ove

jar suffix and desgin question

2003-08-04 Thread Brian Towles
Howdy all Im coming on a care more and more where a jar file has a different suffix instead of jar in order for it to be recognised as a certain type of deployment. For example JBoss uses .sar for JMX deployment and .wsr for Web Services deployment. What would the desgin goal be here? They are

[jira] Updated: (MAVEN-618) [Submission] Cruise Control plugin

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 10:36 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-440) Reactor handles badly goals redefined in subproject

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 10:36 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.1 --

[jira] Updated: (MAVEN-518) plugins guess filename from 'dependency', should use 'artifact'

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 10:35 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.1 --

[jira] Updated: (MAVEN-605) maven should load $MAVEN_HOME_LOCAL/build.properties by default

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 10:35 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

Re: Are dependencies a bit screwed up in current HEAD?

2003-08-04 Thread dion
Yep, cvs head has problems finding goals. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Colin Sampaleanu <[EMAIL PROTECTED]> wrote on 05/08/2003 01:14:56 AM: > I built maven from bootstrap, killing the old repo just to be sure. The > build went ok (alt

[jira] Updated: (MAVEN-328) rsync upload method

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 10:33 AM Changes: environment changed to Fix Version changed to 1.1 - For a

[jira] Updated: (MAVEN-249) custom tag define in reactored subproject available in main and other subproject

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 10:34 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.1 --

[jira] Updated: (MAVEN-643) ejb-2.1.jar cannot be downloaded due to incorrect location on ibiblio

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 10:33 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Closed: (MAVEN-99) maven -g for a project with missing jars does multiple download attempts

2003-08-04 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Mon, 4 Aug 2003 10:31 AM Fixed ages ago - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-99 Here is an overvi

[jira] Updated: (MAVEN-312) Declaration of custom javadoc tags

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 10:32 AM Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.1 --

[jira] Updated: (MAVEN-340) Pb with maven -g listing all goals (even the non public ones)

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 10:30 AM Comment: G Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed to 1.1

[jira] Updated: (MAVEN-520)

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 10:29 AM Comment: bloody jexl Changes: timeoriginalestimate changed from 0 timeestimate changed from 0 minutes Fix Version changed

[jira] Updated: (MAVEN-458) Make use of jar overrides rather than maven.repo.local

2003-08-04 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 4 Aug 2003 10:28 AM Comment: I believe most are fixed Changes: Fix Version changed to 1.0-final

  1   2   3   >