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

com.github.spirylics.web2app.Emulate Maven / Gradle / Ivy

There is a newer version: 1.0-beta7
Show newest version
package com.github.spirylics.web2app;

import org.apache.maven.plugins.annotations.Mojo;

/**
 * Emulate cordova project
 */
@Mojo(name = "emulate")
public class Emulate extends Web2AppMojo {

    @Override
    public void e() throws Exception {
        runOrEmulate("emulate");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy