Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Maven and JSDT

Hi Alex,

Since JSDT is a bit confusing o maven repo and there are a few.  I used tycho do grab jsdt directly from P2.
Take a look:
https://github.com/velo/maven-formatter-plugin/tree/master/formatters/jsdt-core


On Thu, Jul 31, 2014 at 9:36 AM, Alexandre Denault <adenault@xxxxxxxxx> wrote:
Hi,

My name is Alex and I am trying to integrate the JSDT debugger into a project of mine. I am using Eclipse and m2e. 

I am having difficulties adding the debugger dependencies in Maven. I haven't had much luck with components of the  <groupId>org.eclipse.wst.jsdt.debug</groupId>. 

Does the JSDT have a Maven repo, and would it be recognized by Eclipse? I'm using a recent version, either Keppler or Luna.

Thanks,

Sent from my iPad

_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top