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

org.kuali.maven.plugins.fusion.SplitStyle Maven / Gradle / Ivy

/**
 * 
 */
package org.kuali.maven.plugins.fusion;

/**
 * 
 * The kind of Split to perform
 *  
 * @author ocleirig
 *
 */
public enum SplitStyle {
	MERGE, // use branches for merging 
	TAG // don't create branches tag based on the GAV of the module artifacts.
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy