Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
simulators
RMIModelServer
Commits
ffa5c0ff
Commit
ffa5c0ff
authored
Jun 05, 2019
by
hengwen
Browse files
Fix compile script
parent
506a25d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/compile_install.sh
View file @
ffa5c0ff
...
...
@@ -21,9 +21,7 @@
#
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
>
/dev/null 2>&1
&&
pwd
)
"
pushd
DIR/..
mvn clean
install
-s
"settings.xml"
cd
..
mvn clean
install
-s
settings.xml
-DskipTests
cd
target
cp
"rmi-model-server-*-jar-with-dependencies.jar"
"../install/rmi-model-server.jar"
popd
\ No newline at end of file
cp
rmi-model-server-
*
-jar-with-dependencies
.jar ../install/rmi-model-server.jar
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment