Claus Ibsen created CAMEL-8924:
----------------------------------
Summary: camel-maven-plugin - The goal that generates the list of
components etc
Key: CAMEL-8924
URL: https://issues.apache.org/jira/browse/CAMEL-8924
Project: Camel
Issue Type: Improvement
Components: tooling
Reporter: Claus Ibsen
Fix For: 2.16.0
should only write a file if there is some changes. As then the timestamp of the
file is updated, and the maven plugin is unfortunately triggering a full rebuild
[INFO] --- camel-package-maven-plugin:2.16-SNAPSHOT:generate-languages-list
(languages) @ camel-core ---
[INFO] Generated
/Users/davsclaus/workspace/camel/camel-core/target/generated/camel/languages/META-INF/services/org/apache/camel/language.properties
containing 10 Camel languages: bean constant exchangeProperty file header ref
simple tokenize xpath xtokenize
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @
camel-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 126 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @
camel-core ---
[INFO] Changes detected - recompiling the module!
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)