tackle-cli
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jboss.windup</groupId>
<artifactId>tackle-cli</artifactId>
<version>6.3.8.Final</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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.windup</groupId>
<artifactId>windup-cli-parent</artifactId>
<version>6.3.8.Final</version>
</parent>
<artifactId>tackle-cli</artifactId>
<name>Windup - Distribution Build Tackle</name>
<dependencies>
<dependency>
<groupId>org.jboss.windup</groupId>
<artifactId>windup-bootstrap-tackle</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>unpack</id>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.jboss.windup.rules</groupId>
<artifactId>windup-rulesets-tackle</artifactId>
<version>${version.windup-rulesets}</version>
<overWrite>true</overWrite>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>