Hi there
Could anybody help me to generate the full source code of an AppFuse 2.1
multi-module project with SpringMVC Web framework??
Somehow I always got the following error after running command "mvn
appfuse:full-source".
[INFO] [AppFuse] Adding dependencies from root module...
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] java.net.UnknownHostException: svn.java.net
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.net.UnknownHostException: svn.java.net
at org.apache.tools.ant.taskdefs.Get.execute(Get.java:139)
at
org.appfuse.mojo.installer.InstallSourceMojo.addModuleDependencies(InstallSourceMojo.java:659)
at
org.appfuse.mojo.installer.InstallSourceMojo.execute(InstallSourceMojo.java:221)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
I guess the site svn.java.net would be banned. I'd appreciate it if somebody
could help me run the following 2 commands (under JDK 1.6 and Maven 2.2.1) and
send the zipped full source code to me by email (my email: [email protected]).
mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes
-DarchetypeArtifactId=appfuse-modular-spring-archetype -DarchetypeVersion=2.1.0
-DgroupId=com.ailk.ebiz.shcmcc -DartifactId=shcmccebiz
-DarchetypeRepository=http://oss.sonatype.org/content/repositories/appfuse
mvn appfuse:full-source
Thanks!
Ben