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

Development #4

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
14 changes: 6 additions & 8 deletions MavenEnterpriseApp-web/src/main/webapp/WEB-INF/home.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,24 @@
</head>
</head>
<body>
<h1 align="center">Welcome to Mithun Technologies.</h1>
<h1 align="center">Very Good Training center for DevOps in Maratha Halli and also for Job Assitance... and Job Support also...Teaching Real Time scnerios</h1>
<h1 align="center">Welcome to MNIDevops Techno.</h1>
<h1 align="center">Aim is to learn and get a job in DevOps before Feb End</h1>
<hr>
<div style="text-align: center;">
<span>
<img src="${mithunlogo}" alt="" width="100"/>

</span>
<span style="font-weight: bold;">
Mithun Technologies,
Martha Halli,Opp To Madhurai Iddly House
Bangalore.
+91-9980923226
Swayam Indalkar
+91-9552877667
</span>
</div>
<hr>
<p> Service : <a href="${pageContext.request.contextPath}/services/getEmployeeDetails">Get Employee Details </p>
<hr>
<p align=center>Mithun Technologies - Consultant, Training, Development Center.</p>
<p align=center>Swayam Manoj Indalkar</p>
<p align=center><small>Copyrights 2018 by <a href="http://mithuntechnologies.com/">Mithun Technologies</a> </small></p>

</body>
</html>
</html>
17 changes: 15 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,22 @@

<properties>
<!-- versions -->
<sonar.host.url>http://localhost:9000/</sonar.host.url>
<sonar.host.url>http://15.207.109.234:9000/</sonar.host.url>
<sonar.login>d931b51825caff6195816dfdaa8e35ea714f66fc</sonar.login>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>

<!-- <distributionManagement>
<repository>
<id>nexus</id>
<name>MNIDevops Techno</name>
<url>http://13.233.54.98:8081/repository/mni_ecomm_release/</url>
</repository>
<snapshotRepository>
<id>nexus</id>
<name>MNIDevops Techno</name>
<url>http://13.233.54.98:8081/repository/mni_ecomm_snapshot/</url>
</snapshotRepository>
</distributionManagement>
-->
</project>