Edwin,

Thanks. This is mostly what I know, too, that these are the three sources from where properties are set. I didn't know though that there is a pattern to the names of the property in relation to its path in the pom xml file. For example, you point out that project.build.outputdirectory comes from <project>...<build>...<outputdirectory>...... This I didn't know, and will look into it.

Thanks,
John


Edwin Punzalan wrote:


Hi,

m2 collects these "expressions" from several sources. To start, this is some of what I know:

1) System environment properties

2) pom.xml -> expressions here are somewhat bean based. For example, to get the value for the output directory in your pom.xml, you use ${project.build.outputDirectory}, which is a direct pattern from pom.xml's <project> <build> <outputDirectory>.

3) -D command parameters, (may also come from MAVEN_OPTS environment variable)




John Franey wrote:

I've looked and searched, but came up empty.

Is there a maven 2 system property dictionary somewhere? Thanks,
John





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

Reply via email to