Versions Compared

Key

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

...

Now you have successfully installed Maven support into Netbeans.

Installing updated code into JAS3

Building the code in netbeans will not automatically cause JAS3 to pick up the latest version. To install the latest version into JAS3 right-click on the org.lcsim project, choose "Execute Custom Goal" then choose "Install_in_JAS3".

Image Added

Note, running this goal on org.lcsim will build org.lcsim, and copy the jar files for org.lcsim, GeomConverter, and other required libraries into your local JAS3 extensions directory. You will need to restart JAS3 for it to pick up these changes.

Turning off tests

Anchor
goalMapping
goalMapping

If you want to build lcsim.org without running the tests, you can do so by selecting the project in the netbeans project tree, right clicking to get the popup menu and then select "Properties". Then choose "Goal to IDE Action Mappings" and add -Dmaven.test.skip=true to the build goal. This is how I have my settings:

...