You can use System properties. However, you don't need to use file.seperator... you can just use forward slash for paths.
Eric On 8/24/06, Jimisola Laursen <[EMAIL PROTECTED]> wrote:
Hi! Been reading through the documentation on maven.apache.org and the book, but I can't find any information on if it is possible to use Java System Properties such as file.separator, user.name and more ( http://java.sun.com/j2se/1.4.2/docs/api/java/lang/System.html#getProperties() ) in pom.xml? I have a problem with file separators because we use both Linux and Windows when developing and it therefore looks as I if I need to use ${file.separator} in our common POM. Regards, Jimisola -- View this message in context: http://www.nabble.com/Using-Java-System-Properties-in-pom.xml-tf2161474.html#a5973537 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Eric Redmond http://codehaus.org/~eredmond
