Full name:
com.cisco.maven.plugins:device-package-maven-plugin:1.0.0:package
Description:
<configuration> <archive> <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile> </archive> <configuration>
Attributes:
Name | Type | Since | Description |
---|---|---|---|
createSDU | boolean | 1.0.0 | Whether or not to create an SDU file from this project. Default value is: false. User property is: createSDU. |
manifest | String | 1.0.0 | (no description) Default value is: ${project.build.outputDirectory}/META-INF/MANIFEST.MF. User property is: manifest. |
mavenJarPluginVersion | String | 1.0.0 | This plugin executes the maven-jar-plugin to do the bulk of the
project packaging, with special configuration to handle using the
existing Project Manifest if one is found, instead of having the
maven-jar-plugin generate its own. If you experience a problem with
the plugin you can override the version that is used with this
property. If you have a very special use case, you can explicitly configure the maven-jar-plugin to execute in your POM's <build><plugins> configuration. If this plugin already sees a main project artifact attached, it will skip execution of the maven-jar-plugin altogether. Default value is: 3.0.2. User property is: mavenJarPluginVersion. |