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

wetheinter.net.mojo.model.ModelMojo Maven / Gradle / Ivy

There is a newer version: 0.5
Show newest version
package wetheinter.net.mojo.model;

import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureException;



/**
 * @goal modelgen
 * @phase generate-sources
 * @requiresDependencyResolution compile
 * @author James X. Nelson
 * @version $Id$
 */
public class ModelMojo extends AbstractXapiMojo{


  @Override
  public void execute() throws MojoExecutionException, MojoFailureException {
    if (getPlatform().toLowerCase().contains("gwt")) {

    } else {
      // write jre META-INF values
    }


  }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy