Sign in
apache
/
myfaces-scripting
/
refs/heads/1_0_3_prepare
/
.
/
run20.sh
blob: 9fd318b5a10b25b89291fd01fd0b8ad7f0198102 [
file
] [
log
] [
blame
]
#!/bin/sh
export MAVEN_OPTS
=
"-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"
mvn
-
o
-
P development
-
f extscript
-
examples
/
myfaces20
-
example
/
pom
.
xml clean jetty
:
run
-
exploded