Ошибка сборки проекта Maven при установке maven - PullRequest
0 голосов
/ 18 октября 2018

Я пытаюсь создать проект Maven, используя Spring Tool Suit из Eclipse, и у меня возникает ошибка при установке Maven Install.

Сначала я делаю Maven Clean, и он работает нормально, но когда я делаю maven, появляется эта ошибка:

Failed to execute goal org.codehaus.mojo:build-helper-maven-plugin:1.9.1:regex-properties 
  (set-properties-with-regex) on project qad-webshell-pom: 
  Execution set-properties-with-regex of goal 
  org.codehaus.mojo:build-helper-maven-plugin:1.9.1:regex-properties failed:
  Plugin org.codehaus.mojo:build-helper-maven-plugin:1.9.1 or 
  one of its dependencies could not be resolved: 
  Failed to collect dependencies at org.codehaus.mojo:build-helper-maven-plugin:jar:1.9.1 -> 
  org.beanshell:bsh:jar:2.0b4: Failed to read artifact descriptor 
  for org.beanshell:bsh:jar:2.0b4: 
  Could not transfer artifact org.beanshell:bsh:pom:2.0b4 from/to 
  central (http://repo1.maven.org/maven2): 
  Cannot access http://repo1.maven.org/maven2 with type default 
  using the available connector factories: 
  BasicRepositoryConnectorFactory: 
  Cannot access http://repo1.maven.org/maven2 using the registered transporter
  factories: WagonTransporterFactory: java.util.NoSuchElementException
[ERROR]       role: org.apache.maven.wagon.Wagon
[ERROR]   roleHint: http'

1 Ответ

0 голосов
/ 14 мая 2019

У меня была такая же проблема.

Я перезапустил Eclipse, затем перешел на конкретный модуль maven проекта, в котором у вас есть ошибка, щелкните правой кнопкой мыши> Maven> Обновить проект ...

После обновления на конкретном модулеУстановка Maven сработала без ошибок.

...