com.opitzconsulting.orcas.maven.OrcasCompileAllInvalidIfReplaceablesExists Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of orcas-maven-plugin Show documentation
Show all versions of orcas-maven-plugin Show documentation
orcas maven plugin for orcas usage with maven
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