This is an automated email from the ASF dual-hosted git repository. pascalschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 443d55cacaf24e8b2e33197c08992f68e11fcd93 Author: Pascal Schumacher <pascalschumac...@gmx.net> AuthorDate: Sun May 6 16:36:29 2018 +0200 CAMEL-10895: xmlbeans-maven-plugin fails on JAVA9 Enable camel-xmlbeans-starter build on Java 9, now that camel-xmlbeans works on Java 9 (6e0f5846f9dae61c4be833fa306f6db1ed625f40). --- .../camel-xmlbeans-starter/pom.xml | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/platforms/spring-boot/components-starter/camel-xmlbeans-starter/pom.xml b/platforms/spring-boot/components-starter/camel-xmlbeans-starter/pom.xml index 3f6ffbc..3b157f1 100644 --- a/platforms/spring-boot/components-starter/camel-xmlbeans-starter/pom.xml +++ b/platforms/spring-boot/components-starter/camel-xmlbeans-starter/pom.xml @@ -50,31 +50,4 @@ </dependency> <!--END OF GENERATED CODE--> </dependencies> - <profiles> - <profile> - <id>jdk9+-build</id> - <activation> - <jdk>[9,)</jdk> - </activation> - <build> - <plugins> - <plugin> - <!--Skip compile on Java 9 https://issues.apache.org/jira/browse/CAMEL-10895 --> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <executions> - <execution> - <id>default-compile</id> - <phase>none</phase> - </execution> - <execution> - <id>default-testCompile</id> - <phase>none</phase> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> </project> -- To stop receiving notification emails like this one, please contact pascalschumac...@apache.org.