How to Create a New Project: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 7: | Line 7: | ||
* Start with [[project pom.xml|pom.xml]] | * Start with [[project pom.xml|pom.xml]] | ||
* Install [[project .gitignore|.gitignore]] | * Install [[project .gitignore|.gitignore]] | ||
* Install [[project log4j.xml|log4j.xml] in <tt>src/test/resources</tt> | * Install [[project log4j.xml|log4j.xml]] in <tt>src/test/resources</tt> | ||
* 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]]) |
Revision as of 22:38, 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)