compiler is only needed in the java module

This commit is contained in:
Athou
2023-05-09 14:00:13 +02:00
parent c0875971e9
commit bbdd712b01
2 changed files with 4 additions and 26 deletions

26
pom.xml
View File

@@ -11,34 +11,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<profiles>
<profile>
<id>only-eclipse</id>
<activation>
<property>
<name>m2e.version</name>
</property>
</activation>
<build>
<directory>target-ide</directory>
</build>
</profile>
</profiles>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
</plugin>
</plugins>
</build>
<modules>
<module>commafeed-client</module>
<module>commafeed-server</module>