Re: SNAPSHOT handling not working??

2006-06-29 Thread Claus Myglegaard Vagner
Forgot to mention that I of course use the always setting for the repository. Regards Claus > Hi, > > I'm having problems getting maven2 to update/download the latest snapshot > version from a remote repository. > > The snapshot version is deployed with maven and I can see that the > metadata i

SNAPSHOT handling not working??

2006-06-29 Thread Claus Myglegaard Vagner
Hi, I'm having problems getting maven2 to update/download the latest snapshot version from a remote repository. The snapshot version is deployed with maven and I can see that the metadata information (with buildnummer etc.) is downloaded but the jar itself is not!! It this a bug with version 2.0

properties in assembly descriptor.xml?

2006-06-20 Thread Claus Myglegaard Vagner
Hi, I have serveral assembly descriptor files. Is it possible to get properties (from pom,settings,filters) available in the assembly descriptor files? This would be useful for avoiding to much duplication in the descriptor files. Regards Claus -

Re: Problem with filtering of property files

2006-06-05 Thread Claus Myglegaard Vagner
erver.home)/deploy, which is always local -Max Claus Myglegaard Vagner wrote: Hi, I have a problem filtering property files (using maven 2.0.4): Setup: ... planb src/java src/test ${basedir}/context.properties

Re: Problem with filtering of property files

2006-06-05 Thread Claus Myglegaard Vagner
this: context.xml version.properties To this: context.xml **/version.properties kris bravo * Clarify Development * office: 678.893.1288 * mobile: 678.296.8723 -Original Message- From: Claus Myglegaard Vagner [mailto:[EMAIL PROTECTED]

Problem with filtering of property files

2006-06-02 Thread Claus Myglegaard Vagner
Hi, I have a problem filtering property files (using maven 2.0.4): Setup: ... planb src/java src/test ${basedir}/context.properties ${basedir}/src/conf true cont