Re: problem using snapshots in JAR override

2004-07-23 Thread Craig S . Cottingham
On Jul 23, 2004, at 04:51, Maczka Michal wrote: In m2 we have already one single install goal which is "smart" enough to check project's type and version . It means that soon you will be able to do: maven install and this will do what (depending of the context) what jar:install, jar:install-snaps

RE: problem using snapshots in JAR override

2004-07-23 Thread Carlos Sanchez
> > > > > -Original Message- > From: Carlos Sanchez [mailto:[EMAIL PROTECTED] > Sent: Friday, July 23, 2004 11:38 AM > To: 'Maven Users List' > Subject: RE: problem using snapshots in JAR override > > > Hi, > > You must specify t

RE: problem using snapshots in JAR override

2004-07-23 Thread Maczka Michal
L PROTECTED]' > Subject: problem using snapshots in JAR override > > > > Hello, > > In our organization we want to use snapshot versions of > some of our libraries, during developing. > Normally, this would be done by stating the version number > for the libra

RE: problem using snapshots in JAR override

2004-07-23 Thread Marcel Vehof
Users List' Subject: RE: problem using snapshots in JAR override Hi, You must specify the full name of the file maven.jar.mylibrary=path_to_file/mylibrary-SNAPSHOT.jar This is designed to use different file names, what you're doing using different versions is a *very bad* idea. Regar

RE: problem using snapshots in JAR override

2004-07-23 Thread Carlos Sanchez
http://oness.sourceforge.net > -Original Message- > From: Marcel Vehof [mailto:[EMAIL PROTECTED] > Sent: Friday, July 23, 2004 10:45 AM > To: '[EMAIL PROTECTED]' > Subject: problem using snapshots in JAR override > > > Hello, > > In our organization we wa

problem using snapshots in JAR override

2004-07-23 Thread Marcel Vehof
Hello, In our organization we want to use snapshot versions of some of our libraries, during developing. Normally, this would be done by stating the version number for the library as SNAPSHOT in project.xml But this practice is not allowed by our build managers, they only want references to off