You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Dan Tran <da...@gmail.com> on 2021/07/09 22:47:56 UTC

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

ping again :-) to keep discussion going :-)

-D

On Tue, May 18, 2021 at 6:20 AM Guillaume Nodet <gn...@apache.org> wrote:

> Maybe not that many people are using parallel builds...
> Imho, the PR should be merged.  I've created
> https://issues.apache.org/jira/browse/MNG-7157 to provide a better API
> and deprecate the getArtifacts() method which is flawed (see discussion on
> the PR https://github.com/apache/maven/pull/413#issuecomment-841720517).
>
> Le mar. 4 mai 2021 à 15:15, Michael Osipov <mi...@apache.org> a écrit :
>
> > Am 2021-05-03 um 22:15 schrieb Falko Modler:
> > > Earlier today Michael Osipov added this note to the ticket:
> > >
> > > I confirm that this still happens on Maven master with Resolver
> > > 1.7.0-SNAPSHOT. This isn't Resolver related because no dependency
> > > resolution happens in the build.
> >
> > I am still confused why only a few suffer from this. Is this related to
> > dependency inheritance?
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
> >
>
> --
> ------------------------
> Guillaume Nodet
>

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

Posted by Dan Tran <da...@gmail.com>.
Thanks, will hook it up with our internal build

On Sun, Jul 11, 2021 at 6:59 PM Olivier Lamy <ol...@apache.org> wrote:

> done
>
> On Sun, 11 Jul 2021 at 07:44, Dan Tran <da...@gmail.com> wrote:
>
> > possible to push the latest snapshot to
> >
> >
> https://repository.apache.org/content/groups/snapshots/org/apache/maven/apache-maven
> > ?
> >
> > Thanks
> >
> > -D
> >
> > On Sat, Jul 10, 2021 at 2:33 PM Dan Tran <da...@gmail.com> wrote:
> >
> > > Thanks,  I will test out the latest 3.8
> > >
> > > -D
> > >
> > > On Sat, Jul 10, 2021 at 12:29 PM Falko Modler <f....@gmx.net>
> wrote:
> > >
> > >> Done already: https://github.com/apache/maven/pull/482
> > >>
> > >> Cheers,
> > >> Falko
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > >> For additional commands, e-mail: dev-help@maven.apache.org
> > >>
> > >>
> >
>
>
> --
> Olivier Lamy
> http://twitter.com/olamy | http://linkedin.com/in/olamy
>

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

Posted by Olivier Lamy <ol...@apache.org>.
done

On Sun, 11 Jul 2021 at 07:44, Dan Tran <da...@gmail.com> wrote:

> possible to push the latest snapshot to
>
> https://repository.apache.org/content/groups/snapshots/org/apache/maven/apache-maven
> ?
>
> Thanks
>
> -D
>
> On Sat, Jul 10, 2021 at 2:33 PM Dan Tran <da...@gmail.com> wrote:
>
> > Thanks,  I will test out the latest 3.8
> >
> > -D
> >
> > On Sat, Jul 10, 2021 at 12:29 PM Falko Modler <f....@gmx.net> wrote:
> >
> >> Done already: https://github.com/apache/maven/pull/482
> >>
> >> Cheers,
> >> Falko
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: dev-help@maven.apache.org
> >>
> >>
>


-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

Posted by Dan Tran <da...@gmail.com>.
possible to push the latest snapshot to
https://repository.apache.org/content/groups/snapshots/org/apache/maven/apache-maven
?

Thanks

-D

On Sat, Jul 10, 2021 at 2:33 PM Dan Tran <da...@gmail.com> wrote:

> Thanks,  I will test out the latest 3.8
>
> -D
>
> On Sat, Jul 10, 2021 at 12:29 PM Falko Modler <f....@gmx.net> wrote:
>
>> Done already: https://github.com/apache/maven/pull/482
>>
>> Cheers,
>> Falko
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

Posted by Dan Tran <da...@gmail.com>.
Thanks,  I will test out the latest 3.8

-D

On Sat, Jul 10, 2021 at 12:29 PM Falko Modler <f....@gmx.net> wrote:

> Done already: https://github.com/apache/maven/pull/482
>
> Cheers,
> Falko
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

Posted by Falko Modler <f....@gmx.net>.
Done already: https://github.com/apache/maven/pull/482

Cheers,
Falko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

Posted by Dan Tran <da...@gmail.com>.
I think this is the one   https://github.com/apache/maven/pull/413

-D

On Sat, Jul 10, 2021 at 2:56 AM Michael Osipov <mi...@apache.org> wrote:

> Am 2021-07-10 um 00:52 schrieb Dan Tran:
> > ah sorry, the proposed PR merged into master.  Can we back port it to
> 3.8?
>
> Which PR exactly?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

Posted by Michael Osipov <mi...@apache.org>.
Am 2021-07-10 um 00:52 schrieb Dan Tran:
> ah sorry, the proposed PR merged into master.  Can we back port it to 3.8?

Which PR exactly?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: MNG-6843 Parallel build fails due to missing JAR artifacts in compilePath

Posted by Dan Tran <da...@gmail.com>.
ah sorry, the proposed PR merged into master.  Can we back port it to 3.8?

-D

On Fri, Jul 9, 2021 at 3:47 PM Dan Tran <da...@gmail.com> wrote:

> ping again :-) to keep discussion going :-)
>
> -D
>
> On Tue, May 18, 2021 at 6:20 AM Guillaume Nodet <gn...@apache.org> wrote:
>
>> Maybe not that many people are using parallel builds...
>> Imho, the PR should be merged.  I've created
>> https://issues.apache.org/jira/browse/MNG-7157 to provide a better API
>> and deprecate the getArtifacts() method which is flawed (see discussion on
>> the PR https://github.com/apache/maven/pull/413#issuecomment-841720517).
>>
>> Le mar. 4 mai 2021 à 15:15, Michael Osipov <mi...@apache.org> a écrit
>> :
>>
>> > Am 2021-05-03 um 22:15 schrieb Falko Modler:
>> > > Earlier today Michael Osipov added this note to the ticket:
>> > >
>> > > I confirm that this still happens on Maven master with Resolver
>> > > 1.7.0-SNAPSHOT. This isn't Resolver related because no dependency
>> > > resolution happens in the build.
>> >
>> > I am still confused why only a few suffer from this. Is this related to
>> > dependency inheritance?
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> > For additional commands, e-mail: dev-help@maven.apache.org
>> >
>> >
>>
>> --
>> ------------------------
>> Guillaume Nodet
>>
>