mirror of https://github.com/apache/maven.git
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:
parent
4ed16ee07f
commit
637a4df7f3
|
@ -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?
|
How do I get the list of artifacts within my plugin?
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
+----+
|
Loading…
Reference in New Issue