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

com.metreeca.mark.mojos.BuildMojo Maven / Gradle / Ivy

/*
 * Copyright © 2019-2020 Metreeca srl. All rights reserved.
 */

package com.metreeca.mark.mojos;

import com.metreeca.mark.Mark;
import com.metreeca.mark.tasks.Build;

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


@Mojo(name="build", defaultPhase=LifecyclePhase.SITE) public class BuildMojo extends MarkMojo {

	@Override public void execute() {
		new Mark(opts()).exec(new Build());
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy