-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#497: configured version shall match installed version supporting pat…
…terns (#532)
- Loading branch information
Showing
14 changed files
with
192 additions
and
21 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
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
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
10 changes: 10 additions & 0 deletions
10
cli/src/test/resources/ide-projects/settings/_ide/urls/mvn/mvn/3.2.conf/status.json
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,10 @@ | ||
{ | ||
"manual": false, | ||
"urls": { | ||
"-997329125": { | ||
"success": { | ||
"timestamp": "2023-04-28T07:12:26.601818Z" | ||
} | ||
} | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
cli/src/test/resources/ide-projects/settings/_ide/urls/mvn/mvn/3.2.settings/status.json
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,10 @@ | ||
{ | ||
"manual": false, | ||
"urls": { | ||
"-997329125": { | ||
"success": { | ||
"timestamp": "2023-04-28T07:12:26.601818Z" | ||
} | ||
} | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
cli/src/test/resources/ide-projects/settings/_ide/urls/mvn/mvn/3.2.user/status.json
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,10 @@ | ||
{ | ||
"manual": false, | ||
"urls": { | ||
"-997329125": { | ||
"success": { | ||
"timestamp": "2023-04-28T07:12:26.601818Z" | ||
} | ||
} | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
cli/src/test/resources/ide-projects/settings/_ide/urls/mvn/mvn/3.2.workspace/status.json
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,10 @@ | ||
{ | ||
"manual": false, | ||
"urls": { | ||
"-997329125": { | ||
"success": { | ||
"timestamp": "2023-04-28T07:12:26.601818Z" | ||
} | ||
} | ||
} | ||
} |
4 changes: 4 additions & 0 deletions
4
cli/src/test/resources/ide-projects/settings/project/conf/ide.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,4 @@ | ||
#******************************************************************************** | ||
# This file contains project specific environment variables defined by the user | ||
#******************************************************************************** | ||
MVN_VERSION=* |
4 changes: 4 additions & 0 deletions
4
cli/src/test/resources/ide-projects/settings/project/home/.ide/ide.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,4 @@ | ||
#******************************************************************************** | ||
# This file contains the global configuration from the user HOME directory. | ||
#******************************************************************************** | ||
MVN_VERSION=* |
2 changes: 2 additions & 0 deletions
2
cli/src/test/resources/ide-projects/settings/project/home/environment.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 @@ | ||
# if this file is present, it will replace and mock System.getenv in the text context | ||
PATH=${IDE_ROOT}/_ide/bin |
4 changes: 4 additions & 0 deletions
4
cli/src/test/resources/ide-projects/settings/project/settings/ide.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,4 @@ | ||
#******************************************************************************** | ||
# This file contains project specific environment variables | ||
#******************************************************************************** | ||
MVN_VERSION=* |
1 change: 1 addition & 0 deletions
1
cli/src/test/resources/ide-projects/settings/project/software/mvn/.devon.software.version
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 @@ | ||
3.9.4 |
4 changes: 4 additions & 0 deletions
4
cli/src/test/resources/ide-projects/settings/project/workspaces/main/ide.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,4 @@ | ||
#******************************************************************************** | ||
# This file contains workspace specific environment variables | ||
#******************************************************************************** | ||
MVN_VERSION=* |
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,4 @@ | ||
This project | ||
- simulates having mvn installed at version 3.9.4 | ||
- configures mvn to any version (*) in conf, home, settings as well as the workspace ide-properties | ||
- makes fake mvn versions "3.2.conf", "3.2.home", "3.2.settings", and "3.2.workspace" available has a status.json file each, but does not provide urls files. |