config
This commit is contained in:
parent
dff1bb1485
commit
8f97369935
|
@ -1,5 +1,6 @@
|
|||
# originale
|
||||
#
|
||||
tomcat
|
||||
|
||||
target
|
||||
.classpath
|
||||
.visual
|
||||
|
|
|
@ -1,4 +1,11 @@
|
|||
{
|
||||
"java.compile.nullAnalysis.mode": "automatic",
|
||||
"java.configuration.updateBuildConfiguration": "automatic"
|
||||
"java.configuration.updateBuildConfiguration": "automatic",
|
||||
"maven.view": "hierarchical",
|
||||
"maven.terminal.favorites": [
|
||||
{
|
||||
"command": "clean package",
|
||||
"debug": false
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,2 +1,2 @@
|
|||
echo "deploying tomcat with tomcat/manager applications"
|
||||
cp -a tomcat/manager/* tomcat/webapps
|
||||
cp -a tomcat/manager/* tomcat/webappsgit
|
Loading…
Reference in New Issue