explicit instantiation strategy

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162621 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-03-22 18:13:59 +00:00
parent b14d2bfd78
commit 7344c8b0c0
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<plugin>
<id>jar</id>
<implementation>org.apache.maven.plugin.JarPlugin</implementation>
<instantiation-strategy>singleton</instantiation-strategy>
<instantiation-strategy>per-lookup</instantiation-strategy>
<mode>field</mode>
<goals>
<goal>

View File

@ -1,6 +1,7 @@
<plugin>
<id>surefire</id>
<implementation>org.apache.maven.test.SurefirePlugin</implementation>
<instantiation-strategy>singleton</instantiation-strategy>
<mode>singleton</mode>
<goals>
<goal>
@ -37,4 +38,4 @@
</method>
</goal>
</goals>
</plugin>
</plugin>