]
Martin Choma updated ELYWEB-29:
-------------------------------
Summary: Build with clean maven repo fails (was: Build into clean maven repo fails)
Build with clean maven repo fails
---------------------------------
Key: ELYWEB-29
URL:
https://issues.jboss.org/browse/ELYWEB-29
Project: Elytron Web
Issue Type: Bug
Components: Undertow Servlet
Affects Versions: 1.3.0.CR2
Reporter: Martin Choma
Priority: Blocker
{noformat}
mvn clean install -Dmaven.repo.local./local-maven-repo -DskipTests
...
[ERROR] Failed to execute goal on project undertow-server-servlet: Could not resolve
dependencies for project
org.wildfly.security.elytron-web:undertow-server-servlet:jar:1.3.0.CR3-SNAPSHOT: Could not
find artifact org.jboss.metadata:jboss-metadata-common:jar:11.0.0.Final in central
(
https://repo.maven.apache.org/maven2) -> [Help 1]
...
{noformat}
jboss-metadata-common is really not in central repo
https://repo.maven.apache.org/maven2
Nearest is
https://repo.maven.apache.org/maven2/org/jboss/ but no metadata folder there.