Repository: olingo-odata4 Updated Branches: refs/heads/master 1591f8742 -> 6e66fc155
[OLINGO-266] merge Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/6e66fc15 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/6e66fc15 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/6e66fc15 Branch: refs/heads/master Commit: 6e66fc1557f334bf85ac94fbe6224d7d4dc3d9bd Parents: 1591f87 Author: Stephan Klevenz <[email protected]> Authored: Mon May 19 15:28:20 2014 +0200 Committer: Stephan Klevenz <[email protected]> Committed: Mon May 19 15:28:20 2014 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/6e66fc15/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6e079b4..0047b4d 100644 --- a/pom.xml +++ b/pom.xml @@ -415,7 +415,7 @@ <failOnViolation>true</failOnViolation> <violationSeverity>warning</violationSeverity> <!-- fit autogenerated (via pojogen plugin) resources --> - <excludes>**/fit/proxy/v4/staticservice/**/*.java, **/fit/proxy/v3/staticservice/**/*.java, **/fit/proxy/v3/actionoverloading/**/*.java, **/fit/proxy/v3/primitivekeys/**/*.java, **/fit/proxy/v3/opentype/**/*.java, **/fit/proxy/v4/opentype/**/*.java</excludes> + <excludes>**/fit/proxy/v4/staticservice/**/*.java, **/fit/proxy/v3/staticservice/**/*.java, **/fit/proxy/v3/actionoverloading/**/*.java, **/fit/proxy/v3/primitivekeys/**/*.java, **/fit/proxy/v3/opentype/**/*.java, **/fit/proxy/v4/opentype/**/*.java, **/fit/proxy/v4/demo/**/*.java</excludes> </configuration> </plugin> <plugin>
