Re: I'm confused - plugin installation dirs

2003-09-30 Thread dion
Nathan Coast <[EMAIL PROTECTED]> wrote on 01/10/2003 02:28:39 PM: > not sure where that is coming from as the groupId in my project.xml is > ejbgen, > > my plugin is still being copied to > \repository\maven\plugins > and > \plugins > Could be a bug in the plugin plugin? -- dIon Gillard, Multit

Re: I'm confused - plugin installation dirs

2003-09-30 Thread dion
It's in the 'plugin' goal. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Nathan Coast <[EMAIL PROTECTED]> wrote on 01/10/2003 02:33:57 PM: > any idea how this output would be generated? theres no copy command in > the jar:jar goal > > jar:jar: >

Re: I'm confused - plugin installation dirs

2003-09-30 Thread dion
Nathan Coast <[EMAIL PROTECTED]> wrote on 01/10/2003 02:25:10 PM: > whats this directory for? > \repository\maven\plugins Extracted installed plugins. > what seemed to be happening is that I had a plugin defined as a > dependency for a project, this dependency existed in the repo under > /plug

Re: I'm confused - plugin installation dirs

2003-09-30 Thread Nathan Coast
at least we now know where the additional copy comes from :) thanks Brett Porter wrote: "Use the source". From ~/.maven/plugins/maven-plugin-plugin-1.1/plugin.jelly: ... So plugin:install calls "plugin", which executes jar:jar, and then copies it to maven plugins. Proba

RE: I'm confused - plugin installation dirs

2003-09-30 Thread Brett Porter
"Use the source". >From ~/.maven/plugins/maven-plugin-plugin-1.1/plugin.jelly: ... So plugin:install calls "plugin", which executes jar:jar, and then copies it to maven plugins. Probably just need to change maven in that line to ${pom.groupId}... I'll do that when I c

Re: I'm confused - plugin installation dirs

2003-09-30 Thread Nathan Coast
any idea how this output would be generated? theres no copy command in the jar:jar goal jar:jar: [jar] Building jar: D:\op\ejbgen\target\maven-ejbgen-plugin-1.0.jar [copy] Copying 1 file to D:\apache\maven\local\repository\maven\plugins plugin:install: -

RE: I'm confused - plugin installation dirs

2003-09-30 Thread Brett Porter
> not sure where that is coming from as the groupId in my > project.xml is > ejbgen, > > my plugin is still being copied to > \repository\maven\plugins > and > \plugins Probably a bug in plugin:install that assumes a groupId. > \repository\maven\plugins ... is for maven plugins - Brett

Re: I'm confused - plugin installation dirs

2003-09-30 Thread Nathan Coast
not sure where that is coming from as the groupId in my project.xml is ejbgen, my plugin is still being copied to \repository\maven\plugins and \plugins [EMAIL PROTECTED] wrote: Nathan Coast <[EMAIL PROTECTED]> wrote on 01/10/2003 02:01:24 PM: AFAICT there are 3 directories that plugins can en

Re: I'm confused - plugin installation dirs

2003-09-30 Thread Nathan Coast
whats this directory for? \repository\maven\plugins what seemed to be happening is that I had a plugin defined as a dependency for a project, this dependency existed in the repo under /plugins/asdfasdf.jar I'd run plugin:install on the updated plugin which would copy the new plugin to both \re

Re: I'm confused - plugin installation dirs

2003-09-30 Thread dion
Nathan Coast <[EMAIL PROTECTED]> wrote on 01/10/2003 02:01:24 PM: > AFAICT there are 3 directories that plugins can end up in > > \repository\groupId\plugins > > \repository\maven\plugins The above one is where groupId=='maven'. > \plugins > > they are then extracted to > > \plugins > > exe

RE: I'm confused - plugin installation dirs

