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

Remove eclipse configuration in pom.xml #20

Closed
branflake2267 opened this issue Nov 25, 2012 · 5 comments
Closed

Remove eclipse configuration in pom.xml #20

branflake2267 opened this issue Nov 25, 2012 · 5 comments

Comments

@branflake2267
Copy link
Contributor

Remove Eclipse specifics form pom.xml.

Instead the pom.xml can setup the clipse GWT plugin if done right.

For all the samples move the parent gwt config into the sample it self, as close as it would be as it would stand on its own.

This is what I use for the maps example and its easy to import project. https://github.com/branflake2267/GWT-Maps-V3-Api/blob/master/gwt-maps-showcase/pom.xml

@branflake2267
Copy link
Contributor Author

Get the samples to stand more on there own, so they could be copied or used for building a project from.

@branflake2267
Copy link
Contributor Author

The root pom.xml has m2e configuration, which I think is useful for Eclipse development. I think we could keep it and close this. Thoughts?

@christiangoudreau
Copy link
Member

It's unused if not under eclipse... But I heard that we can use eclipse without it nowadays, could you confirm before merge?

@branflake2267
Copy link
Contributor Author

Good point, I'll remove and see what it does. From what I find maven m2e works great for the most part. Although I like using IDEA for getting down in dirty with the pom.xml.

@branflake2267
Copy link
Contributor Author

Lifecycle mapping is used in m2e. This makes it handy for workspace to automatically handle the maven steps while in workspace.

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

No branches or pull requests

2 participants