Re: roll-up installer

2008-05-16 Thread Eric White
, and then a profile to flip to the latest for testing (either using the method above, or just coding in the relevant snapshot values). I'd probably use that profile in a regular CI build. HTH, Brett 2008/5/16 Eric White [EMAIL PROTECTED]: Hi, I'm a little stumped. I have a project

roll-up installer

2008-05-15 Thread Eric White
Hi, I'm a little stumped. I have a project that collates several installable artifacts(components) into one easy to distribute installer(roll-up installer). The project I inherited actually grabs these components from the directory path when it runs NSIS to build the installer. This bothers

classpath property

2008-04-15 Thread Eric White
Is there a plain old maven property equivalent to the antrun maven.runtime.classpath reference? I need to filter some resources I'm adding to an assembly, and really don't want to take the long way around with antrun if I can get there directly. Thanks! -- View this message in context:

Maven 1.0.2 Snapshots

2006-06-01 Thread Eric White
I'm trying to get snapshots working with maven 1.0.2. They only seem to work if my pom has currentVersionSNAPSHOT/currentVersion and my dependent project has the appropriate dependency with versionSNAPSHOT/version. They don't work if currentVersion is 1.0-SNAPSHOT and version is 1.0-SNAPSHOT.

Re: Maven 1.0.2 Snapshots

2006-06-01 Thread Eric White
to note that the maven 1.x documentation seems to be accurate for the 1.1 beta not the 1.0.2 release. On 6/1/06, Eric White [EMAIL PROTECTED] wrote: I'm trying to get snapshots working with maven 1.0.2. They only seem to work if my pom has currentVersionSNAPSHOT/currentVersion and my dependent project

Legacy repository snapshot deploy

2006-05-17 Thread Eric White
I'm starting to migrate my maven1 projects over to maven2. I need to publish snapshot artifacts to a maven1 repository from a maven 2 build. I have my repo set up in legacy mode, and the artifact publishes and converts the snapshot to a date encoded version number just like it's supposed to.

no deploy plugin

2004-09-28 Thread Eric White
How is one to copy dependency jars now that the maven-deploy-plugin is no more. BTW, The manual still says: Using the deploy:copy-deps tag you can easily place your project's dependency JARs where you wish. If you wish to exclude certain dependency JARs you can provide a list of dependency ids

RE: Maven and Web Service ???

2004-09-14 Thread Eric White
/ant:java /goal -Original Message- From: Eric White [mailto:[EMAIL PROTECTED] Sent: Monday, September 13, 2004 11:33 AM To: Maven Users List Subject: RE: Maven and Web Service ??? Has anyone had success with maven and wscompile/wsdeploy? I keep getting NPE's. -E -Original

RE: Maven and Web Service ???

2004-09-13 Thread Eric White
Has anyone had success with maven and wscompile/wsdeploy? I keep getting NPE's. -E -Original Message- From: Ewan Harrow [mailto:[EMAIL PROTECTED] Sent: Thursday, April 29, 2004 7:09 AM To: [EMAIL PROTECTED] Subject: Re: Maven and Web Service ??? Not the samples but I have tried to use