Re: [m2e-users] NPE during invocation of maven-war-plugin

2020-11-03 Thread Matthew Piggott
The trace looks like you're executing the war plugin, maybe look at m2e-wtp? On Tue, 3 Nov 2020 at 11:13, Benjamin DeLillo wrote: > I've tracked it down to the maven-war-plugin and submitted a bug there > https://issues.apache.org/jira/browse/MWAR-439 > > Thanks > -- > > [image: http://www.ekotr

Re: [m2e-users] MQTT C++ Maven/Gradle Dependency

2019-12-16 Thread Matthew Piggott
These are not the right lists, one is for developers of the m2e eclipse plugin, the other is for users of it. On Mon, 16 Dec 2019 at 16:03, Khalid Muhammad wrote: > any leads? > > On Fri, Dec 6, 2019 at 9:42 PM Khalid Muhammad wrote: > >> Hey, >> >> Recently we started using gradle to manage de

Re: [m2e-users] Unable to Override m2e lifecycle-mapping in Child pom.xml

2019-05-03 Thread Matthew Piggott
eas (awl) > > > ___________ > m2e-users mailing list > m2e-users@eclipse.org > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://www.eclipse.org/mailman/listinfo/m2e-users > -- [image: Son

Re: [m2e-users] I am a Mailing List member, yet I can't unsubscribe

2018-11-06 Thread Matthew Piggott
The FAQ says you can do it from the account - https://wiki.eclipse.org/Webmaster_FAQ#How_do_I_unsubscribe_from_a_mailing_list_or_change_my_mailing_list_options.3F Otherwise I guess ask the webmaster? On Tue, 6 Nov 2018 at 15:04, Daniel P. wrote: > Hello everyone, > > I am subscribed to this mai

Re: [m2e-users] SSLPeerUnverifiedException with Eclipse 2018-09 (m2e 1.9.1) when downloading dependencies

2018-10-23 Thread Matthew Piggott
The error message suggests that it can't verify the hostname, you may need to enable the JVM debug logging and dig through the logs. I also see that okhttp was upgraded 3.7 -> 3.11 which does remove a couple cipher suites . On Tue, Oct 2

Re: [m2e-users] m2e-wtp, war overlays and shared resources

2017-08-10 Thread Matthew Piggott
I think you want the m2e-wtp list - https://www.eclipse.org/m2e-wtp/developers/ On 10 August 2017 at 08:55, Thorsten Heit wrote: > Hi, > > once again I'm having troubles with shared resources I'm using in a WAR > project. The basic structure is: > > - mvn-p1-resources > ... > - mvn-pn-resources

Re: [m2e-users] How to enable strong cipher suites for m2e plug-in

2017-01-25 Thread Matthew Piggott
One thing to check, *Run As > Maven *allows you to choose a different Maven and Java which could support a different cipher suite? On 25 January 2017 at 13:22, Isaac Montoya Orozco wrote: > Can't access to maven repository using strong encryption in Eclipse Luna. > > Connecting to a new https ma

Re: [m2e-users] m2e is supposed to use proxy configuration from settings.xml only

2016-11-04 Thread Matthew Piggott
rom m2e - particularly when the Native active >> provider is available and selected in Network Connection settings? >> Regards, >> >> Miles >> >> [image: Miles Daffin] >> >> *Miles Daffin, Product Manager* >> <http://reprezen.com> <http://www.link

Re: [m2e-users] m2e is supposed to use proxy configuration from settings.xml only

2016-11-02 Thread Matthew Piggott
It was done so the Eclipse build would be consistent with the CLI Maven build. On 2 November 2016 at 09:24, Miles Daffin wrote: > Hi, > > According to this message "m2e is supposed to use proxy configuration > from settings.xml only". Could someone please explain, or point me at, > the reasoning

Re: [m2e-users] Repo.eclipse.org is down.

2016-10-24 Thread Matthew Piggott
Wrong mailing list this is for the Eclipse maven integration. You probably need to talk to the webmaster. On 24 October 2016 at 00:53, En-Ping Hsieh wrote: > Hi, > > I can't connect repo.eclipse.org and fetch mqtt repo this morning. > Anything goes wrong? > > > >

Re: [m2e-users] API class AbstractProjectConfigurator exposes access to internal IMarkerManager

2016-10-20 Thread Matthew Piggott
I think it depends on who you expect to use it, and whether you actually need any from the m2e handling of markers. On 20 October 2016 at 10:59, Konrad Windszus wrote: > Does this mean one should rather rely on Eclipse API for markers? > > On 20 Oct 2016, at 15:01, Matthew Piggo

Re: [m2e-users] API class AbstractProjectConfigurator exposes access to internal IMarkerManager

2016-10-20 Thread Matthew Piggott
The comment seems to suggest it could be refactored - https://github.com/eclipse/m2e-core/blob/master/org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/markers/IMavenMarkerManager.java#L27 On 20 October 2016 at 05:20, Konrad Windszus wrote: > Whenever I access the markerManager in my cust

