summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManuel Bentele2021-05-18 10:21:02 +0200
committerManuel Bentele2021-05-18 10:21:02 +0200
commit15a7672cb44cd7a2d61e37980213d256deb05cef (patch)
treef031a7eab086cb69d500e76ce8f972a4c84648da /pom.xml
parent[client,server] Fix invalid URLs to the project's website in Maven configurat... (diff)
downloadtutor-module-15a7672cb44cd7a2d61e37980213d256deb05cef.tar.gz
tutor-module-15a7672cb44cd7a2d61e37980213d256deb05cef.tar.xz
tutor-module-15a7672cb44cd7a2d61e37980213d256deb05cef.zip
[build] Remove needless build settings in Maven's root configuration
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/pom.xml b/pom.xml
index 9eda492f..84e71b7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,24 +15,5 @@
<module>dozentenmodul</module>
<module>dozentenmodulserver</module>
</modules>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>3.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>