Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] m2e & tycho builds in eclipse?

You already have m2e-tycho installed, so it should be doing its thing
already.

To the best of my knowledge PDE does not provide API to allow resolution
of dependencies from Maven repositories and I do not know if there are
plans to introduce such API. Please talk to PDE developers if you want
to know their official answer.

--
Regards,
Igor



On 11-12-02 11:49 AM, Matthew O'Connor wrote:
Should m2e-tycho just show up on the list? Because I'm not seeing it.

So there's no way for the Maven plugins to somehow add dependencies to
external jars? That's too bad. Is this under consideration for change in
Eclipse?

Matt

On Thu, Dec 1, 2011 at 5:41 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx
<mailto:igor@xxxxxxxxxxxxxx>> wrote:

    Can you post your eclipse installation details
    (about_eclipse->installation___details->configuration)? There were
    several
    reports about problems with automatic discovery of m2e-tycho
    configurator, but I was never able to reproduce the problem.

    In the meantime, you can install m2e-tycho from
    Preferences->Maven->Discovery.

    Also, make sure to import all pom-first dependencies in workspace, PDE
    does not provide API to resolve dependencies from Maven repositories.

    --
    Regards,
    Igor


    On 11-12-01 6:27 PM, Matthew O'Connor wrote:

        Hello all,

        I have an Eclipse application I can compile on the CLI with Maven &
        Tycho. When I import the "Existing Maven Projects" into Eclipse,
        they
        all seem to import correctly, but the "Setup Maven plugin
        connectors"
        (from
        https://docs.sonatype.org/__display/TYCHO/Dependency+on+__pom-first+artifacts
        <https://docs.sonatype.org/display/TYCHO/Dependency+on+pom-first+artifacts>)
        isn't displayed. When I attempt to build the workspace, none of the
        external dependencies specified in my parent pom are being resolved.

        How do I go about resolving this?

        Thanks,
        Matthew

    _________________________________________________
    tycho-user mailing list
    tycho-user@xxxxxxxxxxx <mailto:tycho-user@xxxxxxxxxxx>
    https://dev.eclipse.org/__mailman/listinfo/tycho-user
    <https://dev.eclipse.org/mailman/listinfo/tycho-user>




_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top