org.avaje.tile:dependency-tree

Packaging parent for Avaje projects.

License

License

GroupId

GroupId

org.avaje.tile
ArtifactId

ArtifactId

dependency-tree
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

tile
Description

Description

Packaging parent for Avaje projects.
Project URL

Project URL

http://www.avaje.org/dependency-tree
Source Code Management

Source Code Management

https://github.com/avaje-pom/tile-dependency-tree.git

Download dependency-tree

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

tile-dependency-tree

Includes the dependency tree and list in the build of an artifact

Example use

In your project pom under build / plugins add the tiles-maven-plugin with the following configuration. Note that this example also brings in the java-compile tile.

      <!-- maven build / plugins -->

      <plugin>
        <groupId>io.repaint.maven</groupId>
        <artifactId>tiles-maven-plugin</artifactId>
        <version>2.8</version>
        <extensions>true</extensions>
        <configuration>
          <tiles>
            <tile>org.avaje.tile:dependency-tree:1.1</tile>
          </tiles>
        </configuration>
      </plugin>
org.avaje.tile

avaje pom

Versions

Version
1.1