Created
October 13, 2017 03:02
-
-
Save fabioluciano/a053a2379917466303d435bb0a1f1174 to your computer and use it in GitHub Desktop.
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
# Commands to display in the IDE | |
workspace.commands[0].name="build" | |
workspace.commands[0].commandLine="mvn clean install -f /projects/che/assembly/assembly-main" | |
# Name of the workspace | |
workspace.name="che" | |
# Configure project properties | |
workspace.projects[0].type = "maven" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment