Fixes a pom description + adds a gitignore for target builds

This commit is contained in:
Maximilian Kratz 2023-04-24 10:24:33 +02:00
parent c2bad4f4ca
commit 00717ec8a2
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
**/target/*

View file

@ -7,7 +7,7 @@
<artifactId>org.example.impl.parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Example plug-In implementation for Eclipse using Maven and Tycho</name>
<name>Example plug-in for Eclipse using Maven and Tycho</name>
<properties>
<tycho.version>3.0.4</tycho.version>