Note that there are some explanatory texts on larger screens.

plurals
  1. POMaven3 eclipse:eclipse does not work - Not running eclipse plugin goal for pom project
    primarykey
    data
    text
    <p>I have a problem with maven 3 running on Windows7 64 bit. When I execute maven eclipse:eclipse (I use maven-eclipse-plugin 2.8), maven does not create any configuration. I just get the following log: </p> <pre><code>[INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building sesame-connector [INFO] task-segment: [eclipse:eclipse] [INFO] ------------------------------------------------------------------------ [INFO] Preparing eclipse:eclipse [INFO] No goals needed for project - skipping [INFO] [eclipse:eclipse {execution: default-cli}] [INFO] Not running eclipse plugin goal for pom project [INFO] Using Eclipse Workspace: C:\workspace [WARNING] Workspace defines a VM that does not contain a valid jre/lib/rt.jar: C :\Program Files\Java\jre6 [INFO] Adding default classpath container: org.eclipse.jdt.launching.JRE_CONTAIN ER </code></pre> <p>My eclipse plugin configuration looks fine, so I really can not understand why it does not work:</p> <pre class="lang-xml prettyprint-override"><code>&lt;plugin&gt; &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt; &lt;artifactId&gt;maven-compiler-plugin&lt;/artifactId&gt; &lt;version&gt;2.3.1&lt;/version&gt; &lt;configuration&gt; &lt;source&gt;1.6&lt;/source&gt; &lt;target&gt;1.6&lt;/target&gt; &lt;/configuration&gt; &lt;/plugin&gt; &lt;plugins&gt; &lt;plugin&gt; &lt;artifactId&gt;maven-eclipse-plugin&lt;/artifactId&gt; &lt;configuration&gt; &lt;source&gt;1.6&lt;/source&gt; &lt;target&gt;1.6&lt;/target&gt; &lt;/configuration&gt; &lt;version&gt;2.8&lt;/version&gt; &lt;/plugin&gt; &lt;/plugins&gt; </code></pre> <p>Does anybody experience such a behavior?</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.
 

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