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

de.saumya.mojo.jruby9.war.ProcessMojo Maven / Gradle / Ivy

There is a newer version: 0.2.2
Show newest version
package de.saumya.mojo.jruby9.war;

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

import de.saumya.mojo.jruby9.AbstractProcessMojo;

/**
 * 
 * generates ".jrubydir" files for all resource and gems to allow jruby
 * to perform directory globs inside the jar.
 *  
 * @author christian
 */
@Mojo( name = "process", defaultPhase = LifecyclePhase.PROCESS_RESOURCES, requiresProject = true,
       threadSafe = true )
public class ProcessMojo extends AbstractProcessMojo {   
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy