summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2021-12-16 07:43:05 +0100
committerManuel Bentele2021-12-16 07:43:05 +0100
commitf482069027a9785234b04a68eca3a92d71df7e11 (patch)
tree6769bbc2c0db6d7334c4bcef8c8a55236f071f37
parentUpdate URL of project website (diff)
downloadtaskman-lite-f482069027a9785234b04a68eca3a92d71df7e11.tar.gz
taskman-lite-f482069027a9785234b04a68eca3a92d71df7e11.tar.xz
taskman-lite-f482069027a9785234b04a68eca3a92d71df7e11.zip
Cleanup Maven build configuration
-rw-r--r--pom.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/pom.xml b/pom.xml
index 4147bd8..1a3f77e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,23 +16,5 @@
<module>api</module>
</modules>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>3.6.1</version>
- <configuration>
- <source>1.7</source>
- <target>1.7</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
-
</project>