Full name:
org.eclipse.tycho:tycho-source-plugin:0.17.0:plugin-source
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| archive | MavenArchiveConfiguration | 2.1 | The archive configuration to use. See Maven
Archiver Reference. |
| attach | boolean | 2.0.3 | Specifies whether or not to attach the artifact to the project Default value is: true. |
| distinctSourceRoots | boolean | 2.0.3 | Whether sources for nested jars should be put into distinct source
root folders inside the source jar (one source root per nested
jar). E.g. if this paramater is true and there is a
nested jar named foo.jar, all of its sources will go
into folder foosrc/. Otherwise all sources for all
jars, nested or not, will go into the root of the source jar (this
is the default as it provides interoperability with maven source
jars). Default value is: false. |
| excludeResources | boolean | 2.0.4 | Specifies whether or not to exclude resources from the sources-jar.
This can be convenient if your project includes large resources,
such as images, and you don't want to include them in the
sources-jar. Default value is: false. |
| excludes | String[] | 2.1 | List of files to exclude. Specified as fileset patterns which are
relative to the input directory whose contents is being packaged
into the JAR. |
| finalName | String | 2.0.3 | The filename to be used for the generated archive file. For the
source:jar goal, "-sources" is appended to this filename. For the
source:test-jar goal, "-test-sources" is appended. Default value is: ${project.build.finalName}. |
| forceCreation | boolean | 2.1 | NOT SUPPORTED. Whether creating the archive should be forced. If
set to true, the jar will always be created. If set to false, the
jar will only be created when the sources are newer than the jar. Default value is: false. |
| includePom | boolean | 2.1 | Specifies whether or not to include the POM file in the
sources-jar. Default value is: false. |
| includes | String[] | 2.1 | List of files to include. Specified as fileset patterns which are
relative to the input directory whose contents is being packaged
into the JAR. |
| outputDirectory | File | 2.0.3 | The directory where the generated archive file will be put. Default value is: ${project.build.directory}. |
| qualifier | String | 2.0.3 | Build qualifier. Recommended way to set this parameter is using
build-qualifier goal. Only used when creating a source bundle. |
| sourceBundle | boolean | 2.0.3 | Whether the source jar should be an Eclipse source bundle. Default value is: true. |
| sourceBundleSuffix | String | 2.0.3 | The suffix to be added to the symbolic name of the bundle to
construct the symbolic name of the Eclipse source bundle. Default value is: .source. |
| strictSrcIncludes | boolean | 2.0.3 | If set to true (the default), missing build.properties
src.includes will cause build failure. If set to
false, missing build.properties src.includes will be
reported as warnings but the build will not fail. Default value is: true. |
| useDefaultExcludes | boolean | 2.1 | Exclude commonly excluded files such as SCM configuration. These
are defined in the plexus FileUtils.getDefaultExcludes() Default value is: true. |
| useDefaultManifestFile | boolean | 2.1 | Set this to true to enable the use of the
defaultManifestFile. Default value is: false. |
| useDefaultSourceExcludes | boolean | 2.0.3 | Whether default source excludes for SCM files defined in
AbstractScanner#DEFAULTEXCLUDES should be used. Default value is: true. |