mirror of https://github.com/apache/maven.git
o a little plugin configuration guide
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@295133 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
940c726413
commit
789ed8ff73
|
@ -0,0 +1,27 @@
|
|||
------
|
||||
Guide to Configuring Plug-ins
|
||||
------
|
||||
Jason van Zyl
|
||||
------
|
||||
12 October 2005
|
||||
------
|
||||
|
||||
+----+
|
||||
<project>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<configuration>
|
||||
<options>
|
||||
<option implementation="java.lang.String>one</option>
|
||||
<option implementation="java.lang.String>two</option>
|
||||
<option implementation="java.lang.String>three</option>
|
||||
</options>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
||||
+----+
|
Loading…
Reference in New Issue