Skip to content
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
126 changes: 64 additions & 62 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,74 +1,76 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.mt</groupId>
<artifactId>maven-stanalone-application</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<groupId>com.mt</groupId>
<artifactId>maven-stanalone-application</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>maven-stanalone-application</name>
<url>http://mylandmarktech.com</url>
<name>maven-stanalone-application</name>
<url>http://mylandmarktech.com</url>

<organization>
<name>Landmark Technologies</name>
<url>http://mylandmarktech.com/</url>
</organization>

<description>Maven Standalone Application</description>
<organization>
<name>Landmark Technologies</name>
<url>http://mylandmarktech.com/</url>
</organization>

<properties>
<sonar.host.url>http://35.154.242.68:9000/</sonar.host.url>
<sonar.login>admin</sonar.login>
<sonar.password>admin</sonar.password>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<description>Maven Standalone Application</description>

<dependencies>
<properties>
<sonar.host.url>http://35.154.242.68:9000/</sonar.host.url>
<sonar.login>admin</sonar.login>
<sonar.password>admin</sonar.password>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependencies>

</dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>

<!-- Committing and updating changes through Maven, by using below mvn command.
For Commiting mvn -Dmessage="Updated using maven" scm:checkin For updating
mvn scm:update -->
<scm>
<connection>scm:git:https://github.com/LandmarkTechnology/maven-standalone-application</connection>
<developerConnection>scm:git:https://github.com/LandmarkTechnology/maven-standalone-application</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/LandmarkTechnology/maven-standalone-application</url>
</scm>
</dependencies>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/LandmarkTechnology/maven-standalone-application/issues</url>
</issueManagement>
<!-- Committing and updating changes through Maven, by using below mvn command.
For Commiting mvn -Dmessage="Updated using maven" scm:checkin For updating
mvn scm:update -->
<!--
<scm>
<connection>scm:git:https://github.com/LandmarkTechnology/maven-standalone-applicationn</connection>
<developerConnection>scm:git://github.com/LandmarkTechnology/maven-standalone-application</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/LandmarkTechnology/maven-standalone-application</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>//github.com/LandmarkTechnology/maven-standalone-application/issues</url>
</issueManagement>
-->
<build>
<plugins>
<plugin>
<!-- Build an executable JAR -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
<classpathPrefix>lib/</classpathPrefix>
<mainClass>com.mt.sample.HelloWorld</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
</build>


<build>
<plugins>
<plugin>
<!-- Build an executable JAR -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
<classpathPrefix>lib/</classpathPrefix>
<mainClass>com.mt.sample.HelloWorld</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
</build>

</project>

Binary file removed target/classes/com/mt/sample/HelloWorld.class
Binary file not shown.
4 changes: 0 additions & 4 deletions target/maven-archiver/pom.properties

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

63 changes: 0 additions & 63 deletions target/surefire-reports/TEST-com.mt.sample.test.HelloWorldTest.xml

This file was deleted.

4 changes: 0 additions & 4 deletions target/surefire-reports/com.mt.sample.test.HelloWorldTest.txt

This file was deleted.

Binary file not shown.