Hi,

What is the syntax to use from inside a pom.xml file to retrieve the
value of the system date on Windows XP?

I need to update the following parameter with the Build-date value. I
tried ${env.date} but it did not work?

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <configuration>
                    <archive>
                        <manifestEntries>
                            <Built-By>xyz, Inc.</Built-By>
                            <Build-date>?????</Build-date>
                        </manifestEntries>
                    </archive>
                </configuration>
            </plugin>

 Thanks,

  Sameh
This email and any files transmitted with it are confidential, proprietary
and intended solely for the individual or entity to whom they are addressed.
If you have received this email in error please delete it immediately.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to