o stub for guide on built in properties

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@312947 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2005-10-11 19:57:59 +00:00
parent 4ed16ee07f
commit 637a4df7f3
2 changed files with 19 additions and 15 deletions

View File

@ -32,21 +32,6 @@ the <project> element. So:
+----+
* Guide to system properties
System vars are accessed implicitly in m2...try:
+----+
<configuration>
<debug>${build.debug}</debug>
<source>${build.jdk}</source>
<target>${build.jdk}</target>
</configuration>
+----+
==
How do I get the list of artifacts within my plugin?

View File

@ -0,0 +1,19 @@
------
Guide to built in properties
------
Jason van Zyl
------
12 October 2005
------
Guide to built in properties
+----+
<configuration>
<debug>${build.debug}</debug>
<source>${build.jdk}</source>
<target>${build.jdk}</target>
</configuration>
+----+