How to Create a New Project: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 10: | Line 10: | ||
* Create the IntelliJ project (.idea based) | * Create the IntelliJ project (.idea based) | ||
* Install the copyright (see [[IntelliJ Copyright Configuration]]) | * Install the copyright (see [[IntelliJ Copyright Configuration]]) | ||
* Install the release tools: | |||
<pre> | |||
.../novaordis-release-tool/src/main/bash/operations install-here <project-home> | |||
</pre> |
Revision as of 23:58, 21 January 2016
Internal
Procedure
- Start with pom.xml
- Install .gitignore
- Install log4j.xml in src/test/resources
- Create the IntelliJ project (.idea based)
- Install the copyright (see IntelliJ Copyright Configuration)
- Install the release tools:
.../novaordis-release-tool/src/main/bash/operations install-here <project-home>