Goals available for this plugin:
Goal | Description |
---|---|
opkg:generate | Generates the OPKG Package control header |
opkg:package | Collect data and control tarball to create the opkg package
The files packaged in the opkg are collected using the maven-assembly-plugin. There are four predefined assembly descriptors available in the opkg-assembly-descriptors artifact. if you need a more complicated descriptor see the maven assembly descriptor format for a reference and the descriptor configuration element of this goal. |
The following specifies the minimum requirements to run this Maven plugin:
Maven | 2.0 |
JDK | 1.6 |
Memory | No minimum requirement. |
Disk Space | No minimum requirement. |
You should specify the version in your project's plugin configuration:
<project> ... <build> <!-- To define the plugin version in your parent POM --> <pluginManagement> <plugins> <plugin> <groupId>de.gsi.cs.co.maven.plugins</groupId> <artifactId>opkg-maven-plugin</artifactId> <version>0.0.6</version> </plugin> ... </plugins> </pluginManagement> <!-- To use the plugin goals in your POM or parent POM --> <plugins> <plugin> <groupId>de.gsi.cs.co.maven.plugins</groupId> <artifactId>opkg-maven-plugin</artifactId> <version>0.0.6</version> </plugin> ... </plugins> </build> ... </project>
For more information, see "Guide to Configuring Plug-ins"