Hi

On Mon, Jan 31, 2022 at 10:12 AM Gregor Zurowski
<gre...@list.zurowski.org> wrote:
>
> I was able to run through the Maven release stage, but I am not able
> to close the staging repository on Apache's Nexus due to failed
> validations:
>
> ```
> Invalid Signature:
> '/org/apache/camel/camel-dependencies-generator/3.15.0/camel-dependencies-generator-3.15.0.pom.asc'
> is not a valid signature for
> 'camel-dependencies-generator-3.15.0.pom'.
> Missing Signature:
> '/org/apache/camel/camel-dependencies/3.15.0/camel-dependencies-3.15.0.pom.asc'
> does not exist for 'camel-dependencies-3.15.0.pom'.
> ```
>
> This seems to be caused by the recent workaround we put in place to
> unblock the release.
>

Ah okay we cannot install this pom on the fly via that attach artifact.
So yeah we need to go back to sync the pom.xml in the source code as
we did previously.

I can work on this but I need to step out on and off today so its
first done later this afternoon.



> On Sun, Jan 30, 2022 at 6:13 PM Claus Ibsen <claus.ib...@gmail.com> wrote:
> >
> > Hi
> >
> > Okay I have tested that the generated camel-dependencies/pom.xml is
> > correct and works with camel-karaf and camel-spring-boot.
> > Also the need for that template file that failed in the build before
> > has been removed
> >
> > The fix is in this commit:
> > https://github.com/apache/camel/commit/2e74964e8986163521cb044cb9e4bc0033ececad
> >
> > Gregor, you are welcome to restart the release, from the top of the main 
> > branch.
> >
> >
> > On Sun, Jan 30, 2022 at 5:22 PM Claus Ibsen <claus.ib...@gmail.com> wrote:
> > >
> > > Hi
> > >
> > > Ah okay, yeah its the new sync to camel-dependencies that I was afraid
> > > could cause a problem as its done in a new way now.
> > > I have a potential fix - just doing a full rebuild before pushing.
> > >
> > > When I have tested it some more I will report back here. And when so
> > > then you can restart the release.
> > > Otherwise if what I am doing fails, then we can revert that commit,
> > > and go back to the old way with camel-dependencies, and try to come up
> > > with a better solution for Camel 3.16.
> > >
> > > On Sun, Jan 30, 2022 at 3:56 PM Gregor Zurowski
> > > <gre...@list.zurowski.org> wrote:
> > > >
> > > > 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 <claus.ib...@gmail.com> 
> > > > 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 <claus.ib...@gmail.com> 
> > > > > 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
> > > > > > <gre...@list.zurowski.org> 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
> > > > > > > <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
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > 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
> >
> >
> >
> > --
> > 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