I need something like that. When Maven checks the pom.xml if it sees
variables it gets their value. I need something like that:

String version = something.getProperty("project.version") // to get
${project.version}
String revision = something.getProperty("svn.revision.number") // to get
${svn.revision.number}

Does it can be done via a custom filter?



--
View this message in context: 
http://maven.40175.n5.nabble.com/Reading-Variables-From-a-Properties-File-Without-Creating-An-Ouptut-File-tp5746409p5746431.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to