diff options
author | Manuel Bentele | 2021-12-16 07:43:05 +0100 |
---|---|---|
committer | Manuel Bentele | 2021-12-16 07:43:05 +0100 |
commit | f482069027a9785234b04a68eca3a92d71df7e11 (patch) | |
tree | 6769bbc2c0db6d7334c4bcef8c8a55236f071f37 | |
parent | Update URL of project website (diff) | |
download | taskman-lite-f482069027a9785234b04a68eca3a92d71df7e11.tar.gz taskman-lite-f482069027a9785234b04a68eca3a92d71df7e11.tar.xz taskman-lite-f482069027a9785234b04a68eca3a92d71df7e11.zip |
Cleanup Maven build configuration
-rw-r--r-- | pom.xml | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -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> |