Closed GoogleCodeExporter closed 8 years ago
Hi I'm with the error!
Anyone could solve it ?
regards
Original comment by cio.dan...@gmail.com
on 14 Oct 2013 at 10:04
same here.
Environment:
Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17
10:22:22-0500)
Java version: 1.7.0_45, vendor: Oracle Corporation
AppEngine version 1.8.8
AppEngine maven plugin 1.8.8
just generated the skeleton-archetype project via archetype:generate.
mvn verify - BUILD SUCCESSFUL
mvn appengine:devserver - BUILD FAILURE
Caused by: java.util.NoSuchElementException
at com.google.common.collect.AbstractIterator.next(AbstractIterator.java:154)
at com.google.common.collect.Iterators.find(Iterators.java:775)
at com.google.common.collect.Iterables.find(Iterables.java:646)
at com.google.appengine.SdkResolver.getSdk(SdkResolver.java:50)
at com.google.appengine.devappserver.AbstractDevAppServerMojo.getDevAppServerCommand(AbstractDevAppServerMojo.java:138)
at com.google.appengine.devappserver.DevAppServerRunner.execute(DevAppServerRunner.java:40)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
... 21 more
Original comment by nsk...@gmail.com
on 23 Nov 2013 at 1:10
you need to add the plugin not only in the pluginManagement section, but also
in the
<build><plugins> section.
<build>
<plugins>
<plugin>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-maven-plugin</artifactId>
</plugin>
....
Original comment by proe...@gmail.com
on 25 Nov 2013 at 7:11
Thanks Guys. Did work for me
Original comment by kajaym2...@gmail.com
on 25 Dec 2013 at 6:35
Original comment by l...@google.com
on 14 Jun 2014 at 5:08
Original issue reported on code.google.com by
gunawan....@gmail.com
on 8 Oct 2013 at 7:19Attachments: