Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Creating a new LCSIM project from the command line

Issue the following command:commands:

Code Block

mvn archetype:create -DarchetypeGroupId=org.lcsim -DarchetypeArtifactId=lcsim-example-archetype -DarchetypeVersion=1.1-SNAPSHOT -DgroupId=org.lcsim.contrib.tony -DartifactId=MyLCSimBasedProject -DremoteRepositories=http://lcsim.org/maven2
cd MyLCSimBasedProject 
mvn install

It is not currently possible to run project from the command line, but Jeremy could probably fix that.

Care and feeding of the lcsim-example-archetype

The lcsim-example-archetype is itself a maven project which lives in CVS as module lcsim-example-archetype. The built-in version numbers will need to be updated, and the project re-deployed, when we make a new lcsim release.