Class SourceJarMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
AggregatorSourceJarMojo

@Mojo(name="jar", defaultPhase=PACKAGE, threadSafe=true) @Execute(phase=GENERATE_SOURCES) public class SourceJarMojo extends SourceJarNoForkMojo
This plugin bundles all the sources into a jar archive.
Since:
2.0.3
Author:
Trygve Laugstøl
  • Constructor Details

    • SourceJarMojo

      public SourceJarMojo()