Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
6dda5cb
Updated index page
rameshkunchala Jan 28, 2025
7035d0f
Updated maven compailer version
rameshkunchala Jan 29, 2025
de2dae8
Updated index page
rameshkunchala Jan 29, 2025
1be6fbd
updated index page for testing
rameshkunchala Jan 29, 2025
24074fa
Updated batch 2
rameshkunchala Jan 29, 2025
179edcb
Updated Batch in index file
rameshkunchala Jan 31, 2025
3b74f50
updated bata name
rameshkunchala Jan 31, 2025
aa26fbd
removied a line in dokerfile
Naveenkunchala2001 Feb 4, 2025
0fc58a8
i am change batch number
Naveenkunchala2001 Feb 4, 2025
b962c0a
small changed
Naveenkunchala2001 Feb 6, 2025
5b68d5e
Updated index.jsp file
rameshkunchala Mar 13, 2025
2165784
updated index file
rameshkunchala Mar 13, 2025
71abcb9
Merge branch 'master' into Anil
rameshkunchala Mar 13, 2025
067d381
Merge pull request #1 from Naveenkunchala2001/Anil
rameshkunchala Mar 13, 2025
53a2863
Updated to bacth 7
rameshkunchala Mar 13, 2025
9eab2dd
Merge branch 'master' into test-venu
rameshkunchala Mar 13, 2025
36b01a8
Merge pull request #2 from rameshkunchala/test-venu
rameshkunchala Mar 13, 2025
0e83c84
Updated batchname in index.jsp
rameshkunchala Mar 26, 2025
77e2992
Merge branch 'test-venu' of https://github.com/rameshkunchala/hello-w…
rameshkunchala Mar 26, 2025
5142533
Merge pull request #3 from rameshkunchala/test-venu
rameshkunchala Mar 26, 2025
7a9c787
Update index.jsp
rameshkunchala May 3, 2025
9a89cc8
Update pom.xml
rameshkunchala Jul 25, 2025
54dbb86
updated index.jsp file
rameshkunchala Jul 25, 2025
c559931
updated index.jsp file
rameshkunchala Jul 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ From tomcat:8-jre8

# Maintainer
MAINTAINER "valaxytech@gmail.com"
COPY ./webapp.war /usr/local/tomcat/webapps

2 changes: 2 additions & 0 deletions file.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
created one file in github
created one branch name of that Anil
25 changes: 16 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,28 @@
<module>webapp</module>
</modules>

<distributionManagement>
<site>
<id>site-server</id>
<name>Test Project Site</name>
<url>file:///tmp/maven-project-site</url>
</site>
</distributionManagement>
<distributionManagement>
<repository>
<id>nexus-releases</id>
<name>Nexus Release Repository</name>
<url>http://localhost:8082/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>nexus-snapshots</id>
<name>Nexus Snapshot Repository</name>
<url>http://localhost:8082/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>


<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>8</source>
<target>8</target>
</configuration>
</plugin>

Expand Down
3 changes: 1 addition & 2 deletions webapp/src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<h1> Hello, Welcome to Valaxy Technologies !!! </h1>

<h1> Hello, Welcome to Devops class this is batch 4 </h1>