[
https://issues.jboss.org/browse/SRAMP-576?page=com.atlassian.jira.plugin....
]
Eric Wittmann commented on SRAMP-576:
-------------------------------------
It's worth noting that the s-ramp-demos-webapp-multimodule (which does roughly the
same thing) *worked*. In both cases I cleaned out my
.m2/repository/org/overlord/sramp/demos directory just to make sure it didn't pull the
dependency locally.
{code}[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building S-RAMP Demos: Multi-Module WebApp Deployment - Web App 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading:
sramp://localhost:8080/s-ramp-server/org/overlord/sramp/demos/s-ramp-demos-webapp-multimodule-artifacts/0.6.0-SNAPSHOT/maven-metadata.xml
Downloading:
http://repository.jboss.org/nexus/content/groups/public/org/overlord/sram...
Downloaded:
sramp://localhost:8080/s-ramp-server/org/overlord/sramp/demos/s-ramp-demos-webapp-multimodule-artifacts/0.6.0-SNAPSHOT/maven-metadata.xml
(980 B at0.6 KB/sec)
Downloading:
sramp://localhost:8080/s-ramp-server/org/overlord/sramp/demos/s-ramp-demos-webapp-multimodule-artifacts/0.6.0-SNAPSHOT/s-ramp-demos-webapp-multimodule-artifacts-0.6.0-SNAPSHOT.pom
Downloaded:
sramp://localhost:8080/s-ramp-server/org/overlord/sramp/demos/s-ramp-demos-webapp-multimodule-artifacts/0.6.0-SNAPSHOT/s-ramp-demos-webapp-multimodule-artifacts-0.6.0-SNAPSHOT.pom
(4 KB at 19.6 KB/sec)
Downloading:
sramp://localhost:8080/s-ramp-server/org/overlord/sramp/demos/s-ramp-demos-webapp-multimodule-artifacts/0.6.0-SNAPSHOT/s-ramp-demos-webapp-multimodule-artifacts-0.6.0-SNAPSHOT.jar
Downloaded:
sramp://localhost:8080/s-ramp-server/org/overlord/sramp/demos/s-ramp-demos-webapp-multimodule-artifacts/0.6.0-SNAPSHOT/s-ramp-demos-webapp-multimodule-artifacts-0.6.0-SNAPSHOT.jar
(6 KB at 49.3 KB/sec)
{code}
Demo not working: s-ramp-demos-mvn-integration
----------------------------------------------
Key: SRAMP-576
URL:
https://issues.jboss.org/browse/SRAMP-576
Project: S-RAMP
Issue Type: Feature Request
Reporter: Eric Wittmann
Assignee: Brett Meyer
Fix For: 0.6.0
Testing for the 0.6.0 community release. The s-ramp-demos-mvn-integration demo appears
to no longer work. The first half of it works fine (adding the artifact to s-ramp via
maven). However the second half fails with:
{code}
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building S-RAMP Demos: Maven Integration - App 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading:
http://repository.jboss.org/nexus/content/groups/developer/org/overlord/s...
Downloading:
http://maven.repository.redhat.com/techpreview/all/org/overlord/sramp/dem...
Downloading:
http://repo.fusesource.com/nexus/content/groups/public/org/overlord/sramp...
Downloading:
sramp://localhost:8080/s-ramp-server/org/overlord/sramp/demos/s-ramp-demos-mvn-integration-artifacts/0.6.0-SNAPSHOT/maven-metadata.xml
Downloaded:
sramp://localhost:8080/s-ramp-server/org/overlord/sramp/demos/s-ramp-demos-mvn-integration-artifacts/0.6.0-SNAPSHOT/maven-metadata.xml
(2 KB at 0.7KB/sec)
Downloading:
sramp://localhost:8080/s-ramp-server/org/overlord/sramp/demos/s-ramp-demos-mvn-integration-artifacts/0.6.0-SNAPSHOT/s-ramp-demos-mvn-integration-artifacts-0.6.0-SNAPSHOT.pom
[WARNING] The POM for
org.overlord.sramp.demos:s-ramp-demos-mvn-integration-artifacts:jar:0.6.0-SNAPSHOT is
missing, no dependency information available
Downloading:
sramp://localhost:8080/s-ramp-server/org/overlord/sramp/demos/s-ramp-demos-mvn-integration-artifacts/0.6.0-SNAPSHOT/s-ramp-demos-mvn-integration-artifacts-0.6.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
{code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)