2003-09-30 Thread Brett Porter
The local repository plays no part in plugin installation. The only directories that count for actual installation are ${maven.home}/plugins (installed) and ${maven.home.local}/plugins (extracted). Note that these can be overriden with other properites, but that's beside the point here. The new st

I'm confused - plugin installation dirs

2003-09-30 Thread Nathan Coast
AFAICT there are 3 directories that plugins can end up in \repository\groupId\plugins \repository\maven\plugins \plugins they are then extracted to \plugins executing plugin:install results in this output: jar:jar: [copy] Copying 1 file to D:\apache\maven\local\repository\maven\plugins p

Results of clean bootstrap at 20030930-2200

2003-09-30 Thread tirsen
Last 500 lines of a clean bootstrap build of maven at 20030930-2200 [exec] /home/tirsen/.maven/repository/commons-digester/jars/commons-digester-1.4.1.jar [exec] /home/tirsen/.maven/repository/commons-logging/jars/commons-logging-1.0.1.jar [exec] /home/tirsen/.maven

[jira] Created: (MAVEN-875) Artifact plugin documentation error

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

cvs commit: maven-plugins project.properties

2003-09-30 Thread dion
dion2003/09/30 16:39:00 Added: xdocsindex.html .project.properties Log: Add documentation Revision ChangesPath 1.1 maven-plugins/xdocs/index.html Index: index.html ===

cvs commit: maven-plugins/xdocs - New directory

2003-09-30 Thread dion
dion2003/09/30 16:38:51 maven-plugins/xdocs - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven-plugins README.txt

2003-09-30 Thread dion
dion2003/09/30 16:32:01 Modified:.README.txt Log: Add testing comment. We need xdocs Revision ChangesPath 1.2 +3 -0 maven-plugins/README.txt Index: README.txt === RCS file: /

cvs commit: maven/src/plugins-build/plugin project.xml

2003-09-30 Thread dion
dion2003/09/30 16:30:32 Modified:src/plugins-build/plugin/xdocs goals.xml changes.xml src/plugins-build/plugin project.xml Log: Add docs Revision ChangesPath 1.3 +4 -0 maven/src/plugins-build/plugin/xdocs/goals.xml Index: goals.xml ===

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

2003-09-30 Thread dion
dion2003/09/30 16:28:52 Modified:src/plugins-build/plugin plugin.jelly Log: Check the file exists Revision ChangesPath 1.21 +6 -5 maven/src/plugins-build/plugin/plugin.jelly Index: plugin.jelly =

[jira] Created: (MAVEN-874) Update commons-collections SNAPSHOT

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

cvs commit: maven-plugins/examples maven.xml

2003-09-30 Thread dion
dion2003/09/30 16:26:03 Modified:examples maven.xml Log: Remove duplicate goals Revision ChangesPath 1.2 +0 -48 maven-plugins/examples/maven.xml Index: maven.xml === RCS file: /home/cvs

RE: Plugin download usage

