Re: Can Maven POM be named as POM.XML

2010-04-13 Thread Eric Chatellier
Le 13/04/2010 14:29, Garin Yan a écrit : > Hi Amaresh, > > The name of the POM is case-insensitive. So you can name the POM file as > pom.xml, POM.XML or pOm.xMl. > Maybe on Windows, but it's not working on unix systems. $ mv pom.xml POM.xml $ mvn clean install [INFO] Scanning for projects... [

Re: Release plugin 2.0 and gpg plugin 1.0 - passphrase prompting fails

2010-03-24 Thread Eric Chatellier
Le 23/03/2010 21:44, Kathryn Huxtable a écrit : > My POM is set up exactly as desired by Sonatype for releasing to their OSSRH > repository, described in > > http://nexus.sonatype.org/oss-repository-hosting.html > > except that I'm using version 2.0 of the release plugin and 1.0 of the gpg

Re: maven.build.timestamp Not Interpolated

2010-02-11 Thread Eric Chatellier
> Thanks for the prompt response, Eric. I added the following to my pom: > > > ${maven.build.timestamp} > > It is now one of several properties, but it still isn't being referenced > for me in my config file. I am using Maven 2.2.1. > > All other properties are interpolated correctly. I am sure I

Re: maven.build.timestamp Not Interpolated

2010-02-11 Thread Eric Chatellier
> The subject pretty much says it all. I have included this property in a > config file, but it isn't being interpolated. Do I need a special plugin > to have this value be recognized? Or if this is dated, how can I get the > timestamp for the build? Hi, There is an open bug report about this pr