[
https://issues.apache.org/jira/browse/CAMEL-8021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14203925#comment-14203925
]
Andrea Cosentino commented on CAMEL-8021:
-----------------------------------------
At this moment we have <forkMode> in the following components:
{code:shell}
./tests/camel-itest/pom.xml
./tests/camel-itest-karaf/pom.xml
./tests/camel-itest-osgi/pom.xml
./components/camel-gae/pom.xml
./components/camel-olingo2/pom.xml
./components/camel-quartz2/pom.xml
./components/camel-jcr/pom.xml
./components/camel-google-drive/pom.xml
./components/camel-jaxb/pom.xml
./components/camel-mina/pom.xml
./components/camel-vertx/pom.xml
./components/camel-hbase/pom.xml
./components/camel-linkedin/pom.xml
./components/camel-soap/pom.xml
./components/camel-stream/pom.xml
./components/camel-sql/pom.xml
./components/camel-jetty/pom.xml
./components/camel-hazelcast/pom.xml
./components/camel-cxf/pom.xml
./components/camel-bam/pom.xml
./components/camel-cxf-transport/pom.xml
./components/camel-mqtt/pom.xml
./components/camel-box/pom.xml
./components/camel-urlrewrite/pom.xml
./components/camel-jms/pom.xml
./components/camel-facebook/pom.xml
./components/camel-facebook/pom.xml
./components/camel-script/pom.xml
./components/camel-test-blueprint/pom.xml
./components/camel-mina2/pom.xml
./components/camel-servlet/pom.xml
./components/camel-http4/pom.xml
./components/camel-quartz/pom.xml
./components/camel-twitter/pom.xml
./components/camel-twitter/pom.xml
./components/camel-sap-netweaver/pom.xml
./components/camel-sap-netweaver/pom.xml
./components/camel-servletlistener/pom.xml
./components/camel-hawtdb/pom.xml
./components/camel-leveldb/pom.xml
./examples/pom.xml
./examples/camel-example-loan-broker/pom.xml
./examples/camel-example-bam/pom.xml
{code}
and we can use the tips from Maven-surefire-plugin *Migrating the Deprecated
forkMode Parameter to forkCount and reuseForks* described here:
*[http://maven.apache.org/surefire/maven-surefire-plugin/examples/fork-options-and-parallel-execution.html]*
> Fix Maven surefire warning during build
> ---------------------------------------
>
> Key: CAMEL-8021
> URL: https://issues.apache.org/jira/browse/CAMEL-8021
> Project: Camel
> Issue Type: Task
> Components: build system
> Reporter: Claus Ibsen
> Priority: Minor
>
> We get
> [WARNING] The parameter forkMode is deprecated since version 2.14. Use
> forkCount and reuseForks instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)