Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #25

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.jenkins.demo</groupId>
<artifactId>JenkinsWar1</artifactId>
<artifactId>Demoapplication</artifactId>
<packaging>war</packaging>
<version>0.0.1-SNAPSHOT</version>
<version>3.0-snapshot</version>
<name>JenkinsWar Maven Webapp</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand All @@ -15,6 +15,13 @@
<scope>test</scope>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>mynexus-id</id>
<name>mysnapshot</name>
<url>http://34.207.162.114:8081/repository/mysnapshot/</url>
</repository>
</distributionManagement>
<build>
<finalName>JenkinsWar</finalName>
</build>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<body>
<h2>Jenkins Successfully Deloyed War file in Tomcat using pipleline project!</h2>
<h2>Jenkins Successfully Deloyed War file in Tomcat using Mav-tom project updates!</h2>
</body>
</html>