Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [collections-dev] First time project set up build failure
  • From: "Nanivadekar, Nikhil J" <Nikhil.Nanivadekar@xxxxxxxxxxxxx>
  • Date: Tue, 11 Aug 2020 08:51:54 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=bnymellon.com; dmarc=pass action=none header.from=bnymellon.com; dkim=pass header.d=bnymellon.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=zw1O9Zdo8njA7JH3VKVbzhEfFhoMLM2jcfGS7WPk9l8=; b=Q6puG3ABim4CjW+XXwxbjE01Dl7HXT8foh9oQ2MBOz6yaokR2OW40WqjAqKffbh+Kq7GNuhrHUmyXMCxayF1SNoywgxInz8RHjKGGWDJ1SYO+qyla7MVq6fqODXACIGqxvxsNgGFYBLX2tB6SYEbweN/TFD0WJBgKfv2U0rKJrbsYiVGGIg5/qt59EFSMgZS9ycDHUZCeFxUGyZs1+JvCcRYqxjwvce+KWJDhYNsbiHbllfP+XxgF8f+nte7tRdCQSilIhQdgM+9cYi3PUuXRH4iMLIeAf/zmXbQAvr5WPDYpeOeFaPvLZcHohUG0Hwi/+r8VitGd4yT1T6zH7fPpA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ZIbW8kCRC8IJLU9QdjU6pMmIKBBZ2C8SpQIHi2CyDH7kqICvbZNR3j0cyNkDGcvkrZqVemI92lUnNQsE/6NoQBRzt9xtigtzgwgOGCGrQNvzZY0ZkWQ1ItXNu3YWRS5eU0vyu2cj84K5IumUfabi9+f6QB4C6LU5l9CU8JMXVI4mcA4xOPtAMtFZpf6LsM9jHVw5QGa8GlWPwpRez8IY1to89mQLlNteJSKE6w0eVP2SDKyl0BUX9pHs7oxtqL1azVcrUhEsVsRBr6W6VoCt9tVPAVUWQWzpmpR86AH+oN2+/o+mKz8wfMuX4ZN9DVnv8S6+Ujc/QOHHIjsyjpZsXw==
  • Delivered-to: collections-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/collections-dev>
  • List-help: <mailto:collections-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/collections-dev>, <mailto:collections-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/collections-dev>, <mailto:collections-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels: MSIP_Label_24989e87-1826-4595-8085-9c11e7f9468e_Enabled=true; MSIP_Label_24989e87-1826-4595-8085-9c11e7f9468e_SetDate=2020-08-11T08:51:51Z; MSIP_Label_24989e87-1826-4595-8085-9c11e7f9468e_Method=Standard; MSIP_Label_24989e87-1826-4595-8085-9c11e7f9468e_Name=Internal Use Only; MSIP_Label_24989e87-1826-4595-8085-9c11e7f9468e_SiteId=106bdeea-f616-4dfc-bc1d-6cbbf45e2011; MSIP_Label_24989e87-1826-4595-8085-9c11e7f9468e_ActionId=79b4099c-5d84-4a28-99f7-88516d96b253; MSIP_Label_24989e87-1826-4595-8085-9c11e7f9468e_ContentBits=0
  • Thread-index: AQHWb5Z4nc/ZLAZFt0+Mvp4++3A+V6kymc/w
  • Thread-topic: [collections-dev] First time project set up build failure

Hi Rituparno, can you please raise an issue here: https://github.com/eclipse/eclipse-collections?

 

Thanks,

Nikhil.

 

From: collections-dev-bounces@xxxxxxxxxxx <collections-dev-bounces@xxxxxxxxxxx> On Behalf Of rituparno biswas
Sent: Tuesday, August 11, 2020 11:18 AM
To: collections-dev@xxxxxxxxxxx
Subject: [collections-dev] First time project set up build failure

 

Hello,

 

This is my first time contributing to eclipse collections. I was setting up the project locally. According to the contributing guide [ CONTRIBUTING.md ] , I tried running mvn install -DskipTests=true.

 

But the build failed with the stacktrace that is mentioned at the end of the mail. Please help me with the set up of the project, so that I can start contributing.

Please let me know if I should follow some other way to set up the project locally. Or if I should mention my query somewhere else.

 

