I believe Matt said that the current snapshot version [what will be M4]
is "1.0-m3-SNAPSHOT"
Try that and see if it fixes the problem...
Nathan
sxm wrote:
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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]