Try Maven off-line mode, i.e., mvn -o archetype:create -DgroupId=example -DartifactId=myproject - DarchetypeArtifactId=tellurium-junit-archetype -DarchetypeGroupId=tellurium -DarchetypeVersion=0.7.0-SNAPSHOT
If you need to download artifacts not in your local repo, you may not be able to use the off-line mode. Try go to tellurium-junit-archetype project and run mvn install to upload a new snapshot to your local repo. After that, try mvn archetype:create -DgroupId=example -DartifactId=myproject - DarchetypeArtifactId=tellurium-junit-archetype -DarchetypeGroupId=tellurium -DarchetypeVersion=0.7.0-SNAPSHOT or mvn archetype:generate -DarchetypeCatalog=local Thanks, Jian On Feb 27, 5:31 am, Harihara Vinayakaram <[email protected]> wrote: > Hi > I build tellurium 0.70 from the source . How do I tell maven to pick up my > local jar instead of having to pickup the jar from the local source instead > of the kungfuters repository > > Regards > Hari > > mvn archetype:create -DgroupId=example -DartifactId=myproject > -DarchetypeArtifactId=tellurium-junit-archetype > -DarchetypeGroupId=tellurium -DarchetypeVersion=0.7.0-SNAPSHOT \ > -DarchetypeRepository=http://kungfuters.org/nexus/content/repositories/snapshots -- You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en.
