Project build error | Community
Skip to main content
Level 4
November 9, 2023
Solved

Project build error

  • November 9, 2023
  • 2 replies
  • 781 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

aanchal-sikka
Community Advisor
Community Advisor
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
arindam6600AuthorAccepted solution
Level 4
November 9, 2023

This was because of the ISP blocking the downloads.