Friday, June 24, 2011

Get the latest model

Upgrade your phone





=============================================================================================================================== Not that I am aware of, but then I am in Australia and these days almost anything could be mucking about with my internet connectivity, but I digress... I did however just tried going back to mvn archetype:create -U \ -DarchetypeGroupId=net.liftweb \ -DarchetypeArtifactId= lift -archetype-basic \ -DarchetypeVersion=0.10-SNAPSHOT \ -DremoteRepositories= http://scala-tools.org/repo-snapshots \ -DgroupId="com.smefinancialgroup" -DartifactId="homepage" and got [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO] org.apache.maven.plugins: checking for updates from central [INFO] org.codehaus.mojo: checking for updates from central [INFO] artifact org.apache.maven.plugins:maven-archetype-plugin: checking for updates from central [INFO] ------------------------------------------------------------------------ [INFO] Building Maven Default Project [INFO] task-segment: [archetype:create] (aggregator-style) [INFO] ------------------------------------------------------------------------ [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. [INFO] Setting property: velocimacro.messages.on => 'false'. [INFO] Setting property: resource.loader => 'classpath'. [INFO] Setting property: resource.manager.logwhenfound => 'false'. [INFO] [archetype:create] [WARNING] This goal is deprecated. Please use mvn archetype:generate instead [INFO] Defaulting package to group ID: com.smefinancialgroup [INFO] We are using command line specified remote repositories: http://scala-tools.org/repo-snapshots [INFO] snapshot net.liftweb: lift -archetype-basic:0.10-SNAPSHOT: checking for updates from id0 [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating OldArchetype: lift - archetype-basic:0.10-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: com.smefinancialgroup [INFO] Parameter: packageName, Value: com.smefinancialgroup [INFO] Parameter: basedir, Value: /Users/marc/src/dad [INFO] Parameter: package, Value: com.smefinancialgroup [INFO] Parameter: version, Value: 1.0-SNAPSHOT [INFO] Parameter: artifactId, Value: homepage [INFO] ********************* End of debug info from resources from generated POM *********************** [INFO] OldArchetype created in dir: /Users/marc/src/dad/homepage [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6 seconds [INFO] Finished at: Wed Dec 24 15:40:06 EST 2008 [INFO] Final Memory: 7M/14M [INFO] ------------------------------------------------------------------------ "It lives!!!" Strange how mvn archetype:generate didn't work... On 24/12/2008, at 3:25 PM, David Pollak wrote: Are you behind some sort of proxy that has some old jars cached? On Dec 23, 2008 6:53 PM, "Marc Boschma" wrote: Yep, checked that one... Pro:src marc$ mvn -version Maven version: 2.0.9 Java version: 1.5.0_16 OS name: "mac os x" version: "10.5.6" arch: "i386" Fami... I also uninstalled the port and reinstalled it to make sure... same result. On 24/12/2008, at 1:28 PM, David Pollak wrote: > Please make sure you're running maven 2.0.9 > > ... You received this message because you are subscribed to the Google Groups " Lift " group. To post to ...