Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

got an error when building ConferenceCentral_Complete !!!??? #5

Open
khaldunkhaleel opened this issue Jun 24, 2015 · 5 comments
Open

Comments

@khaldunkhaleel
Copy link

I got the following error when building ConferenceCentral_Complete:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.3:war (default-war) on project conference: Execution default-war of goal org.apache.maven.plugins:maven-war-plugin:2.3:war failed: basedir C:\try\ConferenceCentral_Complete\target\generated-sources\appengine-endpoints does not exist

please help me solving this error

@wilbyang
Copy link

wilbyang commented Apr 30, 2016

I am getting this error too, any updates on this?

@saad5
Copy link

saad5 commented Oct 22, 2016

Try changing the version of appengine.target.version This solved the problem for me.

@dfhincapiem
Copy link

Same problem

@NestorEyros
Copy link

Make sure pom.xml includes the endpoints_get_discovery_doc goal in appengine-maven-plugin.
For example:

	                <groupId>com.google.appengine</groupId>
	                <artifactId>appengine-maven-plugin</artifactId>
	                <version>1.9.54</version>
	                <configuration>
	                    <enableJarClasses>false</enableJarClasses>
	                </configuration>
	                <executions>
	                    <execution>
	                        <goals>
	                            <goal>endpoints_get_discovery_doc</goal>
	                        </goals>
	                    </execution>
	                </executions>
	            </plugin>

@Nharris4
Copy link

Was a solution ever determined from this post?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants