10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b05daf + fec45d7 commit 7802868Copy full SHA for 7802868
README.md
@@ -72,3 +72,11 @@ publish the result in your own repository:
72
4. [Create a new GitHub repository](https://github.com/new)
73
5. ```git remote set-url origin git@github.com:<username>/<projectname>```
74
6. ```git push origin HEAD```
75
+
76
+### Eclipse: To ensure that Maven copies the plugin to your Fiji folder
77
78
+1. Go to _Run Configurations..._
79
+2. Choose _Maven Build_
80
+2. Add the following parameter: name: ```imagej.app.directory``` value: ```/path/to/Fiji.app/```
81
82
+This ensures that the final ```.jar``` file will also be copied to your Fiji plugins folder everytime you run the Maven Build
0 commit comments