blob: abf4eb8cc1a9596f012205f90e7ef04ee54b0c44 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by maven-plugin-tools 3.6 -->
<plugin>
<name>Tycho Dependency Tools Plugin</name>
<description>Additional tools for Tycho</description>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-dependency-tools-plugin</artifactId>
<version>1.5.1-SNAPSHOT</version>
<goalPrefix>tycho-dependency-tools</goalPrefix>
<mojos>
<mojo>
<goal>list-dependencies</goal>
<description>Builds a .target file describing the dependencies for current project. It differs from maven-dependency-plugin:list in the fact that it does return location to bundles, and not to nested jars (in case bundle contain some).</description>
<requiresDirectInvocation>false</requiresDirectInvocation>
<requiresProject>true</requiresProject>
<requiresReports>false</requiresReports>
<aggregator>false</aggregator>
<requiresOnline>false</requiresOnline>
<inheritedByDefault>true</inheritedByDefault>
<phase>generate-test-resources</phase>
<implementation>org.eclipse.tycho.extras.pde.ListDependenciesMojo</implementation>
<language>java</language>
<instantiationStrategy>per-lookup</instantiationStrategy>
<executionStrategy>once-per-session</executionStrategy>
<requiresDependencyCollection>compile+runtime</requiresDependencyCollection>
<threadSafe>true</threadSafe>
<parameters>
<parameter>
<name>project</name>
<type>org.apache.maven.project.MavenProject</type>
<required>false</required>
<editable>true</editable>
<description></description>
</parameter>
<parameter>
<name>skip</name>
<type>boolean</type>
<required>false</required>
<editable>true</editable>
<description></description>
</parameter>
</parameters>
<configuration>
<project implementation="org.apache.maven.project.MavenProject">${project}</project>
<skip implementation="boolean">${skip}</skip>
</configuration>
</mojo>
</mojos>
</plugin>