Skip to content

Commit 3a9a911

Browse files
committedFeb 1, 2017
added build-war.sh skript
1 parent e7385f1 commit 3a9a911

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
 

‎build-war.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash
2+
3+
echo "### Create helloworld.war file"
4+
echo
5+
echo "Calling jar"
6+
echo
7+
jar -cvf helloworld.war *.jsp WEB-INF
8+
echo
9+
echo "Moving helloworld.war to dist/ with option --FORCE"
10+
mv -f helloworld.war dist/
11+
echo
12+
echo "Done"

‎dist/helloworld.war

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)