Package org.eclipse.tycho.packaging
Class PackageIUMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.eclipse.tycho.packaging.AbstractTychoPackagingMojo
-
- org.eclipse.tycho.packaging.PackageIUMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="package-iu", defaultPhase=PACKAGE, requiresDependencyResolution=RUNTIME) public class PackageIUMojo extends AbstractTychoPackagingMojo
Creates the zip for the IU and attaches it as an artifact
-
-
Field Summary
Fields Modifier and Type Field Description protected File
outputDirectory
-
Fields inherited from class org.eclipse.tycho.packaging.AbstractTychoPackagingMojo
plexus, project, projectHelper, qualifier, session, strictBinIncludes, useDefaultExcludes
-
-
Constructor Summary
Constructors Constructor Description PackageIUMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class org.eclipse.tycho.packaging.AbstractTychoPackagingMojo
checkBinIncludesExist, getDependencyArtifacts, getDependencyWalker, getFileSet, getTychoProjectFacet, getTychoProjectFacet
-
-
-
-
Field Detail
-
outputDirectory
@Parameter(property="project.build.directory", required=true, readonly=true) protected File outputDirectory
-
-