Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I'm experiencing the same issue: I've copied my POM to an empty project, and have whittled it down to nearly nothing (see below) -- and am still seeing the error. I can validate that it doesn't go away by adding SLF4J bindings (logback, etc) to the POM -- the message is apparently coming from Maven itself, not the project software being compiled and tests. (I'm now getting it from a completely empty project.)</p> <p>The best thing I can figure out is that I think it has something to do with Eclipse: when I run Maven manually, from the command line, the error does not appear -- only when invoking under Eclipse. (I'm using Eclipse Helios Release 2 on MacOSX, just FYI, so we know the problem isn't limited to your version, Juno.)</p> <pre><code>&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"&gt; &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt; &lt;groupId&gt;testing&lt;/groupId&gt; &lt;artifactId&gt;testing&lt;/artifactId&gt; &lt;version&gt;0.0.1-SNAPSHOT&lt;/version&gt; &lt;/project&gt; </code></pre> <p>FYI, in response to Ceki's suggestion, here's the results of maven's dependency tree goal:</p> <pre><code>SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building testing 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ testing --- [INFO] testing:testing:jar:0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.496s [INFO] Finished at: Thu Oct 04 10:05:41 MDT 2012 [INFO] Final Memory: 9M/81M [INFO] ------------------------------------------------------------------------ </code></pre> <p>Not too informative, but there it is.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload