I personally use intellij idea, since it lets you import a project ( and if it is maven it will wire things up on its own). https://blog.jetbrains.com/idea/2008/03/opening-maven-projects-is-easy-as-pie/
On Thu, Jan 3, 2019 at 10:55 AM Gerry Storm <[email protected]> wrote: > Thank you all very much. I am not particularly fond of Eclipse per se. I > have used it in the past and it was my first choice. If you think Apache > NetBeans or IntelliJ IDEA are better I will switch to one of those. Which > one would you recommend and are there instructions available I could > follow? > > On Thu, Jan 3, 2019 at 5:17 AM Steffen Elste <[email protected]> > wrote: > >> Hi, >> after i modified the pom.xml of the *cli* project to include >> >> <plugin> >> <groupId>org.codehaus.mojo</groupId> >> <artifactId>build-helper-maven-plugin</artifactId> >> <version>3.0.0</version> >> <executions> >> <execution> >> <id>add-source</id> >> <phase>generate-sources</phase> >> <goals> >> <goal>add-source</goal> >> </goals> >> <configuration> >> <sources> >> >> <source>${project.build.directory}/generated-sources/localizer</source> >> </sources> >> </configuration> >> </execution> >> </executions> >> </plugin> >> >> >> and re-imported everything the build path is set up correctly. >> Cheers, >> >> Steffen >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jenkinsci-users/46b79a6d-78d1-48f5-b1dd-8798eb82a9bc%40googlegroups.com >> <https://groups.google.com/d/msgid/jenkinsci-users/46b79a6d-78d1-48f5-b1dd-8798eb82a9bc%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/CA%2BQZycn1-AO%2BrC5KhRi_QJwfJtxXzZdjrvs9-9kcjf5p2rjbNw%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-users/CA%2BQZycn1-AO%2BrC5KhRi_QJwfJtxXzZdjrvs9-9kcjf5p2rjbNw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CADgiF9LAebb%2B-0tXsf2Vx5uCeKO0c7Rj4Ze8-uNiZCGpDtoS0A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
