I ran into the same issue with another attempt:

```
[ERROR] Failed to execute goal on project build-it: Could not resolve
dependencies for project
org.apache.camel.archetypes.archetypeIT.camel-archetype-endpointdsl:build-it:jar:0.0.1:
Could not find artifact
org.apache.camel:camel-endpointdsl:jar:3.15.0-SNAPSHOT -> [Help 1]
[INFO] [INFO] org.apache.maven.lifecycle.LifecycleExecutionException:
Failed to execute goal on project build-it: Could not resolve
dependencies for project
org.apache.camel.archetypes.archetypeIT.camel-archetype-endpointdsl:build-it:jar:0.0.1:
Could not find artifact
org.apache.camel:camel-endpointdsl:jar:3.15.0-SNAPSHOT
```

Any ideas?

Thanks,
Gregor

On Sun, Jan 30, 2022 at 11:07 AM Gregor Zurowski
<gre...@list.zurowski.org> wrote:
>
> Hi Claus,
>
> Thanks for looking into this and applying a fix. I've just restarted
> the build and will provide updates if I encounter any further issues.
> I am currently working on the newly created `release/3.15.0` branch:
> https://github.com/apache/camel/tree/release/3.15.0
>
> Thanks,
> Gregor
>
> On Sun, Jan 30, 2022 at 9:05 AM Claus Ibsen <claus.ib...@gmail.com> wrote:
> >
> > Hi Gregor
> >
> > I found another way
> > https://github.com/apache/camel/commit/bd5c161b163da12ffeb5b84f91f921af8a40cdc8
> >
> > We use these archetypes in the camel-catalog so they should ideally be
> > build before the catalog.
> >
> > We will skip running these archetype tests during release building. I
> > am using the release profile.
> > If you need this for other profiles, maybe there is a pre-release or
> > something, then you can just add it as well.
> >
> > Can you try again?
> >
> > On Sat, Jan 29, 2022 at 9:12 PM Gregor Zurowski
> > <gre...@list.zurowski.org> wrote:
> > >
> > > Hi Everyone:
> > >
> > > I am having issues cutting the release candidate for Camel 3.15.0 (off
> > > of the current main branch). The build breaks on the
> > > `camel-endpointdsl` module with the following error:
> > >
> > > ```
> > > [ERROR] Failed to execute goal on project run-it: Could not resolve
> > > dependencies for project
> > > org.apache.camel.archetypes.archetypeIT.camel-archetype-endpointdsl:run-it:jar:0.0.1:
> > > Could not find artifact
> > > org.apache.camel:camel-endpointdsl:jar:3.15.0-SNAPSHOT -> [Help 1]
> > > [INFO] [INFO] org.apache.maven.lifecycle.LifecycleExecutionException:
> > > Failed to execute goal on project run-it: Could not resolve
> > > dependencies for project
> > > org.apache.camel.archetypes.archetypeIT.camel-archetype-endpointdsl:run-it:jar:0.0.1:
> > > Could not find artifact
> > > org.apache.camel:camel-endpointdsl:jar:3.15.0-SNAPSHOT
> > > ```
> > >
> > > Any idea on how to resolve this?
> > >
> > > Thanks in advance,
> > > Gregor
> >
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to