Skip to content

Commit

Permalink
[MENFORCER-426] Reproduce issue - add dependency:tree
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Mar 21, 2023
1 parent baff3ad commit c34ab15
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,22 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.5.0</version>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>tree</goal>
</goals>
<configuration>
<verbose>true</verbose>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
Expand Down

0 comments on commit c34ab15

Please sign in to comment.