-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MVN keeps throwing error #527
Comments
Can you give us a little more information on how to reproduce this? Are you running |
Thank you for your response.
Steps I have taken so far
Run powershell as admin
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
powershell .\install.ps1
This is the response from the install.ps1 script. When just run the mvn
portion of the install.ps1 to get a more verbose output I get the error
mention in my original post.
AWS Region = us-east-2
Building requirements for SaaS Boost
Error building parent pomfile for SaaS Boost
Below is other information about my setup
OS: windows 11
Directory: aws-saas-boost-main
Java:
openjdk 11.0.20 2023-07-18 LTS
OpenJDK Runtime Environment Corretto-11.0.20.8.1 (build 11.0.20+8-LTS)
OpenJDK 64-Bit Server VM Corretto-11.0.20.8.1 (build 11.0.20+8-LTS, mixed
mode)
MAVEN:
Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
Maven home: C:\maven\apache-maven-3.9.4
Java version: 11.0.20, vendor: Amazon.com Inc., runtime: C:\Program
Files\Amazon Corretto\jdk11.0.20_8
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 11", version: "10.0", arch: "amd64", family: "windows"
…On Fri, Aug 11, 2023 at 2:37 PM brtrvn ***@***.***> wrote:
Can you give us a little more information on how to reproduce this? Are
you running mvn manually from the command line? If so, from what
directory? Which version are you seeing this error? Are you using the
installer script? Which one? Which OS? What version of Java? What version
of Maven?
—
Reply to this email directly, view it on GitHub
<#527 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGKC7ZXVMMKOZ45IK2S3STXUZ3VTANCNFSM6AAAAAA3JEYZZA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MVN keep throwing the following error. How can I resolve this?
The project com.amazon.aws.partners.saasfactory.saasboost:saasboost-services:1.0.0 (pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for com.amazon.aws.partners.saasfactory.saasboost:saasboost-services:1.0.0: The following artifacts could not be resolved: com.amazon.aws.partners.saasfactory.saasboost:saasboost:pom:1.0.0 (absent): com.amazon.aws.partners.saasfactory.saasboost:saasboost:pom:1.0.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 13
The text was updated successfully, but these errors were encountered: