com.github.androidop.OptimizeMojo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cuiy-maven-plugin Show documentation
Show all versions of cuiy-maven-plugin Show documentation
optimize android applications
The newest version!
package com.github.androidop;
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureException;
/**
* Echos an object string to the output screen.
* @goal optimize
*/
public class OptimizeMojo extends AbstractMojo
{
public void execute()
throws MojoExecutionException, MojoFailureException
{
System.out.println("Optimize Android Applications\n");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy