This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 0440882f0f6b2416c9ae7a6134646fa7666a9030 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Mon Feb 19 00:10:21 2018 +0100 Upgrade maven-archetype-packaging to 2.3 Without this change the build would fail with error: [ERROR] Could not find goal 'add-archetype-metadata' in plugin org.apache.maven.plugins:maven-archetype-plugin:3.0.1 among available goals crawl, create-from-project, generate, help, integration-test, jar, update-local-catalog -> [Help 1] --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index e2017f7..e0f430a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -470,7 +470,7 @@ <!-- use antrun 1.6 as 1.7 fails with finding tools.jar on java on some platforms --> <maven-antrun-plugin-version>1.6</maven-antrun-plugin-version> <maven-archetype-plugin-version>3.0.1</maven-archetype-plugin-version> - <maven-archetype-packaging-version>2.0</maven-archetype-packaging-version> + <maven-archetype-packaging-version>2.3</maven-archetype-packaging-version> <maven-assembly-plugin-version>3.0.0</maven-assembly-plugin-version> <maven-bundle-version>${maven-bundle-plugin-version}</maven-bundle-version> <maven-bundle-plugin-version>3.3.0</maven-bundle-plugin-version> -- To stop receiving notification emails like this one, please contact zregv...@apache.org.