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 -DclassDrun.class="class to run" -Dargs="arguments to be passed to the class."

...