Hello, 

I am trying to generate a Appfuse 2.1.0-M2-SNAPSHOT project, I have one
question 
and a problem! 
The question is: 
- in the generated pom.xml we get 
<wtpversion>1.5</wtpversion> 
what happens if one uses 2.0 (which seems to be the most up-to-date)? 

The problem: performing "mvn appfuse:full-source" throws a lot of warnings: 

[ maven embedder WARNING] Unable to get resource
'org.springframework:spring-orm:jar:3.0.0.RELEASE' from repository central
(http://repo1.maven.org/maven2): Unsupported Protocol: 'http': Cannot find
wagon which supports the requested protocol: http 
org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException:
Missing: 
---------- 
1) org.springframework:spring-jdbc:jar:3.0.0.RELEASE 
... 
  Path to dependency: 
  1) org.appfuse:appfuse-data:pom:2.1.0-M2-SNAPSHOT 
  2) org.springframework:spring-jdbc:jar:3.0.0.RELEASE 

Then I tried a 2.1.0-M1 project, almost the same problems:
[ maven embedder WARNING] Unable to get resource
'org.springframework:spring-orm:jar:2.5.6' from repository central
(http://repo1.maven.org/maven2): Unsupported Protocol: 'http': Cannot find
wagon which supports the requested protocol: http
org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException:
Missing:
----------
1) org.springframework:spring-aop:jar:2.5.6
2) org.springframework:spring-jdbc:jar:2.5.6
3) org.springframework:spring-orm:jar:2.5.6
----------
3 required artifacts are missing.

for artifact: 
  org.appfuse:appfuse-data:pom:2.1.0-M1

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  appfuse-snapshots
(http://oss.sonatype.org/content/repositories/appfuse-snapshots)

What can I do? 

Regards, 
-- 
View this message in context: 
http://n4.nabble.com/Appfuse-2-1-0-M-tp1565641p1565641.html
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to