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

org.jvnet.mjiip.v_2.XJC2Mojo Maven / Gradle / Ivy

There is a newer version: 0.15.3
Show newest version
package org.jvnet.mjiip.v_2;

import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugins.annotations.ResolutionScope;
import org.jvnet.mjiip.v_2_2.XJC22Mojo;

import com.sun.tools.xjc.Options;

/**
 * JAXB 2.x Mojo.
 * 
 * @author Aleksei Valikov ([email protected])
 */
@Mojo(name = "generate", defaultPhase = LifecyclePhase.GENERATE_SOURCES, requiresDependencyResolution = ResolutionScope.COMPILE, threadSafe = true)
public class XJC2Mojo extends XJC22Mojo {

	private final org.jvnet.jaxb2.maven2.OptionsFactory optionsFactory = new OptionsFactory();

	@Override
	protected org.jvnet.jaxb2.maven2.OptionsFactory getOptionsFactory() {
		return optionsFactory;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy