Project build error | Community
Skip to main content
New Participant
November 9, 2023
Solved

Project build error

  • November 9, 2023
  • 2 replies
  • 778 views

I've created a new archetype for self-development with 

maven-archetype-plugin:3.2.1

But on trying to build the code with mvn clean install I'm getting the following error. Can someone please help me with the fix?

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arindam6600

This was because of the ISP blocking the downloads.

2 replies

arindam6600AuthorAccepted solution
New Participant
November 9, 2023

This was because of the ISP blocking the downloads.

aanchal-sikka
New Participant
November 9, 2023

@arindam6600 

 

Please try by appending -Padobe-public to mvn command.

mvn clean install -PautoInstallPackage,adobe-public

https://techrevel.blog/2019/10/10/content-package-maven-plugin1-0-2-could-not-be-resolved/

Aanchal Sikka