Fix Maven warning
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a0379715 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a0379715 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a0379715 Branch: refs/heads/master Commit: a03797159af6e3d376a1e384036c9f90098c29b6 Parents: 64cbbf0 Author: Antonin Stefanutti <anto...@stefanutti.fr> Authored: Tue Feb 23 12:43:45 2016 +0100 Committer: Antonin Stefanutti <anto...@stefanutti.fr> Committed: Tue Feb 23 12:48:24 2016 +0100 ---------------------------------------------------------------------- examples/camel-example-cdi-osgi/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/a0379715/examples/camel-example-cdi-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-cdi-osgi/pom.xml b/examples/camel-example-cdi-osgi/pom.xml index 890ae7e..706b0b2 100755 --- a/examples/camel-example-cdi-osgi/pom.xml +++ b/examples/camel-example-cdi-osgi/pom.xml @@ -227,7 +227,7 @@ <build> <!-- Easier to get the local artifact from the integration tests --> - <finalName>${artifactId}</finalName> + <finalName>${project.artifactId}</finalName> <plugins>