You can achieve this very easily by using the maven-ant-plugin combined
with the echoproperties Ant task
(http://ant.apache.org/manual/Tasks/echoproperties.html).
Cheers,
Guillaume
Le 3/01/2012 17:22, David Hoffer a écrit :
How can I get project variables/properties exported to property file?
Am 03.01.2012 17:22 schrieb "David Hoffer" :
>
> How can I get project variables/properties exported to property file?
What are you going to do with these properties files?
Depending on your use case, there might be quite easy solutions for you,
without putting a lot of properties into files.
A
Hi,
if you create a site and using the project-info-report-plugin will show
a page with the information about the source repository
which contains exactly the information about the area...
http://maven.apache.org/plugins/maven-project-info-reports-plugin/
Example of this:
http://maven.apa
How can I get project variables/properties exported to property file?
I'm using properties-maven-plugin and it's good but it only reports
things I have explicitly created as properties in my project. I need
to also get a report on things that maven already defined such as:
scm:svn:https:/