Re: [m2e-users] maven-cucumber-reporting for Travis CI

2016-08-29 Thread Matthew Piggott
ecause the issue also pops up for me whenever > I run my selenium java test via Eclipse (or command line) as a maven test. > > So it is either a maven issue..or a cucumber issue that is pretty much > guaranteed. Any other maven (reporting) list that you think may be able to > help? > &g

Re: [m2e-users] maven-cucumber-reporting for Travis CI

2016-08-29 Thread Matthew Piggott
Maybe ask the tracks CI people? This list is for maven integration in eclipse On 29 Aug 2016 4:34 pm, "Kashif BHATTI" wrote: > Hello everyone, > > I am running a Selenium JAVA test with maven and when I run the project as > a Maven test it runs all the tests practically just fine. However there

Re: [m2e-users] Error with m-jar-p 3.0.1 in Eclipse / m2e

2016-08-04 Thread Matthew Piggott
Given this is an Eclipse users list it would only be coincidence if someone at Takiri is watching it. Maybe try their website. On 4 August 2016 at 01:00, Dan Tran wrote: > ping :) > > -D > > On Sun, Jul 31, 2016 at 5:35 PM, Dan Tran wrote: > >> My work has eclipse auto-provisioning using takar

Re: [m2e-users] What is the "sha1 prefix" referred to in the "Add" dialog?

2016-07-07 Thread Matthew Piggott
Looks like it searches the index by sha1 - https://github.com/eclipse/m2e-core/blob/89cd40ba907e178d523f40ac22f7eac0291de37b/org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/index/nexus/NexusIndexManager.java#L418 So if for some reason you knew the sha1 but not the precise coordinates ... O

Re: [m2e-users] m2e is not adding java nature for some projects

2016-06-01 Thread Matthew Piggott
Those have the packaging type bundle, did you install the tycho plugin? On 1 June 2016 at 09:39, Cristiano Gavião wrote: > Hello, > > recently (with neon) I started to note that some projects, mostly ones > that uses maven-bundle-plugin, are being imported as a general project. > > The .classpat

Re: [m2e-users] Why does m2e offer bundle artifacts when the underlying POM doesn't know about them?

2016-05-26 Thread Matthew Piggott
Without looking at the code but I'd hazard that m2e has to guess the extension and as the packaging type is usually the extension (according to maven docs) m2e chooses it. On 25 May 2016 at 17:37, David M. Karr wrote: > On 05/25/2016 10:54 AM, Konrad Windszus wrote: > >> Type is actually determi

Re: [m2e-users] Risks of setting output folders to "target" for maven projects?

2016-05-25 Thread Matthew Piggott
We use the target folder as the Eclipse output. The only risk I can think of is that CLI builds may cause Eclipse to rebuild, possibly while the CLI build is occurring. Obviously if the build output is different (e.g. different profiles) then you could have weird results. On 25 May 2016 at 10:16,

Re: [m2e-users] Multi pom file project

2016-05-19 Thread Matthew Piggott
> plugin will necessarily help out, unless I start refactoring files into > separate packages, in which case I can imagine that I might want to augment > a jar with files from a previously compiled jar. > > Unless I'm still looking at this upside down? > > Thanks, > > Eric

Re: [m2e-users] Multi pom file project

2016-05-18 Thread Matthew Piggott
t; resources I want to have in each module and reassemble them accordingly. > > It's a very ugly/clunky solution, and wish I had a better option. > > If you have any brilliant ideas how to improve, I'd love to hear them. > > Thanks, > Eric > > On Wed, May 18,

Re: [m2e-users] Multi pom file project

2016-05-18 Thread Matthew Piggott
ay 2016 at 14:48, Eric B wrote: > Hi Matthew, > > Can you please expand on your concept? It is tickling something in the > back of my mind but I just can't seem to grasp it precisely... > > Thanks, > > Eric > > On Wed, May 18, 2016 at 1:17 PM, Matthew Piggott >

Re: [m2e-users] Multi pom file project

2016-05-18 Thread Matthew Piggott
Have one module with the common code then create other modules which shade in the common code dep. On 18 May 2016 at 12:48, Anton Tanasenko wrote: > Hi Eric, > Every eclipse project must reside in its own dir, it doesn't allow mixing > multiple projects in the same directory. > Eclipse also does

Re: [m2e-users] Speed improvements in 1.5 or 1.6?

2016-02-25 Thread Matthew Piggott
That package is a pretty low level part Eclipse, maybe theoretically one could build their own Eclipse distribution from scratch but its probably easier to upgrade ;) On 25 February 2016 at 15:12, Eric B wrote: > Exactly my issue. I didn't know if that was something that could be > reverse patc

Re: [m2e-users] Eclipse Mars problems with Maven Classpath

