On Mon, Jul 24, 2023 at 2:08 PM Otavio Rodolfo Piske <angusyo...@gmail.com>
wrote:

> Maybe we can rename the profile from full to "release" and remove the
> activation? So that, if we release the project using mvn -Prelease
> release... it would be active?
>
>
Yeah that seems to work
https://github.com/apache/camel/pull/10805

Now it's only executed when you have -Prelease




> On Mon, Jul 24, 2023 at 2:02 PM Claus Ibsen <claus.ib...@gmail.com> wrote:
>
> > Hi
> >
> > Okay so its very likely due to
> > https://github.com/apache/camel/blame/main/apache-camel/pom.xml#L200
> >
> > This is now in a <profile> that is skipped as part of the release build.
> > Before it was not in a profile and included by default.
> >
> > How can we make the <activation> trigger if either
> >
> > NOT -Dquickly
> >
> > or
> >
> > -Prelease
> >
> >
> >
> >
> >
> >
> > On Mon, Jul 24, 2023 at 1:58 PM Claus Ibsen <claus.ib...@gmail.com>
> wrote:
> >
> > >
> > >
> > > On Mon, Jul 24, 2023 at 1:41 PM Andrea Cosentino <anco...@gmail.com>
> > > wrote:
> > >
> > >> Also without the tarball I guess also the website build would fail,
> > >> because
> > >> we won't have the source zip link to publish in the download table.
> > >>
> > >
> > > Okay I created a ticket
> > > https://issues.apache.org/jira/browse/CAMEL-19643
> > >
> > >
> > >
> > >>
> > >> Il giorno lun 24 lug 2023 alle ore 13:35 Andrea Cosentino <
> > >> anco...@gmail.com>
> > >> ha scritto:
> > >>
> > >> > It's part of the release policy:
> > >> >
> > >> > https://www.apache.org/legal/release-policy.html#source-packages
> > >> >
> > >> > Il giorno lun 24 lug 2023 alle ore 13:26 Gregor Zurowski <
> > >> > gre...@list.zurowski.org> ha scritto:
> > >> >
> > >> >> Is there anything by Apache that requires us to publish the source
> > >> >> tarballs with the release?
> > >> >>
> > >> >> On Mon, Jul 24, 2023 at 1:19 PM Claus Ibsen <claus.ib...@gmail.com
> >
> > >> >> wrote:
> > >> >> >
> > >> >> > On Mon, Jul 24, 2023 at 1:12 PM Gregor Zurowski <
> > >> >> gre...@list.zurowski.org>
> > >> >> > wrote:
> > >> >> >
> > >> >> > > I have prepared the RC2 release, but I have noticed that the
> > build
> > >> is
> > >> >> > > no longer creating "tarballs" of the main Camel distribution.
> > >> >> > >
> > >> >> > > This is the staging repository for 4.0.0-RC2:
> > >> >> > >
> > >> >>
> > >>
> https://repository.apache.org/content/repositories/orgapachecamel-1592/
> > >> >> > >
> > >> >> > > Normally, the tarballs would be located here:
> > >> >> > >
> > >> >> > >
> > >> >>
> > >>
> >
> https://repository.apache.org/content/repositories/orgapachecamel-1592/org/apache/camel/apache-camel/4.0.0-RC2/
> > >> >> > >
> > >> >> > > Is it possible that the revent Maven updates caused this?
> > >> >> > >
> > >> >> > >
> > >> >> > Yes I would assume it's due to that. We can also argue what is
> the
> > >> >> value of
> > >> >> > such tarball, when everyone consumes Camel from maven central.
> > >> >> > Lets create a JIRA and we can fix this for the GA release.
> > >> >> >
> > >> >> >
> > >> >> >
> > >> >> >
> > >> >> > > Thanks in advance,
> > >> >> > > Gregor
> > >> >> > >
> > >> >> > > On Sun, Jul 23, 2023 at 9:51 AM Claus Ibsen <
> > claus.ib...@gmail.com
> > >> >
> > >> >> wrote:
> > >> >> > > >
> > >> >> > > > On Sun, Jul 23, 2023 at 9:47 AM Claus Ibsen <
> > >> claus.ib...@gmail.com>
> > >> >> > > wrote:
> > >> >> > > >
> > >> >> > > > >
> > >> >> > > > >
> > >> >> > > > > On Sun, Jul 23, 2023 at 9:44 AM Gregor Zurowski <
> > >> >> > > gre...@list.zurowski.org>
> > >> >> > > > > wrote:
> > >> >> > > > >
> > >> >> > > > >> Hi Claus,
> > >> >> > > > >>
> > >> >> > > > >> The branch is looking good, I am going to start with the
> > >> release
> > >> >> > > process
> > >> >> > > > >> now.
> > >> >> > > > >>
> > >> >> > > > >>
> > >> >> > > > > mvn release:prepare -Prelease -DdryRun
> > >> >> > > > >
> > >> >> > > > > [INFO] [ERROR] Failed to execute goal
> > >> >> > > > > org.apache.maven.plugins:maven-gpg-plugin:3.1.0:sign
> > (default)
> > >> on
> > >> >> > > project
> > >> >> > > > > camel: Exit code: 2 -> [Help 1]
> > >> >> > > > > I have this error locally, I have a fix .. but need 5 min
> to
> > >> >> complete
> > >> >> > > the
> > >> >> > > > > build before pushing fix to main branch
> > >> >> > > > >
> > >> >> > > > >
> > >> >> > > >
> > >> >> > > >
> > >> >> > > > ok just pushed
> > >> >> > > >
> > >> >> > >
> > >> >>
> > >>
> >
> https://github.com/apache/camel/commit/2dc178385afe6163f4978113b63cd151e9b039a5
> > >> >> > > >
> > >> >> > > > Good luck with the release.
> > >> >> > > >
> > >> >> > > >
> > >> >> > > >
> > >> >> > > > >
> > >> >> > > > >
> > >> >> > > > >> Thanks,
> > >> >> > > > >> Gregor
> > >> >> > > > >>
> > >> >> > > > >> On Fri, Jul 21, 2023 at 2:58 PM Claus Ibsen <
> > >> >> claus.ib...@gmail.com>
> > >> >> > > > >> wrote:
> > >> >> > > > >> >
> > >> >> > > > >> > Hi Gregor
> > >> >> > > > >> >
> > >> >> > > > >> > The main branch is ready for cutting 4.0.0-RC2.
> > >> >> > > > >> >
> > >> >> > > > >> >
> > >> >> > > > >> > On Tue, Jul 11, 2023 at 8:37 PM Gregor Zurowski <
> > >> >> > > > >> gre...@list.zurowski.org>
> > >> >> > > > >> > wrote:
> > >> >> > > > >> >
> > >> >> > > > >> > > Sounds good to me. I will be available for cutting RC2
> > by
> > >> >> the end
> > >> >> > > of
> > >> >> > > > >> > > this month. I am also available for the GA release in
> > the
> > >> >> first
> > >> >> > > three
> > >> >> > > > >> > > weeks of August.
> > >> >> > > > >> > >
> > >> >> > > > >> > > Thanks,
> > >> >> > > > >> > > Gregor
> > >> >> > > > >> > >
> > >> >> > > > >> > > On Tue, Jul 11, 2023 at 10:53 AM Claus Ibsen <
> > >> >> > > claus.ib...@gmail.com>
> > >> >> > > > >> > > wrote:
> > >> >> > > > >> > > >
> > >> >> > > > >> > > > Hi
> > >> >> > > > >> > > >
> > >> >> > > > >> > > > I think it may be a good idea for us to do a RC2
> > before
> > >> we
> > >> >> do
> > >> >> > > the
> > >> >> > > > >> 4.0 GA
> > >> >> > > > >> > > > release.
> > >> >> > > > >> > > >
> > >> >> > > > >> > > > There has been some changes to the build system of
> the
> > >> main
> > >> >> > > branch,
> > >> >> > > > >> and
> > >> >> > > > >> > > > many dependency upgrades (and some still to do) in
> > both
> > >> >> maven
> > >> >> > > > >> plugins and
> > >> >> > > > >> > > > for components.
> > >> >> > > > >> > > >
> > >> >> > > > >> > > > All together I think it would be good to give time
> for
> > >> >> doing a
> > >> >> > > RC2
> > >> >> > > > >> that
> > >> >> > > > >> > > > allows us to catch and find issues ahead of time.
> > >> >> > > > >> > > >
> > >> >> > > > >> > > > So what if we aim for RC2 by the end of this month.
> > >> >> > > > >> > > > And then cut 4.0 GA later in August.
> > >> >> > > > >> > > >
> > >> >> > > > >> > > > However it depends on the availability of Gregor. We
> > can
> > >> >> surely
> > >> >> > > > >> adjust
> > >> >> > > > >> > > the
> > >> >> > > > >> > > > schedule.
> > >> >> > > > >> > > > But I think the GA should be aimed to be GA in
> > >> September;
> > >> >> > > otherwise
> > >> >> > > > >> we
> > >> >> > > > >> > > > postpone the release too long.
> > >> >> > > > >> > > >
> > >> >> > > > >> > > > Any thoughts?
> > >> >> > > > >> > > >
> > >> >> > > > >> > > >
> > >> >> > > > >> > > > --
> > >> >> > > > >> > > > Claus Ibsen
> > >> >> > > > >> > > > -----------------
> > >> >> > > > >> > > > @davsclaus
> > >> >> > > > >> > > > Camel in Action 2: https://www.manning.com/ibsen2
> > >> >> > > > >> > >
> > >> >> > > > >> >
> > >> >> > > > >> >
> > >> >> > > > >> > --
> > >> >> > > > >> > Claus Ibsen
> > >> >> > > > >> > -----------------
> > >> >> > > > >> > @davsclaus
> > >> >> > > > >> > Camel in Action 2: https://www.manning.com/ibsen2
> > >> >> > > > >>
> > >> >> > > > >
> > >> >> > > > >
> > >> >> > > > > --
> > >> >> > > > > Claus Ibsen
> > >> >> > > > > -----------------
> > >> >> > > > > @davsclaus
> > >> >> > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > >> >> > > > >
> > >> >> > > >
> > >> >> > > >
> > >> >> > > > --
> > >> >> > > > Claus Ibsen
> > >> >> > > > -----------------
> > >> >> > > > @davsclaus
> > >> >> > > > Camel in Action 2: https://www.manning.com/ibsen2
> > >> >> > >
> > >> >> >
> > >> >> >
> > >> >> > --
> > >> >> > Claus Ibsen
> > >> >> > -----------------
> > >> >> > @davsclaus
> > >> >> > Camel in Action 2: https://www.manning.com/ibsen2
> > >> >>
> > >> >
> > >>
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -----------------
> > > @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
> > >
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
> >
>
>
> --
> Otavio R. Piske
> http://orpiske.net
>


-- 
Claus Ibsen
-----------------
@davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to