How to Create a New Project: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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]]) | ||
* Check out locally the latest version of "novaordis-release-tools" | * Check out locally the latest version of "novaordis-release-tools" and install the release tools and run wrappers: | ||
<pre> | <pre> | ||
.../novaordis-release-tools/src/main/bash/operations install-release-tools-here <project-home> | .../novaordis-release-tools/src/main/bash/operations install-release-tools-here <project-home> | ||
</pre> | </pre> | ||
For more details see [[novaordis-release-tools]]. |
Revision as of 05:12, 22 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)
- Check out locally the latest version of "novaordis-release-tools" and install the release tools and run wrappers:
.../novaordis-release-tools/src/main/bash/operations install-release-tools-here <project-home>
For more details see novaordis-release-tools.