syndesisio / connectors

Apache Camel Connectors for Syndesis
Apache License 2.0
6 stars 12 forks source link

fix: copy-rename-maven-plugin plugin execution order #89

Closed zregvart closed 7 years ago

zregvart commented 7 years ago

The copy-rename-maven-plugin:copy was coping the unfiltered camel-connector-schema.json to sql-stored-connector.json and kept the ${project.version} token in the resulting JSON. This changes so that the filtered resource from target/classes is copied after it gets created.

Fixes #88

KurtStam commented 7 years ago

LGTM

pure-bot[bot] commented 7 years ago

Pull request approved by @KurtStam - applying approved label