Skip to content

Instantly share code, notes, and snippets.

View yaduvanshi6584's full-sized avatar
💭
I may be slow to respond.

yaduvanshi6584

💭
I may be slow to respond.
View GitHub Profile
@yaduvanshi6584
yaduvanshi6584 / minimal-maven-pom.xml
Created May 12, 2020 16:44 — forked from torgeir/minimal-maven-pom.xml
A minimal maven pom.xml
<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>
<groupId>gd.wa</groupId>
<artifactId>minimal-pom</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>