2016-01-20 Thread Matthew Piggott
Maybe it wasn't imported as a maven project originally. The pom editor would still work but the project wouldn't have any dependencies. On 20 January 2016 at 11:26, Art Kaufmann wrote: > > Sony, I did Maven->Update Project. I did an Eclipse refresh. I tried > deleting and then re-importing the

Re: [m2e-users] Connection refusal connecting to nexus from eclipse luna, while successful in kepler

2016-01-18 Thread Matthew Piggott
cription of the problem: Running from the same workspace on the same > machine with Eclipse Kepler does NOT produce the problem, yet running it > from Luna DOES produce the problem. > > On 01/18/2016 10:08 AM, Matthew Piggott wrote: > > Any chance you have a firewall or anti-v

Re: [m2e-users] Connection refusal connecting to nexus from eclipse luna, while successful in kepler

2016-01-18 Thread Matthew Piggott
Any chance you have a firewall or anti-virus scanner interfering with the connection? On 18 January 2016 at 10:58, Steve Cohen wrote: > further info: Switching in Eclipse to use the command line installation > of Maven on my system, rather than the Embedded version default also makes > the prob

Re: [m2e-users] Inconsistent behavior in GAV completions in "Add" dialog

2016-01-13 Thread Matthew Piggott
Just a general warning, the indexes are quite large (iirc 500mb+) and will be duplicated in every workspace. On 12 January 2016 at 18:04, Adrien Rivard wrote: > AFAIK completions are available if Eclipse has downloaded index from > either maven central or from your private repository manager . >

Re: [m2e-users] [MAVEN under Eclipse] Issue when I add the market place

2016-01-06 Thread Matthew Piggott
I doubt the eclipse product export wizard supports maven. Either way I don't believe this has anything to do with m2e. On 6 January 2016 at 03:57, Christelle BURGUERA wrote: > Hello, > > > > I’ve a strange issue. > > Under Kepler (because my plugins are built under Kepler) I try to generate > a

Re: [m2e-users] Vulnerability problem found in M2E

2015-11-17 Thread Matthew Piggott
lt;https://www.ibm.com/developerworks/community/blogs/victorsh> > -- > > > > > > - Original message - > From: Matthew Piggott > Sent by: m2e-users-boun...@eclipse.org > To: Maven Integration for Eclipse users mailing list < >

Re: [m2e-users] Vulnerability problem found in M2E

2015-11-17 Thread Matthew Piggott
> Twitter <https://twitter.com/sosah_victor>DeveloperWorks blog > <https://www.ibm.com/developerworks/community/blogs/victorsh> > -- > > > > > > - Original message - > From: Matthew Piggott > Sent by: m2e-users-boun

Re: [m2e-users] Vulnerability problem found in M2E

2015-11-17 Thread Matthew Piggott
It seems unlikely m2e is affected by it. Its been a while but I don't recall m2e using class serialization internally. The bundle suggests the archetypes, I don't know if the maven archetypes use object serialization but since they can already result in arbitrary code being run on your system (vi

Re: [m2e-users] Maven Console broken in Eclipse for DSL Developers

2015-11-05 Thread Matthew Piggott
I think you want https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EPP On 5 November 2015 at 11:41, Tobias Gruetzmacher < tobias.gruetzmac...@inform-software.com> wrote: > Hi, > > I have/had (resolved with a dirty hack) a problem with the Maven Console > in Eclipse for DSL Developers. By defaul

Re: [m2e-users] Installing m2e connector m2e-egit from catalog 1.6 fails

2015-11-05 Thread Matthew Piggott
g such inconsistencies > within the maven-repo? > Thanks, > Konrad > > > > On 05 Nov 2015, at 16:56, Matthew Piggott wrote: > > > > Maybe its regional, do you otherwise find intermittent issues with > Central? > > > > On 5 November 2015 at 10:55, Matth

Re: [m2e-users] Installing m2e connector m2e-egit from catalog 1.6 fails

2015-11-05 Thread Matthew Piggott
Maybe its regional, do you otherwise find intermittent issues with Central? On 5 November 2015 at 10:55, Matthew Piggott wrote: > One of those users is attempting to access the m2eclipse.sonatype.org > site which has been gone for a couple years now. > > I also tried installing via

Re: [m2e-users] Installing m2e connector m2e-egit from catalog 1.6 fails

2015-11-05 Thread Matthew Piggott
one with the problem: > https://github.com/tesla/m2eclipse-egit/issues/13 > > On 05 Nov 2015, at 16:47, Matthew Piggott wrote: > > That URL also works for me, is there a proxy of some sort between you and > maven central perhaps? > > > > On 5 November 2015 at 10:42, Kon

Re: [m2e-users] Installing m2e connector m2e-egit from catalog 1.6 fails

2015-11-05 Thread Matthew Piggott
eem to work only in some cases. Probably some mirroring issue. Does > http://uk.maven.org/maven2/.m2e/connectors/m2eclipse-egit/0.14.0/N/LATEST/plugins/org.sonatype.m2e.egit_0.14.0.201509090157.jar > work for you reliably? > > > >> On 05 Nov 2015, at 16:27, Matthew Piggott &

Re: [m2e-users] Installing m2e connector m2e-egit from catalog 1.6 fails

2015-11-05 Thread Matthew Piggott
Both URLs in your message appear to be the same, either way both lead to downloads for me. On 5 November 2015 at 10:23, Konrad Windszus wrote: > > When I try to install m2e-egit from the m2e catalog in version 1.6 (from > within a plain Eclipse Mars SR1, Java Developer Edition) I get the > follo

Re: [m2e-users] Running Cucumber project created with JAVA using ECLIPSE

2015-10-19 Thread Matthew Piggott
gt; >>>> >>>> >>>> >>>> >>>> >>>> >>>> org.apache.maven.plugins >>>> >>>> maven-surefire-plugin >>>> &

Re: [m2e-users] Running Cucumber project created with JAVA using ECLIPSE

2015-10-16 Thread Matthew Piggott
This the m2e list, it is for the maven eclipse integration. The maven users list is probably somewhere off maven.apache.org On 16 October 2015 at 15:00, Kashif BHATTI wrote: > I thought this is the Maven Users list. I did take a look at what you > sent. However, when I right-click on the POM.xm

Re: [m2e-users] How to checkout Maven projects from a local Git repository?

2015-10-13 Thread Matthew Piggott
1) I haven't had to manually configure git repositories in Eclipse in years, they share automatically when imported these days. 2) Just FYI this will clone your git repository into your workspace and the upstream will be the other local repository. I haven't used the Checkout from SCM in years e

