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

com.github.odavid.maven.plugins.dependencyhandler.UnpackMojo.groovy Maven / Gradle / Ivy

package com.github.odavid.maven.plugins.dependencyhandler

import org.apache.maven.plugin.MojoExecutionException
import org.apache.maven.plugin.MojoFailureException
import org.apache.maven.plugins.annotations.Mojo
import org.apache.maven.plugins.annotations.ResolutionScope

@Mojo(name="unpack", requiresDependencyResolution=ResolutionScope.COMPILE, requiresProject=true, threadSafe=true)
class UnpackMojo extends AbstractDependencyHandlerMojo{

	@Override
	public void execute() throws MojoExecutionException, MojoFailureException {
		dependencyMavenPluginUnpack(filterDependencies())
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy