RE: Maven Meetup @ Sonatype on March 19th & 20th

2009-03-12 Thread Brian E. Fox
As an addendum to the meetup, we're also going to conduct a keysigning party. For more information about a key signing party, take a look at these excellent documents for how the ApacheCon party runs: http://wiki.apache.org/apachecon/PgpKeySigning Note, that this requires a tiny bit of preparation

Templatizing module names with archetype-metadata.xml?

2009-03-12 Thread Derek Chen-Becker
Is it possible to use velocity templating within archetype-metadata.xml? I'm looking at doing an archetype with models and I'd like to have the modules named ${artifactId}-web, ${artifactId}-spa, etc. Thanks, Derek - To unsubscr

[jira] Subscription: Design & Best Practices

2009-03-12 Thread jira
Issue Subscription Filter: Design & Best Practices (28 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques

RE: Is this the place for archetype questions?

2009-03-12 Thread Brian E. Fox
If it's about developing archetypes, otherwise the user list will have quicker responses. -Original Message- From: Derek Chen-Becker [mailto:j...@chen-becker.org] Sent: Thursday, March 12, 2009 4:38 PM To: dev@maven.apache.org Subject: Is this the place for archetype questions? I have a

Re: [VOTE] Release Maven WAR plugin version 2.1-beta-1

2009-03-12 Thread Brett Porter
I just started getting that error yesterday, thanks for pointing out the fix Jörg. If it's that simple I'd encourage including it in the release. Cheers, Brett On 13/03/2009, at 10:24 AM, Jörg Schaible wrote: -1, non-binding Please upgrade to XStream 1.3.1 first. XStream 1.2.2 contained a

Re: [VOTE] Release Maven WAR plugin version 2.1-beta-1

2009-03-12 Thread Dennis Lundberg
I saw in one of the issues that it would be good to upgrade, but the newest version of XStream I could find in the central repo was 1.2.2 at: http://repo1.maven.org/maven2/xstream/xstream/ Is there a newer version somewhere else? Jörg Schaible wrote: > -1, non-binding > > Please upgrade to XStr

Is this the place for archetype questions?

2009-03-12 Thread Derek Chen-Becker
I have a few questions about archetypes but I wasn't sure if this is the best place to ask them or if there's a better list. Apologies in advance if this is the wrong place. Derek - To unsubscribe, e-mail: dev-unsubscr...@maven.a

Re: [VOTE] Release Maven WAR plugin version 2.1-beta-1

2009-03-12 Thread Jörg Schaible
-1, non-binding Please upgrade to XStream 1.3.1 first. XStream 1.2.2 contained a memory leak in its StringConverter and XSteam 1.3 contains a bug in its class type cache, that might raise a ClassNotFoundException under low memory conditions. - Jörg Dennis Lundberg wrote: > Hi, > > We solved 11

[VOTE] Release Maven WAR plugin version 2.1-beta-1

2009-03-12 Thread Dennis Lundberg
Hi, We solved 11 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11150&styleName=Html&version=12616 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11150&status=1 Staging repo: https://repository.apache.org/co

ask to release maven-compiler 2.1-SN

2009-03-12 Thread Oleg Gusakov
I would like to release maven-compiler-2.1-SNAPSHOT plugin - need to release a project, requiring changes http://jira.codehaus.org/browse/MCOMPILER-83 If there are no objections/show stoppers, I will proceed tomorrow. Thanks, Oleg --

Re: [PLEASE TEST] Maven 2.1.0-RC2

2009-03-12 Thread Dan Tran
done it is at https://jira.codehaus.org/browse/MNG-4084 On Thu, Mar 12, 2009 at 2:39 PM, John Casey wrote: > Dan, can you please file this in jira, and I'll try to take a look at it > tomorrow. > > Thanks, > > -john > > Dan Tran wrote: >> >> correct, my db2 profile is at root pom and I run my mv

Re: [PLEASE TEST] Maven 2.1.0-RC2

2009-03-12 Thread John Casey
Dan, can you please file this in jira, and I'll try to take a look at it tomorrow. Thanks, -john Dan Tran wrote: correct, my db2 profile is at root pom and I run my mvn command with db2 profile at a sub pom -D On Thu, Mar 12, 2009 at 4:27 AM, Torben S. Giesselmann wrote: My build shows a

Unable to enable editing on the POM(Maven-ClearCase- Linux)

2009-03-12 Thread efcjunior
I have a problem when I run the command line in linux environment: mvn release:prepare -Dusername=build.bsabkr -Dpassword=12345678 error: [ERROR] BUILD FAILURE [INFO] [INFO] Unable to enable editing on the POM Provider mes

Re: Unable to enable editing on the POM(Linux)

2009-03-12 Thread efcjunior
? efcjunior wrote: > > I have a problem when I run the command line in linux environment: > > mvn release:prepare -Dusername=build.bsabkr -Dpassword=12345678 > > error: > > [build.bsa...@srvwebftngrlbuild Implementacao]$ mvn -e release:prepare > -Dusername=build.bsabkr -Dpassword=1234567

RE: Maven Meetup @ Sonatype on March 19th & 20th

2009-03-12 Thread Jason Chaffee
Hi Jason, I saw the "Maven 3.0: The Maven you will love" write-up and it is very good to see that many of the issues we discussed recently are going to be addressed in Maven 3.0. I think you already know where I stand on the Guice vs. plexus thing. I have one question and one suggestion. My

RE: [Maven Deploy Plugin] Add consistency check when specifying POM file and mojo parameters

2009-03-12 Thread Brian E. Fox
You could use the Nexus UI to upload it directly, or if you need to automate you could use the REST api. -Original Message- From: Olivier Billard [mailto:olivier.bill...@gmail.com] Sent: Thursday, March 12, 2009 7:57 AM To: dev@maven.apache.org Subject: [Maven Deploy Plugin] Add consisten

Re: [PLEASE TEST] Maven 2.1.0-RC2

2009-03-12 Thread Dan Tran
correct, my db2 profile is at root pom and I run my mvn command with db2 profile at a sub pom -D On Thu, Mar 12, 2009 at 4:27 AM, Torben S. Giesselmann wrote: >> My build shows a WARNING on a profile not activated even thou the >> profile I specified on command actual did run >> >> C:\dev\fortid

[Maven Deploy Plugin] Add consistency check when specifying POM file and mojo parameters

2009-03-12 Thread Olivier Billard
Hi all, I would like to propose an enhancement to the maven deploy plugin, specifically the deploy-file mojo, and to propose a contribution. Please tell me if this could be interesting for the community. Among other tasks, my team manages the corporate repository manager (Nexus), and the deploym

Re: [PLEASE TEST] Maven 2.1.0-RC2

2009-03-12 Thread Torben S. Giesselmann
My build shows a WARNING on a profile not activated even thou the profile I specified on command actual did run C:\dev\fortidb\3.2-dev\fdb-java\fdb-config>mvn test -Pdb2 [INFO] Scanning for projects... [WARNING] Profile with id: 'db2' has not been activated. Could be related to MNG-3641

Re: [PLEASE TEST] Maven 2.1.0-RC2

2009-03-12 Thread Olivier Lamy
Hi, Great this fix the issue with gwt-maven-plugin build. Thanks ! -- Olivier 2009/3/12 John Casey : > Hi again, > > I've corrected the four or five issues that popped up in the last couple > days. The new RC is here: > > http://tinyurl.com/maven-2-1-0-RC2 > (https://repository.apache.org/content/

Re: How to set build properties from a Mojo

2009-03-12 Thread Paul
Thomas, > Depending on what you need, this is not entirely trivial. If you just want > to set property 'foo' to value 'bar', then the approach below is just fine. > But say you have a property 'baz' in your pom like this: > >xx${foo}xx > > > And you want 'baz' to evaluate to 'xxbarxx', then

[result] Re: [vote] promote pdf plugin

2009-03-12 Thread Lukas Theussl
This vote passed with 12 x +1 and no objections. Thanks! -Lukas Lukas Theussl wrote: Hi, With Doxia 1.1 released, I'd like to promote the pdf plugin out of the sandbox so we can release it. Snapshot is deployed: https://repository.apache.org/content/repositories/snapshots/org/apache/mave

Re: Maven Meetup @ Sonatype on March 19th & 20th

2009-03-12 Thread Jason van Zyl
On 11-Mar-09, at 11:00 PM, Rahul Thakur wrote: Hi Jason, Any chance if these session recordings will be available to the wider community after EclipseCon, ApacheCon? They'll all be publicly available. Thanks, Rahul On 12/03/2009 10:34 a.m., Jason van Zyl wrote: Hi, For those intere