> Alexander Horn wrote:
> However, what do I need to do to determine the local file
> system location of an artifact from outside a Mojo (i.e. a
Just IMO, it would be better if your TestCase's had no knowledge of
Maven
or the execution environment they're running in.
Personally, I would locate
In a Mojo developer cookbook [1] I found the snippet of code that
shows how to get the path of an artifact in the local repository.
Namely,
Set artifacts = project.getDependencyArtifacts();
for (Iterator artifactIterator = artifacts.iterator();
artifactIterator.hasNext();) {
Artifact artifact =
+1
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Vincent Siveton
Sent: Saturday, July 14, 2007 11:33 AM
To: Maven Developers List
Subject: [vote] Move the maven-antlr-plugin to the mojo project
Hi,
The last release (beta) of maven-antlr-plugin was more
Correct. In the patch, i introduce a new writer, workspace writer, to
handle common workspace settings.
-D
On 7/14/07, Barrie Treloar <[EMAIL PROTECTED]> wrote:
On 7/14/07, Dan Tran <[EMAIL PROTECTED]> wrote:
> Any one?, no thumb down seems to be good to go. I will go ahead the
commit
> in
+1
On 14 Jul 07, at 8:33 AM 14 Jul 07, Vincent Siveton wrote:
Hi,
The last release (beta) of maven-antlr-plugin was more than two years
ago. We did some small enhancements.
http://jira.codehaus.org/secure/IssueNavigator.jspa?
reset=true&pid=11123&fixfor=12931
A release could be done shortly
Hi,
The last release (beta) of maven-antlr-plugin was more than two years
ago. We did some small enhancements.
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11123&fixfor=12931
A release could be done shortly but I would like to move the
maven-antlr-plugin and maven-antlr3-pl
On 7/14/07, Dan Tran <[EMAIL PROTECTED]> wrote:
Any one?, no thumb down seems to be good to go. I will go ahead the commit
in the next day or so.
I wanted to fiddle with 3.3 before I posted.
I thought they added instance configurations so I could have settings
that werent lost because I chang
Any one?, no thumb down seems to be good to go. I will go ahead the commit
in the next day or so.
On 7/12/07, Dan Tran <[EMAIL PROTECTED]> wrote:
Hi Mark,
Thanks for the feedback. Let first have it configured thru the workspace,
as more users asking for per project
code style, we can add
Vincent Siveton wrote:
Hi,
2007/7/13, Lukas Theussl <[EMAIL PROTECTED]>:
Could you clarify a bit your intentions, I don't know if I missed that
in the discussion so far.
For the log and AFAIK, here is a brief history of the Maven JXR project.
o The orignal JXR code was merged in 2004 with