Skip to content

Commit

Permalink
compiler is only needed in the java module
Browse files Browse the repository at this point in the history
  • Loading branch information
Athou committed May 9, 2023
1 parent c087597 commit bbdd712
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
4 changes: 4 additions & 0 deletions commafeed-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<name>CommaFeed Server</name>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<guice.version>5.1.0</guice.version>
<querydsl.version>4.4.0</querydsl.version>
<rome.version>2.1.0</rome.version>
Expand Down Expand Up @@ -42,6 +45,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<parameters>true</parameters>
</configuration>
Expand Down
26 changes: 0 additions & 26 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bbdd712

Please sign in to comment.