Неразрешимое расширение сборки: или одна из его зависимостей не может быть решено: не удалось прочитать дескриптор артефJAVA

Программисты JAVA общаются здесь
Anonymous
Неразрешимое расширение сборки: или одна из его зависимостей не может быть решено: не удалось прочитать дескриптор артеф

Сообщение Anonymous »

У меня есть проблема с запуск установки Maven. Когда я импортировал проект, файл pom.xml показывает ошибку: < /p>


Несколько аннотаций, найденных на этой строке:
-Ошибка сборки проекта: неразрешимый расширение сборки: плагин org.apache.felix: maven-bundle-plugin: 2.3.7 или одно из его зависимости
org.apache.felix: maven-bundle-plugin: jar: 2.3.7
-Ошибка разрешения версии для плагина org.apache.maven.plugins: maven-site-plugin (http://repo.fusesource.com/nexus/conten ... s/releases) ,,, (https://repo.maven.apache.org/maven2)]: плагин не найден ни в одном
Plugin Repository


Я обновил проект, и этот шаг не может решить эту проблему. Когда я запускаю Maven Install или Clean Покажите ошибку: < /p>

[INFO] Scanning for projects...
[INFO] Downloading: https://repo.maven.apache.org/maven2/or ... -2.3.7.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:2.3.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.felix:maven-bundle-plugin:jar:2.3.7 @
[ERROR] Unknown packaging: bundle @ line 9, column 13
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project com.prudential.integration.middleware:crm-services:1.0.0-SNAPSHOT (C:\Users\c76266\Documents\workspace-sts-3.8.3.RELEASE\crm-services\pom.xml) has 2 errors
[ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:2.3.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.felix:maven-bundle-plugin:jar:2.3.7: Could not transfer artifact org.apache.felix:maven-bundle-plugin:pom:2.3.7 from/to central (https://repo.maven.apache.org/maven2): unexpected end of stream on Connection{repo.maven.apache.org:443, proxy=HTTP @ /10.171.74.5:8080 hostAddress=10.171.74.5 cipherSuite=none protocol=http/1.1} (recycle count=0): \n not found: size=0 content=... -> [Help 2]
[ERROR] Unknown packaging: bundle @ line 9, column 13
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/disp ... gException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/disp ... rException
< /code>

Как исправить эту проблему? Ниже моего pom.xml: < / p > < b r / > < b r / > < c o d e > & l t ; ? x m l v e r s i o n = " 1 . 0 " e n c o d i n g = " U T F - 8 " ? & g t ; < b r / > & l t ; p r o j e c t x m l n s = " h t t p : / / m a v e n . a p a c h e . o r g / P O M / 4 . 0 . 0 " x m l n s : x s i = " h t t p : / / w w w . w 3 . o r g / 2 0 0 1 / X M L S c h e m a - i n s t a n c e " < b r / > x s i : s c h e m a L o c a t i o n = " h t t p : / / m a v e n . a p a c h e . o r g / P O M / 4 . 0 . 0 h t t p : / / m a v e n . a p a c h e . o r g / m a v e n - v 4 _ 0 _ 0 . x s d " & g t ; < b r / > < b r / > & l t ; m o d e l V e r s i o n & g t ; 4 . 0 . 0 & l t ; / m o d e l V e r s i o n & g t ; < b r / > < b r / > & l t ; g r o u p I d & g t ; c o m . p r u d e n t i a l . i n t e g r a t i o n . m i d d l e w a r e & l t ; / g r o u p I d & g t ; < b r / > & l t ; a r t i f a c t I d & g t ; c r m - s e r v i c e s & l t ; / a r t i f a c t I d & g t ; < b r / > & l t ; p a c k a g i n g & g t ; b u n d l e & l t ; / p a c k a g i n g & g t ; < b r / > & l t ; v e r s i o n & g t ; 1 . 0 . 0 - S N A P S H O T & l t ; / v e r s i o n & g t ; < b r / > < b r / > & l t ; n a m e & g t ; C R M S E R V I C E S & l t ; / n a m e & g t ; < b r / > < b r / > & l t ; p r o p e r t i e s & g t ; < b r / > & l t ; p r o j e c t . b u i l d . s o u r c e E n c o d i n g & g t ; U T F - 8 & l t ; / p r o j e c t . b u i l d . s o u r c e E n c o d i n g & g t ; < b r / > & l t ; p r o j e c t . r e p o r t i n g . o u t p u t E n c o d i n g & g t ; U T F - 8 & l t ; / p r o j e c t . r e p o r t i n g . o u t p u t E n c o d i n g & g t ; < b r / > & l t ; / p r o p e r t i e s & g t ; < b r / > < b r / > & l t ; r e p o s i t o r i e s & g t ; < b r / > & l t ; r e p o s i t o r y & g t ; < b r / > & l t ; i d & g t ; r e l e a s e . f u s e s o u r c e . o r g & l t ; / i d & g t ; < b r / > & l t ; n a m e & g t ; F u s e S o u r c e R e l e a s e R e p o s i t o r y & l t ; / n a m e & g t ; < b r / > & l t ; u r l & g t ; h t t p : / / r e p o . f u s e s o u r c e . c o m / n e x u s / c o n t e n t / r e p o s i t o r i e s / r e l e a s e s & l t ; / u r l & g t ; < b r / > & l t ; s n a p s h o t s & g t ; < b r / > & l t ; e n a b l e d & g t ;false


true



ea.fusesource.org
FuseSource Community Early Access Release Repository
http://repo.fusesource.com/nexus/content/groups/ea

false


true






release.fusesource.org
FuseSource Release Repository
http://repo.fusesource.com/nexus/conten ... s/releases

false


true



ea.fusesource.org
FuseSource Community Early Access Release Repository
http://repo.fusesource.com/nexus/content/groups/ea

false


true






org.apache.camel
camel-core
2.15.1.redhat-620133


org.apache.camel
camel-jaxb
2.15.1.redhat-620133


org.apache.camel
camel-jackson
2.15.1.redhat-620133


org.apache.camel
camel-mail
2.15.1.redhat-620133


org.apache.camel
camel-cxf
2.15.1.redhat-620133


asm
asm




org.apache.cxf
cxf-rt-frontend-jaxrs
3.0.4.redhat-620133


org.apache.cxf
cxf-rt-transports-http-jetty
3.0.4.redhat-620133


org.apache.commons
commons-email
1.4


commons-codec
commons-codec
1.10


org.apache.commons
commons-lang3
3.3.2




commons-dbcp
commons-dbcp
1.4


org.apache.camel
camel-sql
2.15.1.redhat-620133


com.microsoft.sqlserver.jdbc
sqlserverjdbc
4.1


postgresql
postgresql
9.1-901-1.jdbc4




org.slf4j
slf4j-api
1.7.10


org.slf4j
slf4j-log4j12
1.7.10


log4j
log4j
1.2.17


com.prudential.integration.middleware
common-utilities
1.0.1


com.prudential.integration.middleware.common
prudential-fuse-common-dao
1.0.0


com.prudential.integration.middleware.common
prudential-fuse-common-model
1.0.0


com.prudential.enc
pruencutil
0.0.1-SNAPSHOT





install



org.apache.maven.plugins
maven-compiler-plugin
2.5.1

1.7
1.7



org.apache.maven.plugins
maven-resources-plugin
2.6

UTF-8





org.apache.camel
camel-maven-plugin
2.15.1.redhat-620133




org.apache.felix
maven-bundle-plugin
2.3.7
true


crm-service

*
sqlserverjdbc,commons-lang3,commons-dbcp,commons-codec,commons-email,postgresql,pruencutil









Подробнее здесь: https://stackoverflow.com/questions/474 ... e-resolved

Вернуться в «JAVA»