The previous fix helped, but I am now running into yet another issue.
When building camel-dependencies-generator, I am getting an error when
the attempting to sign target artifacts:

```
[INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-release-artifacts)
@ camel-dependencies-generator ---
[INFO] gpg: can't create
'/git/camel/camel-dependencies/target/gpg/../camel-dependencies/target/camel-dependencies-pom-template.xml.asc':
No such file or directory
[INFO] gpg: signing failed: No such file or directory
```

Probably related to the recent changes made with
https://github.com/apache/camel/commit/badc9aea3a21a398b514d91d65f13a64ff5c0ec6#diff-bffcf0db5b30b728e4429b1bd7b845b8d369eec5de1509157e96e8db7db6ff65?

On Sun, Jan 30, 2022 at 1:03 PM Claus Ibsen <[email protected]> wrote:
>
> Hi
>
> I have removed it, can you try again
> https://github.com/apache/camel/commit/4d947bc6b3222f327de3379e5e51f23b5914324c
>
> On Sun, Jan 30, 2022 at 12:59 PM Claus Ibsen <[email protected]> wrote:
> >
> > Hi
> >
> > Okay lets remove the endpointdsl archetype - it does not bring any
> > real value anyway.
> >
> > On Sun, Jan 30, 2022 at 12:49 PM Gregor Zurowski
> > <[email protected]> wrote:
> > >
> > > 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
> > > <[email protected]> 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 <[email protected]> 
> > > > 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
> > > > > <[email protected]> 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
> >
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to