Skip to content

Commit

Permalink
mojohaus#973: added a description
Browse files Browse the repository at this point in the history
  • Loading branch information
jarmoniuk committed Jun 23, 2023
1 parent 23be771 commit 366ec78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
invoker.goals = clean ${project.groupId}:${project.artifactId}:${project.version}:display-dependency-updates
invoker.goals = ${project.groupId}:${project.artifactId}:${project.version}:display-dependency-updates
invoker.mavenOpts = -Dversions.outputFile=./output.txt -DoutputEncoding=UTF-8
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<groupId>localhost</groupId>
<artifactId>dummy-maven-plugin</artifactId>
<dependencies>
<dependency>
<groupId>localhost</groupId>
Expand Down

0 comments on commit 366ec78

Please sign in to comment.