Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] SNAPSHOT dependency is not resolved from Local Maven Repository in case of eclipse-repository packaging

did you try adding schema as a dependency to eclipse-repository

Jeff

On Sat, May 14, 2016 at 11:46 AM, Balázs Zsoldos <balazs.zsoldos@xxxxxxxxxx> wrote:
Hi,

I have two projects with the following structure:

  • schema (an OSGi bundle)
  • Eclipse plugin with the following modules
    • plugin
    • feature
    • eclipse-repository
I would like to release the first version of schema project when I release the eclipse plugin. That means that the schema has SNAPSHOT version.

The plugin and the feature projects have schema as the dependency and pomDependencies=consider setting, I can compile them.

However, I cannot compile the eclipse-repository module. As much as I see, tycho tries to find the schema project only in the remote repositories. Do you have any idea, why it is like this or how to make tycho search in the local repository, too.

Thanks and regards,
Balázs Zsoldos


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user



--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

Back to the top