79076457

Date: 2024-10-11 00:03:59
Score: 0.5
Natty:
Report link

In my case, I had some proxy defined in the settings.xml file at \netbeans\java\maven\conf like :

<proxy>
    <id>netbeans-default-proxy</id>
    <active>true</active>
    <protocol>http</protocol>
    <host>******************</host>
    <port>****</port>
</proxy>

which was causing this. Once I removed it, relaunched NetBeans and tried to do a Clean and Build of the project and it worked like a charm.

Reasons:
  • Blacklisted phrase (1): worked like a charm
  • Whitelisted phrase (-1): it worked
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Chetan Punjabi