No SNAPSHOT required so it should be: <version>1.0-rc1</version>
Snapshots refer to pre-release (nightly build) versions which are not normally released to the central repository. Mike 2009/7/11 Sleep_T <sleepti...@ymail.com> > > Once, again, I'm new to maven and appfuse: > > I took pom.xml: > > <plugin> > <groupId>org.appfuse</groupId> > <artifactId>maven-warpath-plugin</artifactId> > <version>1.0-SNAPSHOT</version> > <extensions>true</extensions> > <executions> > <execution> > <goals> > <goal>add-classes</goal> > </goals> > </execution> > </executions> > </plugin> > <plugin> > <groupId>org.appfuse</groupId> > <artifactId>appfuse-maven-plugin</artifactId> > <version>2.0-m4-SNAPSHOT</version> > > I took the bold line and I put <version>1.0-rc1-SNAPSHOT</version> > -- > View this message in context: > http://www.nabble.com/Unable-to-run-an-older-project-tp24442118s2369p24443348.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 > >