I tried to use the latest snapshot of m4 but got error. Do I have to change
my settings.xml?

Command
C:\Flex\appfuse> mvn archetype:create -DarchetypeGroupId=org.appfuse
-DarchetypeArtifactId=appfuse-modular-spring
-DremoteRepositories=http://static.appfuse.org/repository
-DarchetypeVersion=1.0-m4-SNAPSHOT -DgroupId=com.mypackage
-DartifactId=mypro

I got following error

GroupId: org.appfuse
ArtifactId: appfuse-modular-spring
Version: 1.0-m4-SNAPSHOT

Reason: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
    mvn install:install-file -DgroupId=org.appfuse
-DartifactId=appfuse-modular-
spring \
        -Dversion=1.0-m4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file


  org.appfuse:appfuse-modular-spring:jar:1.0-m4-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)
-- 
View this message in context: 
http://www.nabble.com/error-in-downloading-version-2.0-m4-SNAPSHOT-tf3330627s2369.html#a9260988
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to