Project

General

Profile

Bug #1585

Updated by Miguel Ruiz Velasco about 2 months ago

maven no permite compilar por paquete faltante en terracota (repositorio en http) 

 <pre> 
 [ERROR] Failed to execute goal on project sii-web: Could not collect dependencies for project mx.gob.conocer:sii-web:war:0.6.2 
 [ERROR] Failed to read artifact descriptor for org.terracotta.session:terracotta-session:jar:1.3.4 
 [ERROR]           Caused by: The following artifacts could not be resolved: net.sf.ehcache:ehcache-terracotta-root:pom:2.6.5 (absent): Could not transfer artifact net.sf.ehcache:ehcache-terracotta-root:pom:2.6.5 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [terracotta-releases (http://www.terracotta.org/download/reflector/releases, default, releases+snapshots)] 
 [ERROR] Failed to read artifact descriptor for net.sf.ehcache:ehcache-terracotta:jar:2.6.5 
 [ERROR]           Caused by: The following artifacts could not be resolved: net.sf.ehcache:ehcache-terracotta-root:pom:2.6.5 (absent): net.sf.ehcache:ehcache-terracotta-root:pom:2.6.5 failed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer artifact net.sf.ehcache:ehcache-terracotta-root:pom:2.6.5 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [terracotta-releases (http://www.terracotta.org/download/reflector/releases, default, releases+snapshots)] 
 </pre>

Back