ModelVersion won't change - it refers to the Maven pom.xml version, which is always 4.0.0 for all Maven 2.0.x projects. What you are looking for is the < appfuse.version> property near the end of the file.
Mike. On 5/31/07, Fan <[EMAIL PROTECTED]> wrote:
Strange, even I deleted the .m2 repository, and getting the new project with the following command : mvn archetype:create -DarchetypeGroupId=org.appfuse -DarchetypeArtifactId=appfuse-basic-struts -DremoteRepositories=http://static.appfuse.org/repository -DarchetypeVersion=2.0-m5 -DgroupId=com.mycompany.app-DartifactId=myproject I still get <modelVersion>4.0.0</modelVersion> in the pom.xml, or someone forgot to change the tag for 2.0-m5 ? :P tibi-3 wrote: > > the pom.xml ?! > > tibi > > Fan wrote: >> Is there a way to tell which version of Appfuse 2.0-mX from the source or >> configuration file ? >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/how-to-check-Appfuse-2.0-mX-version---tf3847298s2369.html#a10896792 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
