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

com.jayway.maven.plugins.android.standalonemojos.ZipalignMojo Maven / Gradle / Ivy

There is a newer version: 4.0.0-rc.2
Show newest version
package com.jayway.maven.plugins.android.standalonemojos;

import com.jayway.maven.plugins.android.AbstractZipalignMojo;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureException;

/**
 * ZipalignMojo can run the zipalign command against the apk.
 *
 * @author Manfred Moser 
 * @goal zipalign
 * @requiresProject false
 */
public class ZipalignMojo extends AbstractZipalignMojo {

    public void execute() throws MojoExecutionException, MojoFailureException {
        zipalign();
    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy