* Issue #6224 make jspc mojo maven threadsafe Signed-off-by: olivier lamy <oliver.lamy@gmail.com> * restore previous behaviour Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
8d46d3fc8f
commit
04e5c4e077
|
@ -65,7 +65,8 @@ import org.eclipse.jetty.util.resource.Resource;
|
|||
* </p>
|
||||
* Runs jspc compiler to produce .java and .class files
|
||||
*/
|
||||
@Mojo(name = "jspc", defaultPhase = LifecyclePhase.PROCESS_CLASSES, requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME)
|
||||
@Mojo(name = "jspc", defaultPhase = LifecyclePhase.PROCESS_CLASSES, requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME,
|
||||
threadSafe = true)
|
||||
public class JspcMojo extends AbstractMojo
|
||||
{
|
||||
public static final String END_OF_WEBAPP = "</web-app>";
|
||||
|
|
Loading…
Reference in New Issue