Question
Computer Science I am working with Maven, trying to manually update a p2repo on a machine without Internet access. I updated the p2repo but when
Computer Science
I am working with Maven, trying to manually update a p2repo on a machine without Internet access. I updated the p2repo but when I build I get this error. I assume it is having a problem getting the p2repo jar files to build and create the m2 repo snapshots. I redacted a few names with ****. Can you explain this error and walk me through how to fix it.
[INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-director-plugin:0.24.0:materialize-products (materialize-products) on project *****Product: Installation of product *****-services for environment win32/win32/x86 failed: Call to p2 director application failed with exit code 13. Program arguments were: [-metadataRepository, file:/C:/Repos/server/*****Product/target/,file:/C:/Repos/server/******Product/target/targetPlatformRepository/, -..s@C:%5CRepos%5Cserver%5C*****Product,file:/C:/Repos/server/*****Product/target/,file: /C:/Users/*******/.m2/repository/, -installIU, ******-services, -destination, C:\Repos\server\*******Product\target\products\******-services\win32\win32\x86, -profile, DefaultProfile, -profileProperties, org.eclipse.update.install.features=true, -roaming, -p2.os, win32, -p2.ws, win32, -p2.arch, x86]. -> [Help 1] [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. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :*******Product PS C:\Repos\server>
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started