Fork me on GitHub

tycho-dependency-tools:list-dependencies

Full name:

org.eclipse.tycho.extras:tycho-dependency-tools-plugin:6.0.0-SNAPSHOT:list-dependencies

Description:

Writes a plain text file listing the absolute filesystem locations of all dependencies (and, for OSGi bundle projects, any additional classpath entries contributed by org.eclipse.tycho.classpath.ClasspathContributors) of the current project, one location per line. 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).

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Binds by default to the lifecycle phase: generate-test-resources.

Optional Parameters

Name Type Since Description
<outputFile> File - The file the list of dependency locations is written to, one absolute path per line.
Default: ${project.build.directory}/dependencies-list.txt
User Property: tycho.dependencies.list.outputFile
<skip> boolean - No description.
User Property: skip

Parameter Details

<outputFile>

The file the list of dependency locations is written to, one absolute path per line.
  • Type: java.io.File
  • Required: No
  • User Property: tycho.dependencies.list.outputFile
  • Default: ${project.build.directory}/dependencies-list.txt

<skip>

No description.
  • Type: boolean
  • Required: No
  • User Property: skip