Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mpc-dev] Contributor Guide

Greetings,

Im following the contributor guide; https://wiki.eclipse.org/EPP/MPC/Contributor_Guide

Nothing seems to be working?  Do I have the wrong page?

git clone git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc mpc 

Times out and never gives a clone.

I did a FORK and was able to grab the source.

mvn clean install

FAILS; 
INFO] ------------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.core >------------
[INFO] Building org.eclipse.epp.mpc.core 1.10.3-SNAPSHOT
[INFO]   from pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'archiveSite' is unknown for plugin 'tycho-packaging-plugin:4.0.4:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'archiveSite' is unknown for plugin 'tycho-packaging-plugin:4.0.4:validate-id (default-validate-id)'
[WARNING] Parameter 'archiveSite' is unknown for plugin 'tycho-packaging-plugin:4.0.4:validate-version (default-validate-version)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
[WARNING] Parameter 'archiveSite' is unknown for plugin 'tycho-packaging-plugin:4.0.4:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'archiveSite' is unknown for plugin 'tycho-packaging-plugin:4.0.4:package-plugin (default-package-plugin)'
[WARNING] Parameter 'findbugsXmlOutput' is unknown for plugin 'spotbugs-maven-plugin:4.8.1.0:check (default)'
[WARNING] Parameter 'findbugsXmlOutput' is unknown for plugin 'spotbugs-maven-plugin:4.8.1.0:spotbugs (spotbugs)'
[INFO] Resolving target definition file:/home/joe/.m2/repository/org/eclipse/epp/mpc/org.eclipse.epp.mpc-target/1.10.3-SNAPSHOT/org.eclipse.epp.mpc-target-1.10.3-SNAPSHOT-staging.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@3c72c488
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/joe/.m2/repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Http Transport type:    Java11Client
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[INFO] Downloading from p2: https://download.eclipse.org/eclipse/updates/4.31-I-builds/p2.index
[INFO] Downloading from p2: https://download.eclipse.org/eclipse/updates/4.31-I-builds/site.xml
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.175 s
[INFO] Finished at: 2024-04-23T09:01:38-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to resolve target definition file:/home/joe/.m2/repository/org/eclipse/epp/mpc/org.eclipse.epp.mpc-target/1.10.3-SNAPSHOT/org.eclipse.epp.mpc-target-1.10.3-SNAPSHOT-staging.target: Failed to load p2 metadata repository from location https://download.eclipse.org/eclipse/updates/4.31-I-builds: No repository found at https://download.eclipse.org/eclipse/updates/4.31-I-builds.
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.


Back to the top