Re: Maven proxies / Let's get together

2007-06-01 Thread Jason van Zyl
their features into one project... Thanks, Jason ---------- Jason van Zyl Founder and PMC Chair, Apache Maven jason at sonatype dot com --

Re: Ibiblio Issues

2007-05-31 Thread Jason van Zyl
blio lately? > > Thanks, > > David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Thanks, Jason ---------- Jason van Zyl Founder and PMC

[ANN] Maven Ant Tasks 2.0.6 Released

2007-05-27 Thread Jason van Zyl
The Apache Maven team would like to announce the availability of the Maven Ant Tasks 2.0.6. You can find the binaries here: http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-ant- tasks-2.0.6.jar You can find the roadmap here: http://jira.codehaus.org/secure/IssueNavigator.jspa? re

Re: Metamorphosis

2007-05-16 Thread Jason van Zyl
had very specific requirements and I've really only ever used it on websphere projects and this big Ant build. Never used it for a Maven 1 build but someone can extend it. Thanks, Jason -- Jason van Zyl Founder and PMC Chair, A

Re: Eclipse RCP/PDE building and Maven

2007-05-16 Thread Jason van Zyl
On 14 May 07, at 9:47 AM 14 May 07, Carlos Sanchez wrote: On 5/14/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: The first solution is targeted at plugins, but the second is more general with it's own lifecycle and set of plugins. The felix bundle plugin is more complete

Re: Metamorphosis

2007-05-16 Thread Jason van Zyl
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Thanks, Jason ---------- Jason van Zy

Re: Eclipse RCP/PDE building and Maven

2007-05-14 Thread Jason van Zyl
That's cool, where was that? Jeff McAffer talked about a long time ago just wondering if he went anywhere with that. Thanks, Jason ---------- Jason van Zyl Founder and PMC Chair, Apa

Re: What is the official maven 2 repository location?

2007-05-01 Thread Jason van Zyl
On 1 May 07, at 5:08 AM 1 May 07, Xavier Hanin wrote: Hi, I'd like to know what is the official maven 2 repository location. The official repository is housed at repo1.maven.org, from which any client can connect. Indeed on the getting started [1] page, the answer to "How do I use exter

Re: A new book for users: "Maven: The Definitive Guide"

2007-04-25 Thread Jason van Zyl
On 25 Apr 07, at 7:10 PM 25 Apr 07, Mark Derricutt wrote: Just had a quick look - looking nice! Is there only the online HTML version or a downloadable one as well? Here you go: www.sonatype.com/MavenTheDefinitiveGuide.zip Thanks, Jason. On 4/26/07, Jason van Zyl <[EMAIL PROTEC

Re: A new book for users: "Maven: The Definitive Guide"

2007-04-25 Thread Jason van Zyl
On 25 Apr 07, at 7:10 PM 25 Apr 07, Mark Derricutt wrote: Just had a quick look - looking nice! Is there only the online HTML version or a downloadable one as well? We can make a download for you. PDF will be coming soon. Jason. On 4/26/07, Jason van Zyl <[EMAIL PROTECTED]>

A new book for users: "Maven: The Definitive Guide"

2007-04-25 Thread Jason van Zyl
Hi Users, One the first things the charming and happy folks at Sonatype want to do is give you a Maven book. It's just in HTML right now, but free, and no registration required (we won't spam you, promise). It's your for the taking! http://www.sonatype.com/book Thanks, Jason. --

Re: For you Enterprise Maven Users!

2007-04-18 Thread Jason van Zyl
On 18 Apr 07, at 10:52 AM 18 Apr 07, Antonio Petrelli wrote: 2007/4/18, Jason van Zyl <[EMAIL PROTECTED]>: http://blogs.maven.org/jvanzyl/2007/04/18/1176905394766.html Mmm... expect a bileblog entry soon :-P Rest assured. I was already scolded on IRc :-)

For you Enterprise Maven Users!

2007-04-18 Thread Jason van Zyl
http://blogs.maven.org/jvanzyl/2007/04/18/1176905394766.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANN] Maven 2.0.6 Released

