Differences
This shows you the differences between two versions of the page.
howtos:maven [2015/02/05 11:05] – created dgm | howtos:maven [2015/05/07 09:00] (current) – Modify build commands to take advantage use of the custom text pop-up. dgm | ||
---|---|---|---|
Line 20: | Line 20: | ||
Go to Geany' | Go to Geany' | ||
- | | 1. | _Package | + | | 1. | _Compile |
- | | 2. | _Compile | + | | 2. | _Other targets |
| 3. | _Test | mvn test | %p | | | 3. | _Test | mvn test | %p | | ||
- | | 4. | _Deploy | + | | 4. | _Package |
- | | Error Regular Expression || \[ERROR\] (.+): | + | | Error Regular Expression || '' |
+ | |||
+ | With this setup you can invoke a Maven and compile your project with **Shift**+**F9**, and run your unit tests with **Shift**+**F8**. With the shortcut **Ctrl**+**Shift**+**F9** a pop-up window will allow you to specify other targets, such as '' | ||
+ | |||
+ | Note that it is assumed that your POM file is located in the project' | ||
- | (You can get more help on customizing the build options in Geany from the page [[: | ||
- | Note that it is assumed that your POM file is located in the project' | ||
- | With this setup you can invoke a Maven and run your unit tests by pressing **Shift**+**F8**. Any error will appear in red in the // | ||
{{tag> | {{tag> |