Try adding the following as a repository in the pom.xml: http://oss.sonatype.org/content/groups/appfuse/
On Mon, Aug 3, 2009 at 10:56 AM, ross.efi <ross....@att.net> wrote: > > I'm trying to follow the info from this post: > > http://raibledesigns.com/rd/entry/appfuse_light_converted_to_maven > > I checked out version 171 of appfuse-light, did the cd into > appfuse-light/tapestry, ran > > mvn archetype:create-from-project > > I'm getting a similar error to one of the followup posts, i.e. > > [INFO] Failed to resolve artifact. > > GroupId: org.appfuse > ArtifactId: appfuse-web > Version: 2.1-SNAPSHOT > > Reason: Unable to download the artifact from any repository > > org.appfuse:appfuse-web:pom:2.1-SNAPSHOT > > from the specified remote repositories: > tapes...@javaforge (http://howardlewisship.com/repository), > central (http://repo1.maven.org/maven2), > java.net (http://download.java.net/maven/2) > > I'd like to have an ant-oriented environment rather than mvn, since I'm > used > to ant and am not up on maven yet. > > The hints in follow-ups to fix it, namely > mvn install -N > > or > > mvn -U archetype:create-from-project > > did not work, either. > > Thanks in advance, > > Ross > > -- > View this message in context: > http://www.nabble.com/Simple%2C-ant-oriented-appfuse-light-with-Tap-5%2C-Spring%2C-Hibernate-tp24794302s2369p24794302.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 > >