Thanks in advance.

 

Stackrace for your reference:

 

[ERROR] The build could not read 1 project -> [Help 1]
org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin org.eclipse.ebr:ebr-maven-plugin:1.2.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.ebr:ebr-maven-plugin:jar:1.2.0 @

    at org.apache.maven.project.DefaultProjectBuilder.build (DefaultProjectBuilder.java:383)
    at org.apache.maven.graph.DefaultGraphBuilder.collectProjects (DefaultGraphBuilder.java:414)
    at org.apache.maven.graph.DefaultGraphBuilder.getProjectsForMavenReactor (DefaultGraphBuilder.java:405)
    at org.apache.maven.graph.DefaultGraphBuilder.build (DefaultGraphBuilder.java:82)
    at org.apache.maven.DefaultMaven.buildGraph (DefaultMaven.java:507)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:219)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
21:39:43:525 [ERROR]  
21:39:43:525 [ERROR]   The project org.eclipse.collections:p2-repository:11.0.0-SNAPSHOT (/home/rituparno/oss/eclipse-collections/p2-repository/pom.xml) has 1 error
21:39:43:525 [ERROR]     Unresolveable build extension: Plugin org.eclipse.ebr:ebr-maven-plugin:1.2.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.ebr:ebr-maven-plugin:jar:1.2.0: Could not transfer artifact org.eclipse.ebr:ebr-maven-plugin:pom:1.2.0 from/to ebr-releases (https://repo.eclipse.org/content/repositories/ebr-releases/): Received fatal alert: handshake_failure -> [Help 2]
org.apache.maven.plugin.PluginManagerException: Plugin org.eclipse.ebr:ebr-maven-plugin:1.2.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.ebr:ebr-maven-plugin:jar:1.2.0
    at org.apache.maven.plugin.internal.DefaultMavenPluginManager.setupExtensionsRealm (DefaultMavenPluginManager.java:849)
    at org.apache.maven.project.DefaultProjectBuildingHelper.createProjectRealm (DefaultProjectBuildingHelper.java:197)
    at org.apache.maven.project.DefaultModelBuildingListener.buildExtensionsAssembled (DefaultModelBuildingListener.java:101)
    at org.apache.maven.model.building.ModelBuildingEventCatapult$1.fire (ModelBuildingEventCatapult.java:44)
    at org.apache.maven.model.building.DefaultModelBuilder.fireEvent (DefaultModelBuilder.java:1359)
    at org.apache.maven.model.building.DefaultModelBuilder.build (DefaultModelBuilder.java:452)
    at org.apache.maven.model.building.DefaultModelBuilder.build (DefaultModelBuilder.java:432)
    at org.apache.maven.project.DefaultProjectBuilder.build (DefaultProjectBuilder.java:583)
    at org.apache.maven.project.DefaultProjectBuilder.build (DefaultProjectBuilder.java:590)
    at org.apache.maven.project.DefaultProjectBuilder.build (DefaultProjectBuilder.java:373)
    at org.apache.maven.graph.DefaultGraphBuilder.collectProjects (DefaultGraphBuilder.java:414)
    at org.apache.maven.graph.DefaultGraphBuilder.getProjectsForMavenReactor (DefaultGraphBuilder.java:405)
    at org.apache.maven.graph.DefaultGraphBuilder.build (DefaultGraphBuilder.java:82)
    at org.apache.maven.DefaultMaven.buildGraph (DefaultMaven.java:507)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:219)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)

 

 

Regards,

Rituparno Biswas


The information contained in this e-mail, and any attachment, is confidential and is intended solely for the use of the intended recipient. Access, copying or re-use of the e-mail or any attachment, or any information contained therein, by any other person is not authorized. If you are not the intended recipient please return the e-mail to the sender and delete it from your computer. Although we attempt to sweep e-mail and attachments for viruses, we do not guarantee that either are virus-free and accept no liability for any damage sustained as a result of viruses.

Please refer to https://disclaimer.bnymellon.com/eu.htm for certain disclosures relating to European legal entities. We take our data protection and privacy responsibilities seriously and our privacy notice explains how we collect, use and share personal information in the course of our business activities. It can be accessed at the privacy section of www.bnymellon.com.

Back to the top