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...
[
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
> 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
> 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