[
https://issues.apache.org/jira/browse/CAMEL-3387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969498#action_12969498
]
Christian Müller commented on CAMEL-3387:
-----------------------------------------
In which repo? I can't find it in http://repository.apache.org/snapshots or
http://repo2.maven.org/maven2 (the repos where Camel is looking for it)
{code}
Downloading:
http://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.velocity/1.7_1/org.apache.servicemix.bundles.velocity-1.7_1.jar
[INFO] Unable to find resource
'org.apache.servicemix.bundles:org.apache.servicemix.bundles.velocity:jar:1.7_1'
in repository central (http://repo1.maven.org/maven2)
org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable to
download the artifact from any repository
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.servicemix.bundles
-DartifactId=org.apache.servicemix.bundles.velocity -Dversion=1.7_1
-Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.apache.servicemix.bundles
-DartifactId=org.apache.servicemix.bundles.velocity -Dversion=1.7_1
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
org.apache.servicemix.bundles:org.apache.servicemix.bundles.velocity:jar:1.7_1
from the specified remote repositories:
apache.snapshots (http://repository.apache.org/snapshots),
central (http://repo1.maven.org/maven2)
{code}
> Upgrade to Velocity 1.7
> -----------------------
>
> Key: CAMEL-3387
> URL: https://issues.apache.org/jira/browse/CAMEL-3387
> Project: Camel
> Issue Type: Task
> Components: camel-velocity
> Affects Versions: 2.5.0
> Reporter: Christian Müller
> Assignee: Christian Müller
> Priority: Minor
> Fix For: 2.6.0
>
> Attachments: CAMEL-3387.patch
>
>
> Apache Velocity 1.7 is released with a few bug fixes:
> http://velocity.apache.org/engine/devel/changes-report.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.