-
Notifications
You must be signed in to change notification settings - Fork 22
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
Improve Documentation #147
Comments
The important parts could look like
and a dependency
|
Thanks a lot. I've activated "Search for external annotations in Project Path", no idea if that would be necessary. |
Sorry, I can't help you with Eclipse, I'm using IntelliJ IDEA. Regarding the lifecycle: ou probably need something like this:
|
You can use https://github.com/aneesh-joseph/m2e-maven-dependency-plugin to execute |
you're way too fast. |
I've just looked into it again. And decided to start by zero, but I didn-t and didn't manage to get it working with the examples and above help. Until I've found the setting
you can test it eg. with:
Which usually would throw a warning, but doesn't anymore after activating that settings and adding the dependency. If somebody could verifiy, that also workins in other setups than mine, then I guess it would help people a lot to update the docs. |
I don’t use last npe all annotations but instead use our own. Specifically the maven property that points to which eclipse workspace project (not maven project coord but workspace) works great for us. This only works with the m2e eea plugin. I use some analog of the headless approach that is in the documentation albeit using the jar version of our EEA project. One of the way to make Eclipse shutup about the headless compile mode is to use profiles. |
This works for me:
|
I come here on a regular basis every few months, to see if I can integrate that into some projects. But so far I always failed (I gave up pretty quickly).
The example project uses as parent org.lastnpe.eea.eea-root
Can I just ignore that and only add it as a dependency?
Is really everything in the plugin section needed? I guess the tycho compiler stuff is not needed for a normal project?
hello and lib uses as parent org.lastnpe.examples. I guess I can just add org.lastnpe.eea.eea-all as dependency and all the plugin configuration from org.lastnpe.examples?
Hello but not lib uses
what would be the difference there?
A minimal example, with a completely independent project which doesn't use org.lastnpe.eea.eea-root as parent would make things easier for people which are no maven mages.
The text was updated successfully, but these errors were encountered: