10000 Merge pull request #4 from lacan/patch-1 · imagej/example-legacy-plugin@7802868 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7802868

Browse files
committed
Merge pull request #4 from lacan/patch-1
Eclipse howto for imagej.app.directory
2 parents 8b05daf + fec45d7 commit 7802868

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,11 @@ publish the result in your own repository:
7272
4. [Create a new GitHub repository](https://github.com/new)
7373
5. ```git remote set-url origin git@github.com:<username>/<projectname>```
7474
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

Comments
 (0)
0