Re: [m2e-users] Issue with maven install of a product Eclipse

2015-10-13 Thread Matthew Piggott
These don't sound like m2e issues, should probably look at the tycho list or the maven user lists. On 13 October 2015 at 09:41, Christelle BURGUERA wrote: > I’ve done the test under Cygwin with tycho 0.23.1 and Maven 3.3.3 … > > Always the same error L > > > > *From:* Christelle BURGUERA > *Sent

Re: [m2e-users] 533 MB in .plugins/org.eclipse.m2e.core/nexus directory

2015-09-29 Thread Matthew Piggott
uld be sufficient. If that assumption > >> is true and the m2e developer thinks that this would be worth > >> implementing, I can open an enhancement request for this in Bugzilla. > >> > >> Best regards, Lars > >> > >> On Tue, Sep 29, 2015 at 3:49 PM,

Re: [m2e-users] 533 MB in .plugins/org.eclipse.m2e.core/nexus directory

2015-09-29 Thread Matthew Piggott
Its the repository index. I changed the default to disable downloading them a year or two ago, if you're using a recent version of m2e they should not be downloaded anymore but they would not have been cleaned up either. On 29 September 2015 at 09:44, Lars Vogel wrote: > Hello, > > as my comput

Re: [m2e-users] Eclipse Mars 4.5 and modello lifecycle support

2015-08-20 Thread Matthew Piggott
If you use the Import Maven Project you should get prompted to install it. On 20 August 2015 at 02:48, Anders Hammar wrote: > I'm using the m2eclipse-modello connector. However, a newer version: > > http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-modello/0.16.0/N/0.16.0.201501290317/ > >

Re: [m2e-users] Global m2e lifecyclemapping for all workspaces

2014-10-20 Thread Matthew Piggott
AFAIK Eclipse does not have a cross-workspace preference system. On 19 October 2014 00:11, CoderPlus Team wrote: > Hi all, > Is it possible to globally configure the default location of the life > cycle mapping file's location. By default it's set to > > > WORKSPACE_FOLDER/.metadata/.plugins/org

Re: [m2e-users] m2e-1.6 latest + Luna issue

2014-10-10 Thread Matthew Piggott
To add more information from what Igor said... from the error message you posted on the maven list: you are missing a dependency for what you are trying to install. (I think Igor is suggesting it is part of m2e 1.6 but not earlier versions) On 10 October 2014 14:57, Igor Fedorenko wrote: > Doe

Re: [m2e-users] [m2e-dev] m2e 1.6 M1 is out

2014-08-29 Thread Matthew Piggott
For me it appears to be unable to access any POMs from maven. (Log is filled with *The POM for com.fasterxml.jackson.core:jackson-annotations:jar:2.1.1 is missing, no dependency information available*) On 23 August 2014 09:35, Igor Fedorenko wrote: > I just published m2e 1.6.0/Mars M1, exact

Re: [m2e-users] Luna, m2e and checkstyle

2014-07-16 Thread Matthew Piggott
Did you previously have a checkstyle m2e connector installed in Eclipse? On 16 July 2014 17:27, Jamie Cavanaugh wrote: > Hi, > > We have checkstyle configured in our maven project, and before the Luna > release we could import the project into eclipse and the Eclipse > configuration would autom

Re: [m2e-users] How to add "Maven Managed Dependencies"?

