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

com.seovic.maven.plugins.npm.PublishMojo Maven / Gradle / Ivy

Go to download

A simple Maven plugin that defines 'npm' packaging type and delegates all phases of a default lifecycle to npm. As long as there is a script for the lifecycle phase in package.json, it will be executed.

There is a newer version: 1.0.4
Show newest version
package com.seovic.maven.plugins.npm;

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


/**
 * An 'npm publish' mojo.
 *
 * @author Aleksandar Seovic  2015.09.21
 */
@Mojo(name = "publish", threadSafe = true)
public class PublishMojo
        extends ExecMojo
    {
    public PublishMojo()
        {
        super("publish");
        }
    }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy