Skip to content

Commit 37a19b9

Browse files
committed
Fix developer profile documentation
The dev.<organization> token files must go in ~/.scijava, nowhere else.
1 parent 497323b commit 37a19b9

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,10 +1205,9 @@ Projects wishing to use pom-scijava as a parent project need to override the &lt
12051205

12061206
<profiles>
12071207
<!-- These developer profiles make it easy to pin to SNAPSHOT versions.
1208-
Add an empty dev.<organization> file to the relevant component,
1209-
or globally in your ~/.scijava directory, and dependencies will
1210-
automatically update! You may also need to refresh your IDE;
1211-
e.g., in Eclipse: right click, Maven > Update Project... -->
1208+
Add an empty dev.<organization> file in your ~/.scijava directory, and
1209+
dependencies will automatically update! You may also need to refresh
1210+
your IDE; e.g., in Eclipse: right click, Maven > Update Project... -->
12121211
<profile>
12131212
<id>dev.imagej</id>
12141213
<activation>

0 commit comments

Comments
 (0)