You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hohwille opened this issue
Nov 30, 2022
· 0 comments
· Fixed by #1046
Assignees
Labels
bugSomething isn't workingreleaserelated to release commandlet and releases of devonfw-idesetuprelated to the setup process of devonfw-ide (setup[.bat] and devon ... setup)
$ devon release -Dmmm.flatten.updatePom=false
You are inside a top-level maven project
Trying to determine current version of your project...
Current version: Success: run command mkdir
Artifact already exists at /c/Users/hohwille/Downloads/devonfw-ide/maven-3.8.6.tar.gz
To force update please delete the file and run again.
Success: run command tar
Successfully extracted archive maven-3.8.6.tar.gz to /d/projects/mmm/updates/extracted/maven
Success: run command mv
Successfully installed maven
The software maven has been added. You need to rerun 'devon' command without arguments or restart your terminal to update your PATH so the newly installed software will be found.
17-SNAPSHOT
Release version: Success: run command mkdir
Artifact already exists at /c/Users/hohwille/Downloads/devonfw-ide/maven-3.8.6.tar.gz
To force update please delete the file and run again.
Success: run command tar
Successfully extracted archive maven-3.8.6.tar.gz to /d/projects/mmm/updates/extracted/maven
Success: run command mv
Successfully installed maven
The software maven has been added. You need to rerun 'devon' command without arguments or restart your terminal to update your PATH so the newly installed software will be found.
17
Next version: Success: run command mkdir
Artifact already exists at /c/Users/hohwille/Downloads/devonfw-ide/maven-3.8.6.tar.gz
To force update please delete the file and run again.
Success: run command tar
Successfully extracted archive maven-3.8.6.tar.gz to /d/projects/mmm/updates/extracted/maven
Success: run command mv
Successfully installed maven
The software maven has been added. You need to rerun 'devon' command without arguments or restart your terminal to update your PATH so the newly installed software will be found.
18-SNAPSHOT
Is next version correct?
(yes/no):
Expected output would be:
$ devon release -Dmmm.flatten.updatePom=false
You are inside a top-level maven project
Trying to determine current version of your project...
Current version: 17-SNAPSHOT
Release version: 17
Next version: 18-SNAPSHOT
Is next version correct?
(yes/no):
Maybe we can simply first call some doDevonCommand mvn setup silent before invoking the maven commands.
The text was updated successfully, but these errors were encountered:
hohwille
changed the title
release info messed with debug output
release info messed with installation output
Dec 1, 2022
hohwille
added
Team_IDE
setup
related to the setup process of devonfw-ide (setup[.bat] and devon ... setup)
release
related to release commandlet and releases of devonfw-ide
labels
Dec 1, 2022
bugSomething isn't workingreleaserelated to release commandlet and releases of devonfw-idesetuprelated to the setup process of devonfw-ide (setup[.bat] and devon ... setup)
Expected output would be:
Maybe we can simply first call some
doDevonCommand mvn setup silent
before invoking the maven commands.The text was updated successfully, but these errors were encountered: