Re: Maven and Properties

2010-03-01 Thread yodee
Its okay. We have development environment always called as main. If this is successful we will roll out this to other versions where we will call it out as 1.0, 2.0, etc... Wayne Fay wrote:      code.versionmain/code.version version${code.version}/version If you're seriously using a

Re: Maven and Properties

2010-03-01 Thread yodee
Ok. Thanks for the information. Stephen Connolly-2 wrote: OK, I think you need to rethink your artifact versioning... especially w.r.t. how maven treats non-SNAPSHOT versions On 1 March 2010 10:02, yodee mmu...@yodlee.com wrote: Its okay. We have development environment always

Maven and Properties

2010-02-28 Thread yodee
Hi, I have few properties defined in my settings.xml. I’m refering it in my POM’s while compiling my code. However when I does the “mvn install” it installs the artifact properly into my repository and it also installs the POM into it. However the resulting POM in my repository is not having the