2014-02-11 Thread Matthew Piggott
*mvn eclipse:eclipse* is incompatible with m2e and iirc disables m2e integration. You should never need to manually add the Maven dependencies library, this suggests to me something you're doing/using in Eclipse is disabling the integration. On 11 February 2014 13:59, V. Mark Lehky wrote: > He

Re: [m2e-users] "Update project configuration" does not update the project configuration

2013-11-13 Thread Matthew Piggott
Check the Dependency Hierarchy page and verify that it is not a transitive dependency as well as declared? On 13 November 2013 10:19, Oliver Kopp wrote: > Hi, > > I deleted a dependency in the pom (also tried right-click: "Exclude > Maven Artifact"). > Afterwards, I pressed ALT+F5 and selected

Re: [m2e-users] Version handling & svn

2013-11-13 Thread Matthew Piggott
upport. > > Regards > Mauro > > > > On 13/11/2013 15:24, Matthew Piggott wrote: > > In preferences turn on "Hide folders of physically nested modules" and > re-import your projects. > > > On 12 November 2013 18:42, Marcus Malcom wrote: > >&g

Re: [m2e-users] Version handling & svn

2013-11-13 Thread Matthew Piggott
In preferences turn on "Hide folders of physically nested modules" and re-import your projects. On 12 November 2013 18:42, Marcus Malcom wrote: > Just to be sure, the current m2e should cover multi module projects w/o > issue. > > *One thing:* multi module maven projects will map to Eclipse pro

Re: [m2e-users] Javadoc generation for Eclipse project

2013-10-08 Thread Matthew Piggott
You shouldn't need to generate or attach javadocs for sources in Eclipse, it should be handled automatically by JDT. e.g. If you hover on a documented method name a tooltip should appear with the javadoc inside, alternatively you can click on the method name and open the Eclipse Javadoc view. On

Re: [m2e-users] After STS 3.3.0 (Kepler), getting two different very annoying exceptions when opening any file in two particular Maven projects

2013-07-19 Thread Matthew Piggott
On 19 July 2013 14:44, Andrew Eisenberg wrote: > One of the benefits of downloading a pre-packaged distro is that all > the pieces you need come pre-installed. I'm guessing that one of the > update sites you used before grabbed some Juno-based plugins. > > Way off-topic for m2e-users list but if

Re: [m2e-users] Is Webby will be compatible with m2e 1.4.0 ?

2013-07-19 Thread Matthew Piggott
You should only have one of Webby and m2e-wtp installed. On 19 July 2013 06:47, COLLIGNON, Thomas wrote: > Hi, > > ** ** > > Yes I Have tried, but no success L > > ** ** > > Since Juno I have never get this message … > > ** ** > > The new folder M2e-wtp will maybe in conflict with

Re: [m2e-users] M2E: generating wrong path

2013-07-17 Thread Matthew Piggott
If memory serves Eclipse doesn't pass environment variables through - http://wiki.eclipse.org/M2E_FAQ#M2HOME_environment_variable I'm guessing you're using one of the Run as Maven options? If so you can specify environment variables in the launch config. On 17 July 2013 16:49, Charlie Mordant

Re: [m2e-users] can m2e use subclipse or other eclipse svn plugin?

2013-07-17 Thread Matthew Piggott
There are subclipse and subversive connectors for checking out projects, and they should use whatever subclipse/subvsersive are configured to use. Neither are part of the Eclipse m2e project however. On 17 July 2013 14:12, Richard Sand wrote: > Is there a way to make m2e use whatever svn eclips

Re: [m2e-users] launch configs of maven modules show up n-times

2013-07-17 Thread Matthew Piggott
Turn on 'Hide Physically Nested Projects' when importing your maven projects. On 17 July 2013 08:45, wrote: > Hello, > > I have a maven project A with a submodule B. Both of them are open > projects in eclipse. When I place an eclipse launch configuration (java > launch config) in submodule B i

Re: [m2e-users] import project from git workflow

2013-06-28 Thread Matthew Piggott
I don't believe previous versions supported egit 3 On 28 June 2013 10:20, wrote: > great! thank you Jason > > I tried yesterday at home with Kepler (where i don't have the maven to git > connector installed) by going to "install new software" and entering the > url you posted but it didn't find

Re: [m2e-users] import project from git workflow

2013-06-27 Thread Matthew Piggott
I'm not sure what provides the context menu for the project import, but I imagine that is part of the git plugin integration which isn't part of Eclipse - https://github.com/tesla/m2eclipse-egit On 27 June 2013 13:14, wrote: > > I am not sure whether this is an m2e issue or another component's

Re: [m2e-users] Problem with M2E update site??

2013-05-17 Thread Matthew Piggott
se.m2e.maven.runtime_1.3.1.20130219-0923.jar > . > Read timed out" > > > Note that I've been updating/installing other plugins from other sites > without problem. > > Thanks for the response, > > -mike > > > > On Fri, May 17, 2013 at 10:52 AM, Matt

Re: [m2e-users] Problem with M2E update site??

