com.opitzconsulting.orcas.maven.OrcasCompileAllInvalidIfReplaceablesExists Maven / Gradle / Ivy
package com.opitzconsulting.orcas.maven;
import org.apache.maven.plugins.annotations.Mojo;
/**
* Specialized version of compileAllInvalid which is only executed if replaceabels folder exists.
*/
@Mojo( name = "compileAllInvalidIfReplaceablesExists" )
public class OrcasCompileAllInvalidIfReplaceablesExists extends OrcasCompileAllInvalid
{
@Override
protected boolean isRunOnlyIfReplaceablesExists()
{
return true;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy