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

com.github.spirylics.web2app.Run 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;

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy