All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.opitzconsulting.orcas.maven.OrcasCompileAllInvalidIfReplaceablesExists Maven / Gradle / Ivy

There is a newer version: 7.7.1
Show newest version
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