2013-05-17 Thread Matthew Piggott
If you're running an anti-virus, check to see if it is interfering. On 17 May 2013 10:29, mjash wrote: > Anybody else having trouble with the the update site? > > Using: > Eclipse Java EE IDE for Web Developers. > Version: Juno Service Release 2 > Build id: 20130225-0426 > > > Update Site: > ht

Re: [m2e-users] RAD 8.5.1 doesn't download remote repository indexes from https server

2013-05-06 Thread Matthew Piggott
If you installed the optional m2e logging feature, some of the output should be available through the Eclipse console view (open console > maven console). On 6 May 2013 09:27, Bruce Albrecht wrote: > It appears to be specific to RAD 8.5.1, but I'm still wondering how to do > the equivalent of

Re: [m2e-users] Maven SCM Handler for EGit 0.14 / EGit 3.0

2013-05-03 Thread Matthew Piggott
You'll need to build the plugin from https://github.com/tesla/m2eclipse-egitand change the version range ;) On 3 May 2013 04:44, wrote: > Hello all, > > I'm using the latest build of "Maven SCM Handler for EGit" installed from " > * > http://repository.tesla.io:8081/nexus/content/sites/m2e.extr

Re: [m2e-users] Eclipse .project not being built correctly for server

2013-02-27 Thread Matthew Piggott
Do you have m2e-wtp installed? On 27 February 2013 13:33, John Lussmyer wrote: > I'm setting up a new workspace in Eclipse Juno SR1, with m2e 1.3.1. > When I "Import Existing Maven Projects", my projects get pulled in, and > the .project/.classpath built. > The problem is that it's building bas

Re: [m2e-users] [kepler] Import existing Maven Project problems

2013-02-20 Thread Matthew Piggott
eclipse:eclipse is incompatible with m2e On 20 February 2013 09:32, SoftwareEngineering Hauschel wrote: > Yes, that is what I expect, but in eclipse it isn't! > If I run mvn eclipse:eclipse and run then "import an existing maven > project", all is fine! > > But that is a bad workarround, isn't i

Re: [m2e-users] Running single JUnit tests with maven in Eclipse

2013-02-20 Thread Matthew Piggott
If you're looking to run an individual test in a class you just need to right-click on the particular method to run it alone. On 20 February 2013 09:18, Igor Fedorenko wrote: > I am not sure why we still keep "Run As... > Maven JUnit Test" menu > item. It does not provide any explicit junit or

Re: [m2e-users] CHECK OUT AS MAVEN PROJECT FAILS

2013-02-14 Thread Matthew Piggott
I believe the folder should be rename based on the maven project found by the checkout tool, it sounds like it isn't locating one. It has been a while but I believe it expects a pom at the root of the checkout On 14 February 2013 08:56, Fabio wrote: > Hi All > > why when I check out as maven

Re: [m2e-users] Failure to resolve plugins

2013-02-12 Thread Matthew Piggott
To fix the second error you'll need to install the Tycho connector, there should be a quick fix available for it (try the context menu). For the first if you have the m2e logging installed, open the Eclipse console and switch to Maven console and try a clean build; otherwise see what happens at th

Re: [m2e-users] How to open a package in a Maven Project

2013-02-11 Thread Matthew Piggott
Might need to force an update, if you right-click the project and in the context menu under Maven select Update Project Settings and ensure the Force Update item is checked. On 11 February 2013 07:57, Thorsten Heit wrote: > Hi, > > > I'm now directly connected to the Internet; it is still not p

Re: [m2e-users] How to open a package in a Maven Project

2013-02-08 Thread Matthew Piggott
'T a new one - so I'm convinced that it should normally > work. I > want to make sure that I did not miss something to install or activate > which has > been forgotten in this sample. > Any idea what I can do here? > Ulrich > > Matthew Piggott hat am 8. Februar

Re: [m2e-users] How to open a package in a Maven Project

2013-02-08 Thread Matthew Piggott
Sounds like you probably created a project with a packaging type other than jar. On 8 February 2013 09:42, Ulrich Schmidt wrote: > ** > I'm starting with Maven and work on a sample which requests me to create > a package within a Maven Project. But this fails; Eclipse Juno rejects the > request

Re: [m2e-users] m2eclipse install

2013-02-06 Thread Matthew Piggott
I don't have android installed on this system, but I believe if you open *Preferences > File Associations* you should be able to either add or change the default On 6 February 2013 11:50, Manfred Moser wrote: > Correct... I have not found a way around this to permanently make sure > pom.xml fil

Re: [m2e-users] m2eclipse install

2013-02-06 Thread Matthew Piggott
That is the correct URL, is the editor available in the context menu? I've noticed in the past that some editors (e.g. Android) manage to take precedence over the m2e editor. On 6 February 2013 05:02, Ludivine Siau wrote: > Hi all, > > I used this update site from Eclipse to install m2eclipse

Re: [m2e-users] Checking out a multi-module project using Juno & m2e

