izpack-coi-tools
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.bluestemsoftware.open.maven.plugin</groupId> <artifactId>izpack-coi-tools</artifactId> <version>1.0.0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.bluestemsoftware.open.maven.plugin</groupId> <artifactId>izpack-parent</artifactId> <version>1.0.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>izpack-coi-tools</artifactId> <name>izpack-coi-tools</name> <description>Contains coi classes required by izpack plugin.</description> <build> <plugins> <plugin> <groupId>org.bluestemsoftware.open.maven.plugin</groupId> <artifactId>install-plugin</artifactId> <executions> <execution> <id>foo</id> <phase>verify</phase> <goals> <goal>file</goal> </goals> <configuration> <file>${basedir}/lib/coi-tools.jar</file> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>