This commit is contained in:
Alfredo Oliviero 2024-02-16 16:44:15 +01:00
parent dff1bb1485
commit 8f97369935
3 changed files with 11 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,5 +1,6 @@
# originale
#
tomcat
target
.classpath
.visual

View File

@ -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
}
]
}

View File

@ -1,2 +1,2 @@
echo "deploying tomcat with tomcat/manager applications"
cp -a tomcat/manager/* tomcat/webapps
cp -a tomcat/manager/* tomcat/webappsgit