Skip to content
Snippets Groups Projects
Commit 94c65a26 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6811 add maven compiler plugin

parent 7dd1367f
No related branches found
No related tags found
No related merge requests found
...@@ -132,6 +132,10 @@ ...@@ -132,6 +132,10 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId> <artifactId>maven-failsafe-plugin</artifactId>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
</plugins> </plugins>
</build> </build>
</project> </project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment