-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #1140: Added showVersionless (default true)
showVersionless false filters out dependencies managed outside of the reactor verbose true adds the source of these dependencies
- Loading branch information
1 parent
ef83341
commit 67d23c2
Showing
23 changed files
with
452 additions
and
329 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
...-maven-plugin/src/it/it-display-dependency-updates-008-outputLineWidth/invoker.properties
This file was deleted.
Oops, something went wrong.
50 changes: 0 additions & 50 deletions
50
versions-maven-plugin/src/it/it-display-dependency-updates-008-outputLineWidth/pom.xml
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
versions-maven-plugin/src/it/it-display-dependency-updates-008-outputLineWidth/verify.bsh
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
versions-maven-plugin/src/it/it-display-dependency-updates-008/invoker.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:display-dependency-updates | ||
invoker.mavenOpts=-Dverbose=true -Dversions.outputFile=./output.txt -DoutputEncoding=UTF-8 -Dversions.outputLineWidth=120 |
19 changes: 19 additions & 0 deletions
19
versions-maven-plugin/src/it/it-display-dependency-updates-008/pom.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>localhost</groupId> | ||
<artifactId>it-display-dependency-updates-008-displayTerminalWidth</artifactId> | ||
<version>1.0</version> | ||
<packaging>pom</packaging> | ||
<name>display-dependency-updates</name> | ||
<description>Validate usage of displayTerminalWidth parameter</description> | ||
<url>http://localhost/</url> | ||
<dependencies> | ||
<dependency> | ||
<groupId>localhost</groupId> | ||
<artifactId>dummy-api</artifactId> | ||
<version>1.0</version> | ||
</dependency> | ||
</dependencies> | ||
</project> |
2 changes: 2 additions & 0 deletions
2
versions-maven-plugin/src/it/it-display-dependency-updates-008/verify.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
def output = new File(basedir, "output.txt").text | ||
assert output.contains('localhost:dummy-api ............................................................................... 1.0 ->') |
2 changes: 0 additions & 2 deletions
2
...lay-dependency-updates-009-processDependencyManagementTransitive-false/invoker.properties
This file was deleted.
Oops, something went wrong.
45 changes: 0 additions & 45 deletions
45
.../it-display-dependency-updates-009-processDependencyManagementTransitive-false/verify.bsh
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...play-dependency-updates-009-processDependencyManagementTransitive-true/invoker.properties
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
...c/it/it-display-dependency-updates-009-processDependencyManagementTransitive-true/pom.xml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.