2003-09-30 Thread Brett Porter
No way to do it at the moment. You can always delete it from maven.home afterwards if you like though. - Brett > -Original Message- > From: Nathan Coast [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 1 October 2003 12:26 AM > To: Maven Developers List > Subject: Re: Plugin download usage >

[jira] Updated: (MAVEN-873) allow maven.build.dest to be a path instead of a single location

2003-09-30 Thread jira
The following issue has been updated: Updater: Dominik Dahlem (mailto:[EMAIL PROTECTED]) Date: Tue, 30 Sep 2003 12:05 PM Comment: Attached is a patch which solves the problem. Changes: Attachment changed to patch.diff

[jira] Created: (MAVEN-873) allow maven.build.dest to be a path instead of a single location

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

[jira] Commented: (MAVEN-872) Maven does not recognize .cvspass file

2003-09-30 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 30 Sep 2003 11:23 AM Body: Hey, no fair. Ant didn't run the same command with the same parameters as Maven! Try it again. - V

[jira] Created: (MAVEN-872) Maven does not recognize .cvspass file

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

[jira] Created: (MAVEN-871) SNAPSHOT Download warning

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

[jira] Created: (MAVEN-870) Make dependencies information page compact

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

cvs commit: maven-plugins README.txt

2003-09-30 Thread dion
dion2003/09/30 08:08:19 Added: .README.txt Log: README Revision ChangesPath 1.1 maven-plugins/README.txt Index: README.txt === Q: How do I build and install all these p

[jira] Commented: (MAVEN-865) pom:update goal contains no definition

2003-09-30 Thread jira
The following comment has been added to this issue: Author: Martin Lambert Created: Tue, 30 Sep 2003 10:20 AM Body: Hi Dion, Below is a snippet from the rc1 documentation for the plugin (cvs check out). As you can see, according to the documentation this goal is still available.

RE: [maven-java-plugin] add support for rmic?

2003-09-30 Thread Tim Anderson
> From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 30 September 2003 11:52 PM > > On Tue, 2003-09-30 at 09:45, Tim Anderson wrote: > > I not sure I see how the caller plugin helps > > in this regard. The objective is to run rmic after > > java:compile, not replace it. > > A small rmi

Re: Plugin download usage

2003-09-30 Thread dion
Stephen McConnell <[EMAIL PROTECTED]> wrote on 01/10/2003 12:19:52 AM: > > > > foo > > bar-plugin > > plugin > > 1.0 > > > > > > Goot stuff! > > Just for reference - if I were to include the above in a project.xml and > someone using beta-10 were to execute said xml - what would happen? It

Re: Plugin download usage

2003-09-30 Thread dion
Nathan Coast <[EMAIL PROTECTED]> wrote on 01/10/2003 12:11:44 AM: > excellent! > > so taking the example of the java plugin > > groupId (from parent project.xml) is maven > id is maven-java-plugin > currentVersion 1.3 > > so I should expect to see at ibiblio > > http://www.ibiblio.org/maven/ma

Re: Plugin download usage

2003-09-30 Thread Jason van Zyl
On Tue, 2003-09-30 at 10:19, Stephen McConnell wrote: > Jason van Zyl wrote: > > >On Tue, 2003-09-30 at 09:50, Nathan Coast wrote: > > > > > >>what's the stucture for plugins in a remote repository? > >> > >>/plugins/-version.jar > >> > >> > > > >Yes, the plugins are now another artifact typ

Re: Plugin download usage

2003-09-30 Thread dion
Nathan Coast <[EMAIL PROTECTED]> wrote on 30/09/2003 11:50:10 PM: > what's the stucture for plugins in a remote repository? > > /plugins/-version.jar Yes, like every other repo artifact, it's. /s/-. For ==plugin,extension==jar > can you define which remote repository you wish to download a sp

[jira] Created: (MAVEN-869) dist plugin doesn't document maven.dist.dir

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

Re: Plugin download usage

2003-09-30 Thread Nathan Coast
How do I install a plugin into my own repo, rather than to the plugins dir? all the :install goals install the artifact into the repo appropriately (war, ear, jar, ejb etc) but plugin:install copies the plugin to ${maven.home}/plugins Jason van Zyl wrote: On Tue, 2003-09-30 at 09:50, Nathan Co

[jira] Commented: (MAVEN-865) pom:update goal contains no definition

2003-09-30 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 30 Sep 2003 9:43 AM Body: well, yes. the goal was removed around beta6 or 7 i think. - View the issue: http://jira.codehaus

Re: Plugin download usage

2003-09-30 Thread Stephen McConnell
Jason van Zyl wrote: On Tue, 2003-09-30 at 09:50, Nathan Coast wrote: what's the stucture for plugins in a remote repository? /plugins/-version.jar Yes, the plugins are now another artifact type. So you might have: foo bar-plugin plugin 1.0 Goot stuff! Just for reference - if I

Re: Plugin download usage

2003-09-30 Thread Nathan Coast
excellent! so taking the example of the java plugin groupId (from parent project.xml) is maven id is maven-java-plugin currentVersion 1.3 so I should expect to see at ibiblio http://www.ibiblio.org/maven/maven/plugins/maven-java-plugin-1.3.jar and many others, but I only see a few. Have only s

Re: Plugin download usage

2003-09-30 Thread Jason van Zyl
On Tue, 2003-09-30 at 09:50, Nathan Coast wrote: > what's the stucture for plugins in a remote repository? > > /plugins/-version.jar Yes, the plugins are now another artifact type. So you might have: foo bar-plugin plugin 1.0 You get /foo/plugins/bar-plugin-1.0.jar > can you define w

RE: [maven-java-plugin] add support for rmic?

2003-09-30 Thread Jason van Zyl
On Tue, 2003-09-30 at 09:45, Tim Anderson wrote: > I not sure I see how the caller plugin helps > in this regard. The objective is to run rmic after > java:compile, not replace it. > A small rmi plugin (as Brett indicated) which simply > invokes rmic as a postGoal to java:compile would be all > tha

Re: Plugin download usage

2003-09-30 Thread Nathan Coast
what's the stucture for plugins in a remote repository? /plugins/-version.jar can you define which remote repository you wish to download a specific plugin from, or can the remote repositories only be set by setting the maven.repo.remote property? cheers Nathan Jason van Zyl wrote: On Mon, 200

RE: [maven-java-plugin] add support for rmic?

2003-09-30 Thread Tim Anderson
I not sure I see how the caller plugin helps in this regard. The objective is to run rmic after java:compile, not replace it. A small rmi plugin (as Brett indicated) which simply invokes rmic as a postGoal to java:compile would be all that is required no? -Tim > From: Jason van Zyl [mailto:[EMAIL

[jira] Commented: (MAVEN-539) href links do not show up in changes report

2003-09-30 Thread jira
The following comment has been added to this issue: Author: Norbert Pabis Created: Tue, 30 Sep 2003 8:42 AM Body: If contains only CDATA node all markaup characters < and > are converted to entities. (In latest head - 20

RE: cvs lock in maven-plugins?

2003-09-30 Thread Eric Pugh
I have recieved that error before when committing lots of code.. I have found if I wait a while, it goes away... > -Original Message- > From: James Strachan [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 30, 2003 2:15 PM > To: Maven Developers List > Subject: Re: cvs lock in maven-

Re: cvs lock in maven-plugins?

2003-09-30 Thread James Strachan
I've got the same problem. maven-plugins is a new CVS module - I'm wondering if we've got the necessary karma to access it? On Tuesday, September 30, 2003, at 12:04 pm, Vincent Massol wrote: Hi, I'm trying to update my local copy of the maven-plugins CVS module but it fails with a lock problem

cvs lock in maven-plugins?

2003-09-30 Thread Vincent Massol
Hi, I'm trying to update my local copy of the maven-plugins CVS module but it fails with a lock problem: cvs server: failed to create lock directory for `/home/cvs/maven-plugins/ashkelon' (/home/cvs/maven-plugins/ashkelon/#cvs.lock): Permission denied cvs server: failed to obtain dir lock in repo

[jira] Commented: (MAVEN-865) pom:update goal contains no definition

2003-09-30 Thread jira
The following comment has been added to this issue: Author: Martin Lambert Created: Tue, 30 Sep 2003 4:08 AM Body: Am I to assume that you do accept this as a bug? - View the issue: http://jira.codehaus.org/secu

cvs commit: maven/src/plugins-build/jdee plugin.properties plugin.jelly project.properties project.xml .cvsignore

2003-09-30 Thread dion
dion2003/09/30 01:24:19 Removed: src/plugins-build/jdee/xdocs changes.xml properties.xml tasks.xml .cvsignore navigation.xml goals.xml index.xml src/plugins-build/jdee plugin.properties plugin.jelly

cvs commit: maven/src/plugins-build/ashkelon/src/main/org/apache/maven/ashkelon PackageTool.java

2003-09-30 Thread dion
dion2003/09/30 01:23:51 Removed: src/plugins-build/ashkelon project.properties .cvsignore project.xml maven.xml plugin.properties plugin.jelly src/plugins-build/ashkelon/xdocs index.xml changes.xml src/plug

cvs commit: maven/src/plugins-build/jbuilder project.xml project.properties plugin.properties plugin.jelly .cvsignore

2003-09-30 Thread dion
dion2003/09/30 01:23:01 Removed: src/plugins-build/jbuilder/xdocs properties.xml goals.xml index.xml navigation.xml .cvsignore changes.xml src/plugins-build/jbuilder project.xml project.properties plugin.properties plugin

cvs commit: maven/src/plugins-build/tjdo/announcements 1.0.ann

2003-09-30 Thread dion
dion2003/09/30 01:22:33 Removed: src/plugins-build/tjdo project.xml project.properties plugin.properties .cvsignore plugin.jelly src/plugins-build/tjdo/xdocs index.xml navigation.xml goals.xml properties.xml changes.xml

cvs commit: maven/src/plugins-build/jdeveloper/src/main/org/apache/maven/jdeveloper JavaSourceTool.java

2003-09-30 Thread dion
dion2003/09/30 01:19:03 Removed: src/plugins-build/jnlp/xdocs .cvsignore properties.xml goals.xml navigation.xml changes.xml index.xml src/plugins-build/jnlp/src/main/org/apache/maven/jnlp UpdateManifest.java

cvs commit: maven/src/plugins-build/console/xdocs tasks.xml properties.xml navigation.xml goals.xml index.xml .cvsignore changes.xml

2003-09-30 Thread dion
dion2003/09/30 01:17:39 Removed: src/plugins-build/console project.xml plugin.properties plugin.jelly .cvsignore src/plugins-build/console/xdocs tasks.xml properties.xml navigation.xml goals.xml index.xml .cvsignore

cvs commit: maven/src/plugins-build/webserver/xdocs .cvsignore properties.xml navigation.xml index.xml goals.xml

2003-09-30 Thread dion
dion2003/09/30 01:17:13 Removed: src/plugins-build/wizard/xdocs tasks.xml .cvsignore goals.xml navigation.xml index.xml properties.xml changes.xml src/plugins-build/webserver/src/plugin-resources a

cvs commit: maven/src/plugins-build/examples/exampleejb-1.0/src/ejb foo.txt

2003-09-30 Thread dion
dion2003/09/30 01:15:41 Removed: src/plugins-build/examples/exampleear-1.0 build.xml .cvsignore project.xml LICENSE.txt project.properties maven.xml src/plugins-build/examples project.xml .cvsignore

cvs commit: maven/src/plugins-build/eclipse project.properties plugin.jelly project.xml plugin.properties .cvsignore

2003-09-30 Thread dion
dion2003/09/30 01:12:30 Removed: src/plugins-build/eclipse/src/plugin-resources/templates project.jelly launch.jelly classpath.jelly src/plugins-build/eclipse/xdocs changes.xml goals.xml properties.xml index.xml navigatio

cvs commit: maven/src/plugins-build/clover project.properties .cvsignore plugin.properties project.xml plugin.jelly

2003-09-30 Thread dion
dion2003/09/30 01:11:40 Removed: src/plugins-build/clover/xdocs properties.xml changes.xml futures.xml dirlayout.xml build-file.xml index.xml goals.xml navigation.xml .cvsignore src/plugins-build/clover project.properties

cvs commit: maven/src/plugins-build/appserver/src/plugin-resources tomcat-4.1.x.jelly tomcat-4.0.x.jelly

2003-09-30 Thread dion
dion2003/09/30 01:09:44 Removed: src/plugins-build/appserver/src/legacy build-resin-13.xml build-j2ee-share.xml build-tomcat-32.xml build-j2ee-12.xml build-weblogic-51.xml build-j2ee-13.xml build-tomcat-33.xml

cvs commit: maven/src/plugins-build/docbook/src/test/xslt developersguide.xml

2003-09-30 Thread dion
dion2003/09/30 01:08:20 Removed: src/plugins-build/word2html/xdocs/current properties.xml goals.xml changes.xml index.xml src/plugins-build/was40 project.properties .cvsignore plugin.jelly plugin.properties project.xml

[jira] Commented: (MAVEN-867) Maven Release plugin has a bug in SnapshotResolver see MAVEN-542

2003-09-30 Thread jira
The following comment has been added to this issue: Author: Jason Chaffee Created: Tue, 30 Sep 2003 3:20 AM Body: I used the jakarta apache rules for submitting patches >cvs diff -u filename >> patchFile.txt However, I also noticed the was hard to read and outlined ALL changes in

[jira] Closed: (MAVEN-867) Maven Release plugin has a bug in SnapshotResolver see MAVEN-542

2003-09-30 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Tue, 30 Sep 2003 3:18 AM Applied patch. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-867 Here is an overv

[jira] Commented: (MAVEN-867) Maven Release plugin has a bug in SnapshotResolver see MAVEN-542

2003-09-30 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 30 Sep 2003 3:16 AM Body: Can we please have patches that don't have the whole file in them? This makes it EXTREMELY hard to read. ---

cvs commit: maven-plugins/release/src/main/org/apache/maven/release SnapshotResolver.java

2003-09-30 Thread dion
dion2003/09/30 00:58:00 Modified:release/src/main/org/apache/maven/release SnapshotResolver.java Log: Apply patchfile.txt from M AVEN-8 6 7 Revision ChangesPath 1.14 +181 -185 maven-plugins/release/src/main/org/apache/maven/release/S

[jira] Reopened: (MAVEN-867) Maven Release plugin has a bug in SnapshotResolver see MAVEN-542

2003-09-30 Thread jira
Message: The following issue has been reopened. Reopener: dion gillard Date: Tue, 30 Sep 2003 3:15 AM repoening - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-867 Here is an overview

[jira] Commented: (MAVEN-867) Maven Release plugin has a bug in SnapshotResolver see MAVEN-542

2003-09-30 Thread jira
The following comment has been added to this issue: Author: Jason Chaffee Created: Tue, 30 Sep 2003 3:06 AM Body: This HAS NOT been fixed. Please see the patch file vs the latest file in CVS. I created this bug because of a problem with the bug that was closed earlier today. Th

[jira] Closed: (MAVEN-867) Maven Release plugin has a bug in SnapshotResolver see MAVEN-542

2003-09-30 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Tue, 30 Sep 2003 3:01 AM This has already been applied - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-867 H

[jira] Commented: (MAVEN-867) Maven Release plugin has a bug in SnapshotResolver see MAVEN-542

2003-09-30 Thread jira
The following comment has been added to this issue: Author: rasta man Created: Tue, 30 Sep 2003 2:55 AM Body: I checked out the latest from CVS, applied the patch...and it worked perfectly. This would be great if we got this into 1.0. -

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

2003-09-30 Thread dion
dion2003/09/30 00:35:49 Removed: src/plugins-build/ant/src/plugin-test project.xml .cvsignore maven.xml src/plugins-build/ant/xdocs goals.xml changes.xml index.xml navigation.xml properties.xml .cvsignore s

[jira] Commented: (MAVEN-670) Maven isn't able to download a distribution dependency

2003-09-30 Thread jira
The following comment has been added to this issue: Author: rasta man Created: Tue, 30 Sep 2003 2:53 AM Body: This is a HUGE bug for us. Is there any way to get this patch into the 1.0 release?? - View the issue: