mirror of https://github.com/apache/maven.git
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:
parent
b14d2bfd78
commit
7344c8b0c0
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue