<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:ctrueden@wisc.edu" title="Curtis Rueden <ctrueden@wisc.edu>"> <span class="fn">Curtis Rueden</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEEDSINFO "
   title="NEEDSINFO - Errors during ImageJ launch"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=944">bug 944</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>NEEDSINFO
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>ctrueden@wisc.edu
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDSINFO "
   title="NEEDSINFO - Errors during ImageJ launch"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=944#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEEDSINFO "
   title="NEEDSINFO - Errors during ImageJ launch"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=944">bug 944</a>
              from <span class="vcard"><a class="email" href="mailto:ctrueden@wisc.edu" title="Curtis Rueden <ctrueden@wisc.edu>"> <span class="fn">Curtis Rueden</span></a>
</span></b>
        <pre>Your POM looks good.

I added some defensive programming to avoid the NPE you were seeing:
<a href="https://github.com/scijava/scijava-common/commit/11e439c0cd1ecc109a3fe8152fa1940d5faafae8">https://github.com/scijava/scijava-common/commit/11e439c0cd1ecc109a3fe8152fa1940d5faafae8</a>

You can test this fix by temporarily adding the following configuration block
to your POM:

<properties>
  <scijava-common.version>LATEST</scijava-common.version>
</properties>

It is odd that you saw this exception, though... there may still be a bug
lurking elsewhere. Feel free to debug into it and report back your findings.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>