Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using AppEngine and java sdk dependency isn't in pom.xml #44

Closed
branflake2267 opened this issue May 6, 2015 · 2 comments
Closed

Comments

@branflake2267
Copy link
Contributor

Warn user the sdk should be added to the pom.

<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-java-sdk</artifactId>
<version>${appengine.version}</version>
<type>zip</type>
<scope>provided</scope>
</dependency>
@branflake2267 branflake2267 changed the title When using AppEngine and sdk dependency isn't in pom.xml When using AppEngine and java sdk dependency isn't in pom.xml May 6, 2015
@branflake2267
Copy link
Contributor Author

Also add this in docs.

@branflake2267 branflake2267 added this to the GWT Plugin 2.0 milestone May 11, 2015
@branflake2267
Copy link
Contributor Author

The cloud tools plugin will take over this stuff.

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

No branches or pull requests

1 participant