Skip to content

Commit 62a58b0

Browse files
committed
successful build
1 parent 14994cd commit 62a58b0

File tree

12 files changed

+13
-7
lines changed

12 files changed

+13
-7
lines changed

pom.xml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@
4848
<role>developer</role>
4949
</roles>
5050
</developer>
51-
<developer>
52-
<id>bngreen</id>
53-
<email>[email protected]</email>
54-
<roles>
55-
<role>developer</role>
56-
</roles>
57-
</developer>
5851
<developer>
5952
<id>villekoskela</id>
6053
<email>[email protected]</email>
@@ -104,6 +97,19 @@
10497
</plugin>
10598

10699
<!-- Project Specific Plugins -->
100+
<plugin>
101+
<groupId>org.apache.maven.plugins</groupId>
102+
<artifactId>maven-compiler-plugin</artifactId>
103+
<!-- <version>${maven.compiler.plugin.version}</version>-->
104+
<configuration>
105+
<showDeprecation>true</showDeprecation>
106+
<showWarnings>true</showWarnings>
107+
<compilerArgs>
108+
<arg>-Xlint:all</arg>
109+
<arg>-Xlint:-processing</arg>
110+
</compilerArgs>
111+
</configuration>
112+
</plugin>
107113
<plugin>
108114
<groupId>com.github.os72</groupId>
109115
<artifactId>protoc-jar-maven-plugin</artifactId>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)