2007-04-02 Thread Jason van Zyl
Provide a test project with your setup so I can track it down. I've run hundreds of projects with that snapshot so you have something in your POM that's causing the problem. Jason. On 2 Apr 07, at 7:05 AM 2 Apr 07, Donnchadh Ó Donnabháin wrote: On 4/1/07, Jason van Zyl <[EM

[ANN] Maven 2.0.6 Released

2007-04-01 Thread Jason van Zyl
The Apache Maven team would like to announce the availability of Maven 2.0.6. We have closed out 22 issues for this release and the upgrade from 2.0.5 should be pain free. We corrected a major flaw in the artifact resolution mechanism and we cannot find any problems but information about th

New JIRA Project for Ant Tasks

2007-03-28 Thread Jason van Zyl
Hi, I'm planning on releasing the Ant Tasks after the release of 2.0.6 so if you have any issues please look here: http://jira.codehaus.org/browse/MANTTASKS I've moved all the issues from MNG to MANTTASKS and if there's anything folks really want I will schedule a couple things for alpha

Surefire Release

2007-03-07 Thread Jason van Zyl
Hi, For anyone who doesn't explicitly set the version of surefire used beware of pulling in 2.3 if you are using java agents as we just realized from some feedback in the OpenEJB build that tests will break. We'll try to fix that up and get out a fix release asap. Thanks, Jason. -

Re: [m2] Transitive Dependency resolution is degrading the versions of my dependencies (i.e. commons-collections 3.2 down to 2.1)

2007-03-03 Thread Jason van Zyl
On 3 Mar 07, at 10:29 AM 3 Mar 07, Wendy Smoak wrote: On 3/2/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: Before reading that what did you think something like: 1.0 meant? I'm actually interested in what general user opinion is here. I suppose I've never reconciled how I

Re: Bug on Maven 2.0.5 with plugin execution

2007-03-02 Thread Jason van Zyl
We have an integration test plugin which I just ran: mvn org.apache.maven.its.plugins:maven-it-plugin-no-project:light-touch And it works as expected. It is a mojo that does specifies @requiresProject false and just produces a text file. Could you give a mock up of your plugin and a build. I

Re: [m2] Transitive Dependency resolution is degrading the versions of my dependencies (i.e. commons-collections 3.2 down to 2.1)

2007-03-02 Thread Jason van Zyl
On 2 Mar 07, at 10:36 AM 2 Mar 07, John J. Franey wrote: Wayne Fay wrote: Did you use the [...] notation in your versions? The question I asked myself was "Why is the '[...]' notation important?". So I went to Better Builds with Maven (pdf) and found this in section 3.6: When a v

Re: Transitive Dependency resolution is degrading the versions of my dependencies (i.e. commons-collections 3.2 down to 2.1)

2007-03-02 Thread Jason van Zyl
On 1 Mar 07, at 11:57 PM 1 Mar 07, Scott Ryan wrote: Yes I did make entries in my master parent for all the versions of software that we use but it is ignoring that as well. You have hard versions and it's ignoring them? Jason. Scott On Mar 1, 2007, at 9:36 PM, Wayne Fay wrote: Have y

Re: Transitive Dependency resolution is degrading the versions of my dependencies (i.e. commons-collections 3.2 down to 2.1)

2007-03-02 Thread Jason van Zyl
On 1 Mar 07, at 10:11 PM 1 Mar 07, Scott Ryan wrote: I am working with Maven on some fairly complex projects and I now understand that the dependency resolution is done via a "nearness" process rather than based on the highest compatible version. I have recently upgraded from Maven 2.04.

Re: [ANN] Maven Surefire 2.3 Released

2007-03-01 Thread Jason van Zyl
On 1 Mar 07, at 6:56 PM 1 Mar 07, Arnaud HERITIER wrote: Yes I had also this error Can't we release a 2.3.1 ASAP to fix it? Fixed in SVN. I'll call for a vote on dev list. Jason. Arnaud On 3/1/07, Niklas Gustavsson <[EMAIL PROTECTED]> wrote: Hi Brett Porter wrote: > The Maven team is

Re: How to generate sources from templates

2007-03-01 Thread Jason van Zyl
On 1 Mar 07, at 5:41 AM 1 Mar 07, Dirk Olmes wrote: On 28 Feb 07, at 8:21 AM 28 Feb 07, Rodrigo Ruiz wrote: Hi everybody, I need to generate text files from filtered resources, but I do not want them to be copied to the target/classes folder. The files are C header templates that I want to

Re: How to generate sources from templates

2007-02-28 Thread Jason van Zyl
You probably want to use something like Velocity which is real templating solution. The archetype mechanism uses it and so does the remote resources plugin. You could lift one of those to create your own velocity plugin which would be idea in my mind. jason. On 28 Feb 07, at 8:21 AM 28 Fe

Re: Mojos in languages other than Java

2007-02-24 Thread Jason van Zyl
On 24 Feb 07, at 12:16 PM 24 Feb 07, Eric Redmond wrote: Follow the same guildlines, just with the Groovy projects instead: I'm not sure anyone has actually used the Groovy Component Factory in Plexus. I think Jeff Genender made another infrastructure for writing Groovy plugins. I know P

Re: Mojo accessing project properties

2007-02-22 Thread Jason van Zyl
On 22 Feb 07, at 3:11 PM 22 Feb 07, David Jackman wrote: That works great--the perfect solution for right now as I wait until this fix is available with Maven 2.0.6. Once in JIRA you can watch it and use a snapshot build once it's fixed. Jason. Thanks! ..David.. -Original Message--

Re: Bug in Plexus code -- Maven 2.0.5 not using latest version?

2007-02-22 Thread Jason van Zyl
On 22 Feb 07, at 1:16 PM 22 Feb 07, David Jackman wrote: In researching why project.properties was coming up empty for my plugin, I found that the problem was in Plexus code (plexus-container-default-1.0-alpha-9.jar to be exact). Looking up that project, it seems the latest release is 1.0

Re: HowTo access project version programmatically in application

2007-02-22 Thread Jason van Zyl
On 22 Feb 07, at 11:02 AM 22 Feb 07, Roland Klein wrote: Hi, HowTo access project version programmatically in application? Every JAR created with Maven embeds a properties which you can use to get the version from. This is what we do: http://svn.apache.org/repos/asf/maven/components/tr

Re: Maven1's repo is more up-to-date than Maven2's repo? (missing jars in Maven2's repo)

2007-02-22 Thread Jason van Zyl
On 22 Feb 07, at 12:08 PM 22 Feb 07, Carlos Sanchez wrote: you are talking about a maven 1 plugin. M1 plugins don't work with m2, that's why is not in the maven2 repository They need to be as we're eventually going to serve everything from the m2 repository. So they need to be there. A mod

Re: Surefire 2.3

2007-02-22 Thread Jason van Zyl
On 22 Feb 07, at 11:30 AM 22 Feb 07, Martin Gilday wrote: Hi, Is there any idea yet of when we can expect surefire 2.3 to be released? Brett started looking at Surefire again and hopes to do a release as soon as he can. Looking at JIRA there are still a lot of tasks pending, but also

Re: Maven1's repo is more up-to-date than Maven2's repo? (missing jars in Maven2's repo)

2007-02-22 Thread Jason van Zyl
On 22 Feb 07, at 8:39 AM 22 Feb 07, Eus wrote: Hi Ho! Why the public repository for Maven2 (http://repo1.maven.org/ maven2/) does not contain all jars exists in the public repository for Maven1 (http://repo1.maven.org/maven/)? For example, in the Maven1's repo you can get maven-xdoclet- pl

Re: Do we allow to upload full asembly to maven central?

2007-02-22 Thread Jason van Zyl
People can upload what they like provided they have a POM for it. Jason. On 22 Feb 07, at 2:40 AM 22 Feb 07, Dan Tran wrote: Carlos? :-) any thoughts? Thanks On 2/21/07, Dan Tran <[EMAIL PROTECTED]> wrote: Do we allow to upload full assembies such as those in http://db.apache.org/derby

Re: why maven-2.0.5 not having latest plexus-utils-1.4?

2007-02-21 Thread Jason van Zyl
On 21 Feb 07, at 10:40 AM 21 Feb 07, Dan Tran wrote: I could not find any exising JIRA on this issue, so will create a new one for 2.0.6 however i think JIRA current reject any new issue ( NPE ) The issue is there, I've seen it. jason. Thanks -D On 2/21/07, Jason van Zyl &l

Re: Unable to create JIRA

2007-02-21 Thread Jason van Zyl
On 21 Feb 07, at 10:37 AM 21 Feb 07, Dan Tran wrote: or it is just me. Here is stacktrace when I tried to hit create issue button We're actually waiting on Atlassian for a fix. Our hosting folks Contegix can't really do anything about it. Jason. java.lang.NullPointerException at c

Re: why maven-2.0.5 not having latest plexus-utils-1.4?

2007-02-21 Thread Jason van Zyl
On 21 Feb 07, at 10:18 AM 21 Feb 07, Dan Tran wrote: 2.0.5 still have plexus-utils-1.1. Is it there intentionally? One of the benefit using plexus-util-1.4 is to solve http://jira.codehaus.org/browse/msurefire-49 Make the fix version for the plexus-util issue 2.0.6. I can't remember wha

Re: what's the difference between these two plugins?

2007-02-21 Thread Jason van Zyl
On 21 Feb 07, at 10:08 AM 21 Feb 07, Wayne Fay wrote: Quite a few people are still using M1 in production environments around the world. It would be rather rude to delete old artifacts simply because they are not useful in M2. The fact is that we will eventually only be serving from an m2

Re: Ant Maven Tasks

2007-02-21 Thread Jason van Zyl
On 21 Feb 07, at 2:54 AM 21 Feb 07, Paul King wrote: Hi, I couldn't find any info regarding the status of the ant maven tasks wrt to the 2.0.5 release. Are the ant tasks still at 2.0.4? As already pointed out they will be released separately from Maven itself. They need some love, the An

Re: Eclipse Development with Maven

2007-02-20 Thread Jason van Zyl
Just a follow up. I have contacted the guys who wrote the article and it looks like they want to collaborate so hopefully we will integrate their code so now you're just back to option 1) below :-) Jason. On 20 Feb 07, at 12:08 PM 20 Feb 07, Jason van Zyl wrote: There are two solu

Re: Eclipse Development with Maven

2007-02-20 Thread Jason van Zyl
There are two solutions that currently work: 1) I just checked in yesterday but in the Eclipse Maven Integration we have some tools for headless builds: http://svn.codehaus.org/m2eclipse/tycho/trunk/ It still needs to be documented but there is a small readme and these tools are being used

Re: [M2] Wagon FTP doesn't work in 2.0.5

2007-02-20 Thread Jason van Zyl
Put it in JIRA or we will not remember. Jason. On 20 Feb 07, at 11:20 AM 20 Feb 07, Siegmann Daniel, NY wrote: Nevermind, I missed something when I copied over my settings to the new Maven, so it didn't log in as the correct user. Still, it would be nice if the failure was something a littl

Re: Maven 2.0.5 Released

2007-02-19 Thread Jason van Zyl
s, Dan by Jason van Zyl-2 Feb 14, 2007; 05:39pm On 14 Feb 07, at 5:23 PM 14 Feb 07, Mark Derricutt wrote: On 2/15/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: The Maven team would like to announce the release of Maven 2.0.5. Congrats on the release - I see theres no maven 2.0.5 antli

Re: Accessing the POM classpath from within an Ant based mojo

2007-02-17 Thread Jason van Zyl
On 17 Feb 07, at 4:54 PM 17 Feb 07, Scott Ryan wrote: I am trying to write a very simple Ant based script mojo. I need to define some taskdefs from within the build.xml based on the current classpath defined in the plugin pom. I have seen reference to using the maven.plugin.classpath but

Re: [m2] Making properties accessible in pom.xml

2007-02-17 Thread Jason van Zyl
On 17 Feb 07, at 1:35 PM 17 Feb 07, thuss2 wrote: We're in the process of migrating from Maven 1 to Maven 2 so we'd prefer to leave the actual database connection in a database.properties file and reference those values in the pom. However, as far as I can tell you can only hard code prop

Re: What happened to http://plexus.codehaus.org ??

2007-02-17 Thread Jason van Zyl
Rahul knows and will be fixing it. Jason. On 17 Feb 07, at 12:49 AM 17 Feb 07, Dan Tran wrote: The old beautiful plexus site is gone. What left is a dummy maven site :-) http://plexus.codehaus.org/ checkit out. -D - T

Re: Mojo accessing project properties

2007-02-16 Thread Jason van Zyl
What's the rest of your mojo look like? Are you using @execute phase="something"? Jason. On 16 Feb 07, at 4:43 PM 16 Feb 07, David Jackman wrote: I'm trying to write a mojo that accesses the properties section of the project pom. I declared a member variable like this /** * Project

Re: Configuring LDAP

2007-02-16 Thread Jason van Zyl
On 16 Feb 07, at 5:02 AM 16 Feb 07, David Goemans wrote: Hi, I want to use a LDAP for authorization. I know that Continuum uses Acegi for authorization Continuum does not use Acegi. It uses Plexus Redback for security. Jason. and it is possible to use LDAP with it. But where can I conf

Re: How to deploy sources and javadocs?

2007-02-16 Thread Jason van Zyl
On 16 Feb 07, at 2:47 AM 16 Feb 07, nicolas de loof wrote: Please note this configuration still exist in maven superPom. Simply add "-DperformRelease=true" and you will generate sources and javadoc jar. It will be removed in the first 2.1 alpha release. It should never have been in the

Re: Custom Packaging

2007-02-15 Thread Jason van Zyl
On 15 Feb 07, at 5:25 PM 15 Feb 07, Brandon Goodin wrote: Is it possible to implement your own packaging like the jar? There is a lifecycle associated with making a JAR, which is the default, if you want to stick different things into the JAR then you could make a new lifecycle which is

Re: Custom Packaging

2007-02-15 Thread Jason van Zyl
On 15 Feb 07, at 5:39 PM 15 Feb 07, Mark Derricutt wrote: I was thinking of asking the same thing actually. In our current Ant based build we're unjaring the Apache James .sar file, copying in our own .jar file along with our custom configuration files, and then rejaring the .sar as our o

Re: Trouble adding common resouce files to all jars

2007-02-15 Thread Jason van Zyl
On 15 Feb 07, at 5:05 PM 15 Feb 07, Daniel Kulp wrote: Adam, Thanks, that worked. However, is there a way to override the name of the project that is written to the NOTICES and DISCLAIMER files? Currently each jar file uses its own artifact name (e.g. "Apache UIMA Java Framework Core") when

Re: mvn 2.0.5 release not covered by http://www.apachenews.org/

2007-02-15 Thread Jason van Zyl
On 15 Feb 07, at 2:28 AM 15 Feb 07, Subhash Chandran wrote: I track Apache Foundation project releases using this site: http://www.apachenews.org/ I am surprised not to find the mvn 2.0.5 release mentioned here. Never seen that site before. And don't know who runs it so that's why we've

Re: [m2] maven embedder

2007-02-15 Thread Jason van Zyl
On 15 Feb 07, at 1:32 AM 15 Feb 07, Jochen Wiedmann wrote: On 2/15/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: live. That's where we're planning the official IDE integration for Maven. What about M2Eclipse? What about it? I work on that too and that's what we'

Re: mvn:release using svnkit?

2007-02-15 Thread Jason van Zyl
On 15 Feb 07, at 5:10 AM 15 Feb 07, Mark Derricutt wrote: Hi there, In my continuing experimentation with maven I was just checking out the release plugin and how it worked but got hit with "'svn' is not recognised as an internal or external command" on my windows laptop. I have no subve

Re: How to deploy sources and javadocs?

2007-02-14 Thread Jason van Zyl
do this: mvn clean source:jar javadoc:jar deploy And if you configure that in a profile in a parent POM then you're all set and can just do your standard "mvn deploy" Jason. -Stephen On 2/14/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 14 Feb 07, at 8:17 PM 14 F

Re: Change the final name of the artifact in the repository

2007-02-14 Thread Jason van Zyl
On 14 Feb 07, at 12:19 PM 14 Feb 07, Wayne Fay wrote: As far as I know, this is not possible. It is not, and never will be. If we let you install/deploy with a different name then what Maven understands you could never get it back or refer to it again with Maven. If you just want to copy

Re: [m2] maven embedder

2007-02-14 Thread Jason van Zyl
On 13 Feb 07, at 11:05 PM 13 Feb 07, Dmitry Beransky wrote: Jason, Thanks. That worked great, however I ran into another problem. I'm using embedder to write an IntelliJ IDEA plugin and IDEA insists on using it's own JDOM library. See this discussion for reference: You might want to join

Re: How to deploy sources and javadocs?

2007-02-14 Thread Jason van Zyl
On 14 Feb 07, at 8:17 PM 14 Feb 07, Stephen Duncan wrote: mvn clean deploy -DperformRelease=true I would use the release plugin and not that property because that triggers a profile in the SuperPOM which is going away. That property is only used by the release plugin and the release plu

Re: Maven 2.0.5 Released

2007-02-14 Thread Jason van Zyl
On 14 Feb 07, at 5:23 PM 14 Feb 07, Mark Derricutt wrote: On 2/15/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: The Maven team would like to announce the release of Maven 2.0.5. Congrats on the release - I see theres no maven 2.0.5 antlib listed - still coming or a separate r

Maven 2.0.5 Released

2007-02-14 Thread Jason van Zyl
The Maven team would like to announce the release of Maven 2.0.5. You can find the roadmap for the release here: http://jira.codehaus.org/secure/IssueNavigator.jspa? reset=true&&pid=10500&fixfor=12294&sorter/field=issuekey&sorter/ order=DESC The release notes can be found here: http://maven

Re: Tools for automated deployment of repository artifacts?

2007-02-13 Thread Jason van Zyl
On 9 Feb 07, at 2:31 AM 9 Feb 07, Franz Garsombke wrote: Maven is working beautifully for us...we are building code, packaging, and deploying to our proximity repository server. Does the Maven team know of any tools that are built around getting artifacts from an HTTP URL and then SCPing t

Re: Maven 2.0.5 release plans?

2007-02-13 Thread Jason van Zyl
On 6 Feb 07, at 11:23 AM 6 Feb 07, Thierry Lach wrote: Any idea when Maven 2.0.5 will be released? Tomorrow. Jason. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] maven embedder

2007-02-13 Thread Jason van Zyl
On 13 Feb 07, at 10:32 AM 13 Feb 07, Dmitry Beransky wrote: Hi Franz, I'm looking at the 2.0.4 sources (that's what I'm using) and I see MavenEmbedder.readModel() declaring "throws XmlPullParserException" The folks I'm directly supporting for the embedder are the IDE folks. They are using

Maven Enterprise

2007-01-29 Thread Jason van Zyl
For anyone interested in a Maven solution for the enterprise: http://blogs.maven.org/jvanzyl/2007/01/29/1170060540361.html Jason. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ANN] Maven Deploy Plugin 2.3 Released

2006-12-29 Thread Jason van Zyl
The Maven team is pleased to annonunce the release of the Maven Deploy Plugin, version 2.3. http://maven.apache.org/plugins/maven-deploy-plugin/ You can run mvn -U to get the latest version of the plugin. http://jira.codehaus.org/secure/IssueNavigator.jspa? reset=true&pid=11131&fixfor=12427

[ANN] Maven WAR Plugin 2.0.2 Released

2006-12-29 Thread Jason van Zyl
The Maven team is pleased to annonunce the release of the Maven War Plugin, version 2.0.2. http://maven.apache.org/plugins/maven-war-plugin/ You can run mvn -U to get the latest version of the plugin. Changes: http://jira.codehaus.org/secure/IssueNavigator.jspa? reset=true&pid=11150&fixfor=

[ANN] Maven EAR Plugin 2.3 Released

2006-12-29 Thread Jason van Zyl
The Maven team is pleased to annonunce the release of the Maven EAR Plugin, version 2.3. http://maven.apache.org/plugins/maven-ear-plugin/ You can run mvn -U to get the latest version of the plugin. - The Maven Team - To uns

Re: using Maven SCM with Perforce

2006-12-11 Thread Jason van Zyl
Try the user lists, I don't actually have Perforce installed anywhere so I can't test anything for you. Best bet is to get help from a Maven/Perforce user. I am trying to get a set of machines installed that have all the SCMs but currently I don't. Jason. On 11 Dec 06, at 1:29 PM 11 Dec

Re: Surefire and TestNG

2006-12-01 Thread Jason van Zyl
On 14 Nov 06, at 10:11 AM 14 Nov 06, Christopher Maki wrote: Hi I seem to be having a problem with TestNG 5.1 and the Surefire plugin (either 2.3-SNAPSHOT or 2.2). When using Surefire 2.3- SNAPSHOT I get this error when I try to run my tests: Kenney is working another release of the su

Re: Ant Mojo: How to use echoproperties (optional task)

2006-10-12 Thread Jason van Zyl
an example but I will try to put something together. If you don't need the resource unpacking then this can probably work in 2.0.4 but I haven't tested it yet. Jason. -Gisbert Jason van Zyl wrote: Just to be clear an Ant-based Mojo is not the same thing as using the Ant Run plugin

Re: [M2]Creating a companywide POM

2006-10-12 Thread Jason van Zyl
On 12 Oct 06, at 2:21 AM 12 Oct 06, Sebastian Krebs wrote: Hello, I've got the following question. I want to create a companywide Parent-pom.xml with all of those parameters and settings I will need in each project. e.g.: ... How can I inherit from my CompanyPOM?

Re: Executin a plugin goal from another plugin

2006-10-12 Thread Jason van Zyl
On 19 Sep 06, at 2:20 AM 19 Sep 06, Mikko wrote: Hi, Is there a way to run another plugin goal from my own plugin by using the @execute goal="" tag in my plugin. I would like to be able to run the assembly:assembly goal from my plugin. When I use @execute goal="assembly:assembly", the buil

Re: JPOX and Maven2

2006-10-12 Thread Jason van Zyl
You can look at Continuum for an example: http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-model/ pom.xml Thanks, Jason. On 12 Oct 06, at 3:42 AM 12 Oct 06, Aleksei Valikov wrote: Hi folks, Does anyone use JPOX with Maven2? Which enhancer plugin do you use? Bye. /lexi --

Re: RepositoryController: Item not found on URI - deploy to Proximity

2006-10-11 Thread Jason van Zyl
Hi, This is not the proximity users list. If you have questions about proximity you should use those lists. Thanks, Jason. On 11 Oct 06, at 9:02 PM 11 Oct 06, Tamás Cservenák wrote: Hello János, proximity RC4.2 does not support DAV deployment... You should share your proximity storage

Re: [m1/2] New Lirbrary in Maven Central Repo for Date Calculations

2006-10-10 Thread Jason van Zyl
uncement mail would swamp this list. Jason. Once again, our mistake. Benoit Jason van Zyl-2 wrote: On 10 Oct 06, at 1:33 PM 10 Oct 06, Jason van Zyl wrote: Do not announce products going into the central repository. This is not a free advertising forum. It's a total abuse of t

Re: Are the parameters in settings.xml suppose to override filter.properties?

2006-10-10 Thread Jason van Zyl
On 10 Oct 06, at 11:15 AM 10 Oct 06, Mick Knutson wrote: Are the parameters in settings.xml suppose to override filter.properties? No. The resources plugin doesn't know about settings.xml. I assume you're talking about the resources plugin. Raise an issue in the resources plugin in JIR

Re: [m1/2] New Lirbrary in Maven Central Repo for Date Calculations

2006-10-10 Thread Jason van Zyl
On 10 Oct 06, at 1:33 PM 10 Oct 06, Jason van Zyl wrote: Do not announce products going into the central repository. This is not a free advertising forum. It's a total abuse of this list. Projects or products. Doesn't matter if it's open source or not. Jason. On 10 Oct

Re: Ant Mojo: How to use echoproperties (optional task)

2006-10-10 Thread Jason van Zyl
Just to be clear an Ant-based Mojo is not the same thing as using the Ant Run plugin. I have just merged the underlying utilities for the Ant Run plugin and the Ant-based Mojos. Prior to yesterday Ant-based mojos were not very useful as there was no way to get hold of the various classpaths

Re: [m1/2] New Lirbrary in Maven Central Repo for Date Calculations

2006-10-10 Thread Jason van Zyl
Do not announce products going into the central repository. This is not a free advertising forum. It's a total abuse of this list. Jason. On 10 Oct 06, at 8:35 AM 10 Oct 06, Benoitx wrote: ObjectLab is pleased to announce the release 1.0.1 in Maven Repository of Objectlab Kit for Java 1.

Maven's new central repository

2006-10-04 Thread Jason van Zyl
Hi, Just to let users know that we are trying to improve Maven's infrastructure to try and provide a better user experience: http://blogs.maven.org/jvanzyl/2006/10/04/116391397.html Thanks, Jason. - To unsubscribe, e

Re: is www.maven.org associated with maven?

2006-09-13 Thread Jason van Zyl
's address. Just a hint for making the web usability of the maven site a bit better, hopefully somebody in charge is reading this... Henning - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Continuum 1.1

2006-09-11 Thread Jason van Zyl
m-plexus-application\target\plexus-test-runtime $ .\bin\plexus.bat -- -Gautham Pamu -- I could give you my word as a Spaniard. No good. I've known too many Spaniards. -- The Princess Bride Jason van Zyl [EMAIL PROTECTED]

Re: [ANN] JAR Plugin v 2.1 Released

2006-09-04 Thread Jason van Zyl
owse/ MJAR-57 Ok, if this is a regression I'll go looking and add a test ... grr. -- Wendy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Jason van Zyl

Re: [POLL] Why switch to Maven?

2006-09-04 Thread Jason van Zyl
easily. The documentation will take a more organized effort but we are trying to improve the situation. Thanks, Jason van Zyl [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ANN] JAR Plugin v 2.1 Released

2006-08-31 Thread Jason van Zyl
Hi, The JAR Plugin v 2.1 has been released! You can see the issues that have been closed out here: http://jira.codehaus.org/secure/IssueNavigator.jspa? reset=true&pid=11137&fixfor=12241 All the necessary files have now been synced to ibiblio: http://www.ibiblio.org/maven2/org/apache/maven

JUG in Europe

2006-05-29 Thread Jason van Zyl
ct me privately to set something up. Jason van Zyl [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Ad Hoc Maven BOF at JavaOne

2006-05-10 Thread Jason van Zyl
Not certain time yet, but a few people are trying to get some space together. Worst case scenerio is that we work something out when we're all there. jason. On 10 May 06, at 8:49 PM 10 May 06, Wendy Smoak wrote: On 5/10/06, Jason van Zyl <[EMAIL PROTECTED]> wrote: If any Mave

Ad Hoc Maven BOF at JavaOne

2006-05-10 Thread Jason van Zyl
n/archives/ 001367_maven_at_javaone.html Jason van Zyl [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: best practices for setting up a stable build process?

2006-04-11 Thread Jason van Zyl
;ll try to whack that in later tonight. mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org Our achievements

Re: [m2.0.3] Embedder - setAlignWithUser ignored

2006-03-31 Thread Jason van Zyl
f this e-mail is prohibited. Thank you for your compliance. -- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org A man enjoys his work when he understands the whole and when he i

Re: [m2.0.3] Embedder - setAlignWithUser ignored

2006-03-30 Thread Jason van Zyl
other use of this e-mail is prohibited. Thank you for your compliance. -- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van

Big thanks to Wayne Fay!

2006-03-30 Thread Jason van Zyl
I just have to say wow at Wayne Fay's effort on the user's list. Double wow. I don't think I've ever seen a user help other users so much, it's quite incredible. Thanks so much for your effort! -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org y

[ann] maven-one-plugin 1.0

2006-02-14 Thread Jason van Zyl
Hi, Without much ado here's the maven-one-plugin. If we need to do anything else we can do a 1.1. It was holding up the XBean release and the plugin was made for them so they are more then likely going to find the issues. +1: John, Brett, Arnaud, Emmanuel, Jason -- jvz. Jason va

Re: [m2] Forking with Surefire

2006-02-01 Thread Jason van Zyl
This also appears to make no different. Looking at the code for the plugin in Subversion for surefire it does appear it supports forking and this is the way to turn in on. Am I doing something wrong to make it use the plugin? Has anyone got any ideas of how to get round this issue? Thanks Ben

Re: How to install/use a third-party archetype?

2006-01-30 Thread Jason van Zyl
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org A party which is not afraid of letting cultur

Re: [m2] WOW! release:prepare is AWESOME

2006-01-29 Thread Jason van Zyl
27;t want to have to do them by hand now. Regards, _ Arik Kfir [EMAIL PROTECTED] -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org Simplex sigillu

Re: [m2] Hibernate3 SchemaExportTask

2006-01-28 Thread Jason van Zyl
ction with the ant tasks that you are used to. I'd encourage you to give feedback to get the hib3 plugin working but use the antrun plugin if you have to: http://maven.apache.org/plugins/maven-antrun-plugin/ -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org A man enj

Re: Adding generated source to jxr report

2006-01-28 Thread Jason van Zyl
up are the MavenProject.getCompileSourceRoots What plugin are you using to generate sources? The plugin has to add them to the compile source roots and then JXR should be picking them up. Thanks. -- Lee Meador Sent from gmail. My real email address is [EMAIL PROTECTED] -- jvz. Jason van Zyl jason at

Re: Possibility to define central mirror on command line ?

2006-01-27 Thread Jason van Zyl
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org happiness is like a butterfly: the more you chase it, the more it will elude you, but if you turn your attention to other thing

Re: [m2] Issue MEJB-2 reported - How do i apply the patch or when will the fix be released ?

2006-01-27 Thread Jason van Zyl
attached to this e-mail message. -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org believe nothing, no matter where you read it, or who has said it, not even if i have said it, unless it agrees with your own reason and your own common sense. -- Buddha

<    1   2   3   4   5   6   7   8   9   10   >