Skip to content

Commit

Permalink
Add underscore to the artifact ID so that it is fully recognised within
Browse files Browse the repository at this point in the history
the ImageJ plugins directory. Miji (Matlab Fiji) would not load the
plugin.
  • Loading branch information
aherbert committed Feb 3, 2015
1 parent 260ebaf commit 6780344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>gdsc</groupId>
<artifactId>gdsc</artifactId>
<artifactId>gdsc_</artifactId>
<version>1.0.1-SNAPSHOT</version>
<packaging>jar</packaging>

Expand Down

2 comments on commit 6780344

@ctrueden
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for finding this workaround. Too bad that this is still needed from Miji. Actually, I am not sure why. Perhaps @hinerm knows. But ultimately, we definitely want Miji to support the full Java classpath, including ImageJ2 plugins that do not have underscores in the JAR names.

@ctrueden
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For anyone else curious, this bug-fix was in response to Fiji bug #999.

Please sign in to comment.