[m2e-users] buildhelper plugin with 1.2?

2012-10-01 Thread Eric Dalquist
I just installed Juno SR1 and M2E from the marketplace and the build-helper-maven-plugin connector fails to install. Is there a workaround or ETA for the plugin to work against m2e 1.2? Error details: Operation details Cannot complete the install because of a conflicting dependency. Software being

Re: [m2e-users] buildhelper plugin with 1.2?

2012-10-01 Thread Eric Dalquist
Anders Hammar wrote: > Install from this repo: > http://repository.tesla.io:8081/nexus/content/sites/m2e.extras/m2eclipse-buildhelper/0.15.0/N/0.15.0.201207090124/ > > /Anders > > On Mon, Oct 1, 2012 at 6:31 PM, Eric Dalquist > wrote: >> I just installed Juno SR1 and

Re: [m2e-users] buildhelper plugin with 1.2?

2012-10-01 Thread Eric Dalquist
gt; > On Mon, Oct 1, 2012 at 6:50 PM, Eric Dalquist > wrote: >> How do I do that? When I go to Preferences > Maven > Discovery I cannot edit >> the Catalog URL to specify >> http://repository.tesla.io:8081/nexus/content/sites/m2e.extras/ Is there >> another loca

Re: [m2e-users] buildhelper plugin with 1.2?

2012-10-01 Thread Eric Dalquist
a > proxy, firewall or AV interfering. > > > On 1 October 2012 13:17, Eric Dalquist > mailto:eric.dalqu...@doit.wisc.edu>> > wrote: > > It appears that isn't a valid Eclipse P2 repo, do I just manually > download and install it? >

Re: [m2e-users] new m2e catalog published on port 8081

2012-10-06 Thread Eric Dalquist
So to test out the new central hosted connectors library would I use: -Dm2e.discovery.url=http://download.eclipse.org/technology/m2e/discovery/directory-1.1.xml Thanks, -Eric On 10/6/12 4:59 PM, Jason van Zyl wrote: All

Re: [m2e-users] Releases at Central

2012-10-07 Thread Eric Dalquist
As a big user of m2e I just wanted to say thanks to the sonatype folks and plugin authors for making it better and easier to use. -Eric On 10/7/12 12:30 PM, Jason van Zyl wrote: Simply a directory structure of self-contained p2 update sites. I want something distributed and reliable and while

[m2e-users] maven plugin integration tips?

2013-05-06 Thread Eric Dalquist
I'm working on an update JSP compilation plugin and wondering how best to make sure it plays nice with m2e. The plugin takes the JSP files and generates java code, compiles that java code into class files, copies those into the output directory and then modifies the web.xml file. The plugin binds

Re: [m2e-users] maven plugin integration tips?

2013-05-06 Thread Eric Dalquist
gt; See https://bugs.eclipse.org/bugs/show_bug.cgi?id=356311 for details > of how this works for the afore mentioned plugin - you may find it > easier to simply use this technique. either explicitly with another > profile, or by detecting the presence of M2E within your plugin. > >

Re: [m2e-users] maven plugin integration tips?

2013-05-06 Thread Eric Dalquist
another attempt but I have tried to have a dialog with the plugin maintainers in the past with no luck. There were commits on the project in October of 2012 but there has not been a release cut since September 2008. I'd be more than happy to work with the maintainers if they were at all

Re: [m2e-users] maven plugin integration tips?

2013-05-09 Thread Eric Dalquist
s for the pointers, -Eric On 5/6/13 3:00 PM, Eric Dalquist wrote: On 05/06/2013 02:53 PM, Greg Thomas wrote: > I couldn't even find a place to poke for a release to get Tomcat 7 support in central. I believe that's already done on trunk; https://jira.codehaus.org/browse/MJSPC-49 Right