= IntelliJ nice way to duplicate an existing project =
Have your base project open
From the project use {nav Right Click > Refactor > Copy... }
{F11818148}
Give it a new name and select the **Parent Directory**
{F11818151}
IntelliJ creates it but does not open it automatically
Go to nav{File > Open...}
Select the folder with your new project, here `new-project`
{F11818154}
== Things to change within IntelliJ ==
The POM, to reflect the new `artifactId`, new `name`, `description`
From {File > Project Structure...} you can change the following things
`Project Name`
{F11818206}
`Module Name` under **Modules**
{F11818216}
== Nice things to have ==
If you want to have things getting copied to your Fiji installation when you hit **install**
```
<scijava.app.directory>C:/My_Fiji/</scijava.app.directory>
<scijava.app.subdirectory>plugins/My_Dir</scijava.app.subdirectory>
```
This should be between the `<properties>` tabs