For newer versions of eclipse (2018.12, or after Photon, since they got rid
of names)), there should be integration with maven out of the box. If that
doesn't work, you can install a plugin, following these instructions:
http://www.eclipse.org/m2e/

You mostly go to the About -> Install New Software / Eclipse MarketPlace
and search for m2e. That basically sets up integration for eclipse to work
with the maven generated locations (maven will put everything under the
target/ folder).

On Wed, Jan 2, 2019 at 3:31 PM Gerry Storm <gstorm1...@gmail.com> wrote:

> Thank you James. It is no picnic for a newbie especially with broken
> instructions. I wonder how people join under these circumstances. Maybe
> there is a different place/document/tutorial?
>
> Anyway, how do I make sure that the distribution I get with cloning
> contains m2eclipse and if it does not how can I add it as you advise?
>
> Thank you for your patience.
>
>
> On Monday, December 31, 2018 at 9:52:22 AM UTC-8, Gerry Storm wrote:
>>
>> I have tried to follow instructions in
>> https://wiki.jenkins.io/display/JENKINS/Building+Jenkins:
>>
>> // check out the workspace
>> $ git clone https://github.com/jenkinsci/jenkins.git
>> // Download dependencies and build with Maven
>> // Note: mvn install may be a prerequisite for other mvn targets
>> $ cd jenkins
>> $ mvn -Plight-test install
>>
>> All went fine.
>>
>> After that I followed instructions in 
>> https://wiki.jenkins.io/display/JENKINS/Setting+up+Eclipse+to+build+Jenkins.
>>
>>
>> I tried several times and Eclipse ALWAYS finds errors after it imports
>> the projects. (see attached screenshot).
>> I am a newbie so maybe the instructions imply stuff I am not familiar
>> with.
>>
>> My goals are:
>>
>>    1. Build Jenkins from source in Eclipse
>>    2. Run it under a debugger so that I can make myself familiar with
>>    the flow.
>>
>>
>> Please help.
>>
> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/44e3471c-f740-4cc3-992d-f407a761162f%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/44e3471c-f740-4cc3-992d-f407a761162f%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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CADgiF9%2B6YMYM7JOm7WGipCAsicbcghx3ApMrpgNbLSTog9OvVw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to