Note that there are some explanatory texts on larger screens.

plurals
  1. POEclipse Indigo cannot import maven android that builds OK on command line
    text
    copied!<p>I created a maven android project from the command line using this archetype:</p> <pre><code>19: remote -&gt; android-quickstart (-) </code></pre> <p>I can call "mvn install" on it with success.</p> <p>When I try to import the same project into Eclipse Indigo, I see this:</p> <blockquote> <p>No marketplace entries found to handle maven-android-plugin:2.8.3:generate-sources in Eclipse. Please see Help for more information.</p> </blockquote> <p>and this:</p> <blockquote> <p>No marketplace entries found to handle maven-android-plugin:2.8.3:unpack in Eclipse. Please see Help for more information.</p> </blockquote> <p>Note that there is no "Help" button here.</p> <p>If I <em>Resolve Later</em> on these, the build fails with this:</p> <blockquote> <p>Plugin execution not covered by lifecycle configuration: com.jayway.maven.plugins.android.generation2:maven-android-plugin:2.8.3:generate-sources (execution: default-generate-sources, phase: generate-sources) pom.xml /t3 line 22 Maven Project Build Lifecycle Mapping Problem</p> </blockquote> <p>(and an additional error for the unpack phase)</p> <p>I'll give my complete install list in a moment, but I noticed this plugin in Eclipse. I think this shouldn't be there(?), since Indigo has M2E built in...</p> <p><strong>- SonaType, Inc. Maven Integration for Eclipse 0.13.0</strong></p> <p>Maybe I installed it by accident?</p> <p>Anyway, here's the rest of my deal:</p> <ul> <li>Microsoft Windows [Version 6.1.7601]</li> <li>Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500) </li> <li>Java version: 1.6.0_26, vendor: Sun Microsystems Inc. </li> <li>Android Development Toolkit 11.0.0v201105251008-128486</li> <li>Eclipse Version: Indigo Release - Build id: 20110615-0604</li> </ul>
 

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