mirror of https://github.com/apache/maven.git
o the way this plugin is code is like an Ant task, so we need a per-lookup
instantiation strategy. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162612 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f93b7e7059
commit
1a697b0b16
|
@ -1,6 +1,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<id>compiler</id>
|
<id>compiler</id>
|
||||||
<implementation>org.apache.maven.plugin.CompilerPlugin</implementation>
|
<implementation>org.apache.maven.plugin.CompilerPlugin</implementation>
|
||||||
|
<instantiation-strategy>per-lookup</instantiation-strategy>
|
||||||
<requirements>
|
<requirements>
|
||||||
<requirement>
|
<requirement>
|
||||||
<role>org.codehaus.plexus.compiler.Compiler</role>
|
<role>org.codehaus.plexus.compiler.Compiler</role>
|
||||||
|
|
Loading…
Reference in New Issue