Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Running Tycho integration tests locally
  • From: "Sievers, Jan" <jan.sievers@xxxxxxx>
  • Date: Wed, 8 Apr 2020 09:06:31 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=sap.com; dmarc=pass action=none header.from=sap.com; dkim=pass header.d=sap.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=qgYHnXqCiTvGGh94pCAc5RM52Ei4uzsQ5I+pPG3cJtI=; b=YHIIeuOj2HF8sqzkK5pyPOQPjpuz59Iz1oM2Wc5lt9oclGmCu8QgGl6j1z50wPSlwHeGao+fkD/f3/8g9w9tVfYCWaac0ePcbtwIT8Mq9UCizwji0WvHk1n/SkSbui9Pz1WvZrDZj55SmaL1xD40qoq3Fu/wyVHZBO7VWz/oH+Il6unvVOQSeXJVrekRfKyrzT17flnkshoRFcijdAa5noTXJtSKu7WcUdozlNEdsX0xhew7I7R88bpP+R1cLgfIK0a6cOVyZXHuhR1LXVsynPijkt2PszRVlJK1jn4wIX9bUI6SlqSTcpp+VnX+42Re4wIwzWYrsZejRduvSlX4zw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=YulmV1sxGVSsMQHHaxz+FAvODyguoRoDAvP0t6/rCtTmJHmCXgJdimmKtC2EfJlrusW1cs1iF7gRd4q1ZJau5Gl+n3O8aXl49z/C/3wkO7Wg0ZACUNgH9Yw1qBb3xH5ZW/l8COUTiuyg7IhelfMIWyLxU954DPEx7zY5RYziMECPIocH/QtcmuuOUoQLAqYRKb0vNMhtCyfsLvgicoKPQ3n6tBAdwaBezOhVb64dpYj9mYciL1R6HHVhP2g91tRcelQzCA2n6OEHuXz4W+Ni5iXvhrGPcqam3vYr5t9D2dith9N8dRTRRb18js6tG35ynwgoNi07dml2lQGMCuCoAA==
  • Delivered-to: tycho-user@xxxxxxxxxxx
  • Ironport-sdr: rirrkH8OxQoVXkmWD/j8qZZOKrrwezkrUEuLqCYJz3RGxJ1Q7HXBWoBSMrdirZ0PgCvPpVEZHr P3EWK2gwhnKy4z93lyLRbdZkrAq99Cg/eeyxkV5LqBJI13SLtxdSTKQNuHzd40ms+bIWLwR2ul DHyrqNJvc1S7oh7Xu/Tsrmj18v8KjuVUgqF9aTrKi3/n+RJtatLKC5M51XZEnu03CIm0u8JjDP qD/AoG2jydf6i+aStQUc/ZI+jx7hdIeEUuwn2u1W8MUNQU9dmNCxt5fmOi7eiyvzrtNcl3FrE+ RF9hY8LeGlJcM3OFZtBgM9wN
  • List-archive: <https://www.eclipse.org/mailman/private/tycho-user>
  • List-help: <mailto:tycho-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/tycho-user>, <mailto:tycho-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/tycho-user>, <mailto:tycho-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWCljcKRZETWhQQUuQedlukP1vyahvFsuA
  • Thread-topic: [tycho-user] Running Tycho integration tests locally
  • User-agent: Microsoft-MacOutlook/16.35.20030802

I suppose this was likely a glitch while downloading from https://repo.maven.apache.org

you can manually remove $HOME .m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/

to force the download again.

Regards
Jan

On 04.04.20, 10:13, "tycho-user-bounces@xxxxxxxxxxx on behalf of Sandra Parsick" <tycho-user-bounces@xxxxxxxxxxx on behalf of sparsick@xxxxxx> wrote:

    Hello,
    
    I try to run tycho integration tests locally. I follow the instruction
    that are described in [1]. It means, run in tycho root folder
    
    > mvn clean instal
    > mvn clean install -f tycho-its/pom.xml
    
    Unfortunaly, I get following error in all tests:
    
    [ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of
    its dependencies could not be resolved: Failure to find
    org.apache.maven.plugins:maven-clean-plugin:jar:2.5 in
    https://repo.maven.apache.org/maven2 was cached in the local repository,
    resolution will not be reattempted until the update interval of central
    has elapsed or updates are forced -> [Help 1]
    org.apache.maven.plugin.PluginResolutionException: Plugin
    org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its
    dependencies could not be resolved: Failure to find
    org.apache.maven.plugins:maven-clean-plugin:jar:2.5 in
    https://repo.maven.apache.org/maven2 was cached in the local repository,
    resolution will not be reattempted until the update interval of central
    has elapsed or updates are forced
    
    I try out
    > mvn clean install -f tycho-its/pom.xml -U
    
    But that doesn't help. Any ideas for that issue?
    
    My local setup:
    
    Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
    Maven home: /home/sparsick/.sdkman/candidates/maven/current
    Java version: 1.8.0_242, vendor: Azul Systems, Inc., runtime:
    /home/sparsick/.sdkman/candidates/java/8.0.242-zulu/jre
    Default locale: de_DE, platform encoding: UTF-8
    OS name: "linux", version: "4.15.0-91-generic", arch: "amd64", family:
    "unix"
    
    Thank you and greetz
    
    Sandra
    
    
    [1] https://wiki.eclipse.org/Developing_Tycho
    
    


Back to the top