Skip to content

Commit

Permalink
Use failOnError instead of strict, and move it up in root POM
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroyer committed Feb 22, 2015
1 parent ecd7e2e commit 3f53aa7
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
<artifactId>gwt-maven-plugin</artifactId>
<configuration>
<module>${package}.${module}</module>
<strict>true</strict>
<genParam>${dollar}{gwt.genParam}</genParam>
<noserver>true</noserver>
<runTarget>${dollar}{runTarget}</runTarget>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
<codeServerWorkDir>${dollar}{project.build.directory}/gwtc/superDevMode</codeServerWorkDir>
-->
<sourceLevel>1.7</sourceLevel>
<failOnError>true</failOnError>
</configuration>
<executions>
<execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
<artifactId>gwt-maven-plugin</artifactId>
<configuration>
<module>${package}.${module}</module>
<strict>true</strict>
<genParam>${dollar}{gwt.genParam}</genParam>
<noserver>true</noserver>
<runTarget>${dollar}{runTarget}</runTarget>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
<codeServerWorkDir>${dollar}{project.build.directory}/gwtc/superDevMode</codeServerWorkDir>
-->
<sourceLevel>1.7</sourceLevel>
<failOnError>true</failOnError>
</configuration>
<executions>
<execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<artifactId>gwt-maven-plugin</artifactId>
<configuration>
<module>it.pkg.Basic</module>
<strict>true</strict>
<genParam>${gwt.genParam}</genParam>
<noserver>true</noserver>
<runTarget>${runTarget}</runTarget>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<codeServerWorkDir>${project.build.directory}/gwtc/superDevMode</codeServerWorkDir>
-->
<sourceLevel>1.7</sourceLevel>
<failOnError>true</failOnError>
</configuration>
<executions>
<execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
<artifactId>gwt-maven-plugin</artifactId>
<configuration>
<module>${package}.${module}</module>
<strict>true</strict>
<genParam>${dollar}{gwt.genParam}</genParam>
<noserver>true</noserver>
<runTarget>${dollar}{runTarget}</runTarget>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
<codeServerWorkDir>${dollar}{project.build.directory}/gwtc/superDevMode</codeServerWorkDir>
-->
<sourceLevel>1.7</sourceLevel>
<failOnError>true</failOnError>
</configuration>
<executions>
<execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<artifactId>gwt-maven-plugin</artifactId>
<configuration>
<module>it.pkg.Basic</module>
<strict>true</strict>
<genParam>${gwt.genParam}</genParam>
<noserver>true</noserver>
<runTarget>${runTarget}</runTarget>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<codeServerWorkDir>${project.build.directory}/gwtc/superDevMode</codeServerWorkDir>
-->
<sourceLevel>1.7</sourceLevel>
<failOnError>true</failOnError>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 3f53aa7

Please sign in to comment.