Expand my Community achievements bar.

SOLVED

Project build error

Avatar

Level 5

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?

arindam6600_0-1699538460965.png

 

1 Accepted Solution

Avatar

Correct answer by
Level 5

This was because of the ISP blocking the downloads.

View solution in original post

2 Replies

Avatar

Community Advisor

@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

Avatar

Correct answer by
Level 5

This was because of the ISP blocking the downloads.