Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarz-eitco-de committed Aug 1, 2024
1 parent caee05e commit 8d339fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,17 @@ Add the following plugin to your build:
```
Check for the latest version [here](https://central.sonatype.com/artifact/de.eitco.cicd/build-utilities-maven-plugin). This enables the following goals:

The following goals exist:

## dependencies-version-properties

This goal generates properties, containing the version and file system path of every direct dependency the current
project has. For every dependency, two properties are generated:

* 'maven.dependency.<dependency-conflict-id>.file' set to the absolute file system path of the dependency
* 'maven.dependency.<dependency-conflict-id>.version' set to the version of the dependency.
* `maven.dependency.<dependency-conflict-id>.file` set to the absolute file system path of the dependency
* `maven.dependency.<dependency-conflict-id>.version` set to the version of the dependency.

The dependency conflict id is constructed as follows: &lt;groupId&gt;:&lt;artifactId&gt;:&lt;type&gt;[&lt;classifier&gt;]
The dependency conflict id is constructed as follows: `<groupId>:<artifactId>:<type>[<classifier>]`

## list-properties

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>de.eitco</groupId>
<groupId>de.eitco.cicd</groupId>
<artifactId>eitco-oss-parent</artifactId>
<version>0.0.14</version>
<version>0.0.15</version>
</parent>


Expand Down

0 comments on commit 8d339fe

Please sign in to comment.