[
https://issues.apache.org/jira/browse/CAMEL-9535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15116795#comment-15116795
]
Ariel Carrera commented on CAMEL-9535:
--------------------------------------
New user:
If you want to compile the project and you are experimenting this error, you
needs to do the following steps to solve the problem:
> cd camel/platforms/commands/commands-spring-boot
> mvn clean install
It will compile and install the artifact into your local maven repository.
> Could not find artifact camel-commands-spring-boot SNAPSHOT in maven2
> repository
> --------------------------------------------------------------------------------
>
> Key: CAMEL-9535
> URL: https://issues.apache.org/jira/browse/CAMEL-9535
> Project: Camel
> Issue Type: Improvement
> Components: examples
> Affects Versions: 2.17.0
> Environment: apache camel 2.17.SNAPSHOT
> Reporter: Ariel Carrera
> Priority: Minor
>
> When you run mvn dependency:resolve in camel source root directory, you get
> the error:
> [ERROR] Failed to execute goal on project camel-example-spring-boot: Could
> not resolve dependencies for project
> org.apache.camel:camel-example-spring-boot:war:2.17-SNAPSHOT: Could not find
> artifact org.apache.camel:camel-commands-spring-boot:jar:2.17-SNAPSHOT in
> apache.snapshots (http://repository.apache.org/snapshots/) -> [Help 1]
> I browsed the apache snapshot repository
> (https://repository.apache.org/content/repositories/snapshots/org/apache/camel/)
> and "org.apache.camel:camel-commands-spring-boot:jar:2.17-SNAPSHOT" is not
> found.
> I saw that it is a new artifact... can you upload it to maven repository?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)