Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] [CAUTION] Tycho fetches dependency information from Maven central despite target definition

this is probably caused by

https://bugs.eclipse.org/bugs/show_bug.cgi?id=510198

looks like official maven central JDT core binaries drag in a lot of dependencies which are not needed (at least not for our headless compiler usecase)

I opened

https://bugs.eclipse.org/bugs/show_bug.cgi?id=536040

Jan

On 19.06.18, 10:40, "tycho-user-bounces@xxxxxxxxxxx on behalf of Birenheide, Richard" <tycho-user-bounces@xxxxxxxxxxx on behalf of richard.birenheide@xxxxxxx> wrote:

    Hi,
     
    when switching to Tycho 1.2.0 I noticed that during build Eclipse content is fetched from Maven central (trace below), despite my target definition. Is this due to
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=510198? I’d like to understand the background. Are the Eclipse parts which my plugins are compiled against are being fetched from Maven central?
     If not, what are these downloads needed for?
     
    These downloads don’t happen with Tycho 1.1.0.
     
    Build command: mvn clean compile -U
     
    Thanks
    Richard
     
     
    [INFO] --- tycho-compiler-plugin:1.2.0:compile (default-compile) @ org.birenheide.bf ---
    Downloading: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
    Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml (388 B at 2.1 KB/sec)
    Downloading: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
    Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml (388 B at 15.8 KB/sec)
    Downloading: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
    Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml (386 B at 16.4 KB/sec)
    Downloading: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
    Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (481 B at 21.4 KB/sec)
    Downloading: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
    Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml (384 B at 17.0 KB/sec)
    Downloading: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
    Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml (472 B at 17.1 KB/sec)
    Downloading: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
    Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml (388 B at 16.5 KB/sec)
    Downloading: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
    Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml (389 B at 13.1 KB/sec)
    Downloading: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
    Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml (388 B at 14.6 KB/sec)
    Downloading: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
    Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml (356 B at 13.9 KB/sec)
    Downloading: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
    Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml (385 B at 15.7 KB/sec)
    Downloading: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
    Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/maven-metadata.xml (380 B at 13.7 KB/sec)
    Downloading: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml
    Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml (414 B at 14.4 KB/sec)
    [INFO] Compiling 39 source files to <redacted>\target\classes
    Dr. Richard Birenheide
    Development Architect
    Suite Architecture
    SAP SE
    Dietmar-Hopp-Allee 16,
    69190 Walldorf
    Germany
    T +49 / 6227 / 7-42303
    F +49 / 6227 / 7835816
    E richard.birenheide@xxxxxxx
    http://www.sap.com <http://www.sap.com/>
    Pflichtangaben/Mandatory Disclosure Statements:
    http://www.sap.com/company/legal/impressum.epx
    Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Kenntnisnahme des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich
     untersagt. Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail.
    Vielen Dank.
    This e-mail may contain trade secrets or privileged, undisclosed, or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying, or distribution of it is strictly prohibited. Please inform
     us immediately and destroy the original transmittal. Thank you for your cooperation.
     
    
    


Back to the top