Versions Compared

Key

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

...

We have defined a maven goal to allow users to run a java class using maven from the command line.

No Format

maven run -Dclass="class to run" -Dargs="arguments to be passed to the class."

For example:

No Format

 maven run -Dclass="org.lcsim.geometry.compact.converter.heprep.Main" -Dargs="test/org/lcsim/geometry/compact/sdjan03_compact.xml tst.heprep"

The documentation for the plugin is in:

...