2012-11-28 Thread Matthew Piggott
In the import wizard, expand the Advanced section it allows specifying a name template. On 28 November 2012 13:07, Paul Benedict wrote: > One thing I wish m2e provided was ability to add a prefix to > checkout/import so that I can checkout several branches of the same > project. I can't right n

Re: [m2e-users] Checking out a multi-module project using Juno & m2e

2012-11-27 Thread Matthew Piggott
Did you import them using the m2e wizard? If Eclipse considers it an m2e project it should have an M overlayed on the folder. If the overlay is missing its probably easiest to remove & re-import using the m2e wizard, otherwise there ought to be a context menu entry to convert the project but you'

Re: [m2e-users] m2eclispe and mahout issue

2012-11-27 Thread Matthew Piggott
t think I nuked the > file. > I tried adding a stub with: > > > > > That didn't seem to help. > > > > On 11/27/2012 09:42 AM, Matthew Piggott wrote: > > It won't be there! ;) > > > On 27 November 2012 07:58, Marty Kube > wrote: &

Re: [m2e-users] Checking out a multi-module project using Juno & m2e

2012-11-27 Thread Matthew Piggott
I believe they're caused by the maven-eclipse-plugin - https://bugs.eclipse.org/bugs/show_bug.cgi?id=394042 On 27 November 2012 15:22, Dave Wolf wrote: > Hi, > > I feel like I've been banging my head against the wall attempting to get a > multi-module project checked out, its dependencies (from

Re: [m2e-users] m2eclispe and mahout issue

2012-11-27 Thread Matthew Piggott
It won't be there! ;) On 27 November 2012 07:58, Marty Kube wrote: > Okay thanks. > Let me see if I can find the life cycle mappings. How will I be able to > identify the missing group/artifact/version? > > Sent from my iPhone > > On Nov 27, 2012, at 1:23 AM, Matth

Re: [m2e-users] Problem when updating maven project: An internal error occurred during: "Updating Maven Project"., java.lang.IllegalArgumentException

2012-11-27 Thread Matthew Piggott
https://github.com/sonatype/m2eclipse-tycho/issues/4 On 27 November 2012 09:36, Christian Schneider wrote: > OsgiBundleProjectConfigurator ___ m2e-users mailing list m2e-users@eclipse.org https://dev.eclipse.org/mailman/listinfo/m2e-users

Re: [m2e-users] Problem when updating maven project: An internal error occurred during: "Updating Maven Project"., java.lang.IllegalArgumentException

2012-11-27 Thread Matthew Piggott
Try the Eclipse Error Log (should be available on ctrl+3), you might also check the Problems View if the exception generated an error marker it will be visible here. On 27 November 2012 06:00, Christian Schneider wrote: > Hi all, > > when I do maven / update project configuration I get the foll

Re: [m2e-users] m2eclispe and mahout issue

2012-11-26 Thread Matthew Piggott
I haven't looked at this code, but in the past this type of error was caused by a missing group/artifact/version element in the lifecycle mappings. On 26 November 2012 19:30, Marty Kube wrote: > Hi, > > I'm trying to use m2eclispe with the mahout project. I'm getting a > "Cannot parse lifecycl

Re: [m2e-users] Zero results on dependency search

2012-11-26 Thread Matthew Piggott
The search uses the Nexus index which can take a while to download initially. On 26 November 2012 14:18, Obszczymucha wrote: > Hi > > I'm trying to make my dependency search working but so far no joy. > > When I click on pom.xml and go to Dependencies tab and try to search for > some packages l

Re: [m2e-users] Maven Dependencies Not Updated

2012-11-23 Thread Matthew Piggott
I only use the XMLview and I've never had an issue adding a dependency. On 23 November 2012 06:49, Igor Fedorenko wrote: > I am not aware of any known bugs/regressions in m2e dependency > resolution logic. Please provide small standalone example project and > steps to reproduce the problem. > >

Re: [m2e-users] Welcome to the "m2e-users" mailing list

2012-11-21 Thread Matthew Piggott
; mvn eclipse:eclipse > > This will remove old project files and install new. > > Regards > Shumail > > > On Wed, Nov 21, 2012 at 2:32 PM, Matthew Piggott wrote: > >> You should also be able to use the 'Convert to Maven Project' on the >> context me

Re: [m2e-users] Welcome to the "m2e-users" mailing list

2012-11-21 Thread Matthew Piggott
You should also be able to use the 'Convert to Maven Project' on the context menus or simply remove the projects from the workspace and use one of the Maven import wizards. On 21 November 2012 09:22, Marc Pasteur wrote: > look at your .classpath file. > If there is some "org.maven.ide.eclipse"

Re: [m2e-users] m2eclipse - plugin download fails

2012-11-19 Thread Matthew Piggott
They download fine for me, though I did have an issue installing something Saturday evening but it worked fine Sunday. I would suggest trying again, it doesn't appear there are any issues. On 18 November 2012 13:02, wrote: > Hello > I'm trying since Friday to downlaod m2eclipse plugin. > But i

Re: [m2e-users] Hang when installing m2e-wtp in Eclipse 4.2.1 (SR1) Juno

2012-11-05 Thread Matthew Piggott
What are you installing? A general suggestion, if you have an anti-virus some are known to cause problems. On 5 November 2012 15:51, Jeff wrote: > I just installed a clean version of Juno with a clean workspace. > > However, it keeps hanging after completing the wizard with a note at the > bott

Re: [m2e-users] Import a maven Project into eclipse (Indigo) throws a Nullpointer exception

2012-11-02 Thread Matthew Piggott
Is the lifecycle mapping complete? I recall something similar with an incomplete entry (e.g. missing version) in the pom. On 2 November 2012 04:04, Gaetano Zapparrata < gaetano.zapparr...@crealogix.com> wrote: > Hi, > > I tried to upgrade our developer Tools to the following versions: >

Re: [m2e-users] example of tests for m2e plugin based on BuildContext

2012-10-16 Thread Matthew Piggott
16, 2012, at 2:05 PM, Matthew Piggott > wrote: > > The tests expect to be run inside an Eclipse instance. For examples you > could look at the tests in m2e source, or one of the connectors in > m2e-extras ( https://github.com/sonatype/m2eclipse-extras/ ). > > Yeah, the proble

Re: [m2e-users] example of tests for m2e plugin based on BuildContext

2012-10-16 Thread Matthew Piggott
The tests expect to be run inside an Eclipse instance. For examples you could look at the tests in m2e source, or one of the connectors in m2e-extras ( https://github.com/sonatype/m2eclipse-extras/ ). On 16 October 2012 15:52, Steven Bethard wrote: > On Oct 16, 2012, at 1:08 PM, Matthew Pigg

Re: [m2e-users] example of tests for m2e plugin based on BuildContext

2012-10-16 Thread Matthew Piggott
No, I thought you were looking for source; it appears snapshots are published on http://repository.sonatype.org I'm not sure if releases are published anywhere other than as p2 update sites. On 16 October 2012 15:02, Steven Bethard wrote: > On Oct 16, 2012, at 12:59 PM, Matthew Piggott

Re: [m2e-users] example of tests for m2e plugin based on BuildContext

2012-10-16 Thread Matthew Piggott
There should be a link to the git repo on the m2e site, or alternatively Github was offering mirrors under the Eclipse user. On 16 October 2012 14:54, Steven Bethard wrote: > On Oct 15, 2012, at 4:52 PM, Steven Bethard > wrote: > > I've been updating a code-generation plugin to use BuildContext

Re: [m2e-users] recommended m2e install steps

2012-10-16 Thread Matthew Piggott
o update from http://download.eclipse.org/technology/m2e/releasesis > recommended if I’m using 3.6? > > > ** ** > > *From:* m2e-users-boun...@eclipse.org [mailto: > m2e-users-boun...@eclipse.org] *On Behalf Of *Matthew Piggott > *Sent:* Tuesday, October 16, 2012 10:18 PM &

Re: [m2e-users] recommended m2e install steps

2012-10-16 Thread Matthew Piggott
Marketplace Client isn't part of all Eclipse distributions ;) For Eclipse 3.7 or 3.8 you should be able to find m2e in the release repository. The Sonatype site is the legacy version, we moved development to Eclipse. On 16 October 2012 10:05, Thorsten Heit wrote: > Hi, > > > Anyone can provide

Re: [m2e-users] Why does this m2e update site say it's not available?

2012-10-12 Thread Matthew Piggott
The files required for a p2 repository appear to be there. I would guess a connection issue on your end though I don't have Eclipse open to verify atm. On 12 October 2012 11:19, KARR, DAVID wrote: > I checked for updates this morning, and the following update site said "No > repository found".

Re: [m2e-users] 回覆︰ how to including -sources.jar in pom

2012-10-12 Thread Matthew Piggott
You probably need to force an update after receiving the error in the first post. It looks as if it were caused by a connection error of some type, perhaps a proxy? On 12 October 2012 05:36, tong123123 wrote: > when press F3, the Source not found error page is shown. > "the JAR file > c:\users\

Re: [m2e-users] Excluding duplicate resources in a hierarchical project?

2012-10-02 Thread Matthew Piggott
You can also try *Window *> *Preferences *> *Maven*, select *Hide folders of physically nested modules (experimental)* You will need to remove the projects from the workspace and re-import. On 2 October 2012 11:12, Igor Fedorenko wrote: > This is Eclipse workspace limitation and needs to be pro

Re: [m2e-users] Testing the updated m2e catalog

2012-10-01 Thread Matthew Piggott
t;any m2e version", in other words, entries > >> without element are expected to appear in all catalogs. > >> > >> -- > >> Regards, > >> Igor > >> > >> > >> On 12-09-27 11:03 AM, Anders Hammar wrote: > >>

  1   2   3   >