diff --git a/Jenkinsfile b/Jenkinsfile
deleted file mode 100644
index 79780d1d..00000000
--- a/Jenkinsfile
+++ /dev/null
@@ -1,35 +0,0 @@
-pipeline {
- agent any
-
- stages {
- stage('Validate') {
- steps {
- sh 'mvn compile'
- }
- }
- stage('Unit Testing') {
- steps {
- sh 'mvn test'
- }
- }
- stage('Sonar Analysis') {
- steps {
- sh 'sleep 5'
- echo 'mvn sonar'
- }
- }
- stage('Publish Nexus') {
- steps {
- sh 'sleep 5'
- echo 'mvn deploy'
- }
- }
- stage('Deploy') {
- steps {
- sh 'sleep 5'
- echo 'mvn tomact7'
- }
- }
- }
-}
-
diff --git a/pom.xml b/pom.xml
index 62167b9e..267d029d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,11 +2,16 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
com.web.cal
- WebAppCal
+ webapp
war
- 0.0.3
+ 0.2
WebAppCal Maven Webapp
http://maven.apache.org
+
+ UTF-8
+ 1.6
+ 1.6
+
junit
@@ -24,7 +29,8 @@
releases
- http://35.168.113.172:8081/nexus/content/repositories/releases
+
+ http://binary.ibm.com/nexus/content/repositories/releases
diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp
index 908bb68c..5cf11b1e 100644
--- a/src/main/webapp/index.jsp
+++ b/src/main/webapp/index.jsp
@@ -18,12 +18,15 @@
addition
+
+