Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Changing tycho-p2-resolver directory structure

This is done.

@Tycho developers: You will need to re-import Tycho into your Eclipse workspace. Tycho now builds in a single reactor, so importing the root pom.xml is enough!

@Igor: See my comments inline.

Regards
Tobias

Igor Fedorenko wrote:
> tycho-p2-resolver-impl was introduced to solve TYCHO-516. The idea was
> to split API and implementation builds such that API bundles used by
> Maven plugins do not have P2 repositories mentioned in their pom.xml
> files. I don't mind moving files around, as long as this problem does
> not resurface.
> 
> https://issues.sonatype.org/browse/TYCHO-516

This problem should not re-occur because I changed the target platform to use a target file rather than repositories with layout p2 (as part of the M1 migration -> 4393caf)

> 
> --
> Regards,
> Igor
> 
> On 11-08-22 10:47 AM, Oberlies, Tobias wrote:
> > As proposed during the last meeting here at SAP, I would like to change
> > the structure of the bundles under "tycho-p2-resolver":
> >
> >   * Rename the folder "tycho-p2-resolver" to "tycho-bundles", because
> >     the folder contains all Tycho-provided bundles of Tycho's embedded
> >     OSGi runtime.
> >   * Drop the "tycho-p2-resolver-impl" folder in order to shorten the
> paths.
> >
> > In order to ease the re-import of the affected project into the Eclipse
> > workspace, I will also change the project aggregation, so that
> > everything is aggregated from the root POM.
> > Any objections/comments? If not, I'll do this change within the next two
> > weeks.
> > Regards
> > Tobias
> >
> >
> > _______________________________________________
> > tycho-dev mailing list
> > tycho-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/tycho-dev
> _______________________________________________
> tycho-dev mailing list
> tycho-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-dev


Back to the top