Re: [m2e-users] Some m2eclipse-wtp news

2011-04-12 Thread Jeff Jensen
That's great news! Congrats Fred! :-) On Tue, Apr 12, 2011 at 3:23 AM, Fred Bricon wrote: > Hi all, > > due to personal reasons, m2eclipse-wtp has not been very active for the last > few months. I'm happy to inform you these times are over. > As a matter of fact, I was hired by Red Hat to work

Re: [m2e-users] Export / Import -> to workspace.

2011-05-28 Thread Jeff Jensen
We've encountered this problem occasionally - a number of jars "all of a sudden" missing in the WEB-INF/lib dir; clueless as to what causes it (seems to be a build error); happens at a server start even though the prior start worked. Nothing fixes it (e.g. clean build, restart server, restart Ecli

Re: [m2e-users] M2eclipse JAXB connectors

2012-08-14 Thread Jeff Jensen
Does for us. Use Eclipse Marketplace. On Tue, Aug 14, 2012 at 12:42 PM, Kathryn Huxtable wrote: > Does 1.1 run on Indigo? > > -K > > On Aug 14, 2012, at 12:26 PM, Igor Fedorenko wrote: > >> What broken links? m2e 1.1 can be installed from release repository >> specified in [1] or from eclipse

[m2e-users] M2e configure WTP to publish one or more files from test-classes or src/test/resources?

2014-12-07 Thread Jeff Jensen
Since we use m2e to configure the Eclipse modules, I'm wondering if there is a configuration that will allow m2e/wtp to publish one or more files from test-classes or src/test/resources? Specifically, I'm interested in having src/test/resources/logback-test.xml published, activating the testing co

Re: [m2e-users] M2e configure WTP to publish one or more files from test-classes or src/test/resources?

2014-12-07 Thread Jeff Jensen
lt war directory when using CLI or other IDEs, when the dev profile is > enabled. > > Now if you already defined webResources in your main maven-war-plugin > configuration, you should use in > the dev profile, so the test webResources are added to your original > webresources. >

Re: [m2e-users] M2e configure WTP to publish one or more files from test-classes or src/test/resources?

2014-12-07 Thread Jeff Jensen
node. Works for me. > > On Sun, Dec 7, 2014 at 3:15 PM, Jeff Jensen wrote: > >> Thank you Fred! I did not know about the feature. This >> is very slick. >> >> I have 8 components of a system, each builds to a war, and want to share >> this config in th

[m2e-users] m2e setting project facet

2014-12-12 Thread Jeff Jensen
Is there an m2e setting that will help with this or is it a Spring Boot issue/change needed? https://stackoverflow.com/questions/27447077/how-to-configure-spring-boot-1-2-0-for-servlet-3-0-and-have-m2e-set-eclipse-face ___ m2e-users mailing list m2e-user

Re: [m2e-users] m2e setting project facet

2014-12-12 Thread Jeff Jensen
nything about Spring. It must be one of m2e extensions. > > On December 12, 2014 12:19:10 PM EST, Jeff Jensen > wrote: > >Is there an m2e setting that will help with this or is it a Spring Boot > >issue/change needed? > > > > > https://stackoverflow.com/questions/

Re: [m2e-users] m2e setting project facet

2014-12-12 Thread Jeff Jensen
sion. > > On December 12, 2014 12:57:25 PM EST, Jeff Jensen > wrote: > >Thank you Igor. Yes, I wasn't thinking that m2e knew about Spring... > >I'm > >thinking either Spring Boot 1.2 exposes something (incorrectly?) that > >m2e > >sees and then configure

Re: [m2e-users] m2e setting project facet

2014-12-12 Thread Jeff Jensen
ree/org.eclipse.m2e.wtp/src/org/eclipse/m2e/wtp/WarPluginConfiguration.java#n243 > > Fred > > On Fri, Dec 12, 2014 at 1:09 PM, Jeff Jensen wrote: >> >> I very much appreciate your fast replies. >> >> >> On Fri, Dec 12, 2014 at 12:03 PM, Igor Fedoren

Re: [m2e-users] M2e configure WTP to publish one or more files from test-classes or src/test/resources?

2014-12-17 Thread Jeff Jensen
tion, you should use in > the dev profile, so the test webResources are added to your original > webresources. > > HIH > > Fred > > > On Sun, Dec 7, 2014 at 12:39 PM, Jeff Jensen wrote: > >> Since we use m2e to configure the Eclipse modules, I'm wonderin

Re: [m2e-users] M2e configure WTP to publish one or more files from test-classes or src/test/resources?

2014-12-22 Thread Jeff Jensen
For anyone wanting to follow along, I created these two entries for these issues: https://bugs.eclipse.org/bugs/show_bug.cgi?id=455864 https://bugs.eclipse.org/bugs/show_bug.cgi?id=455865 On Wed, Dec 17, 2014 at 9:31 PM, Jeff Jensen wrote: > Hi Fred, > > What is the expected m2e-wtp

Re: [m2e-users] maven dev tools 0.4.0 snapshots

2015-07-02 Thread Jeff Jensen
Very cool! I often display the general Eclipse "Progress" view to see what's going on; this is a great build only replacement for that, showing the details. I like that you have already added the toggle for only showing ones with errors. The other toggle I like is "Activate on errors only", if you

Re: [m2e-users] maven dev tools 0.4.0 snapshots

2015-07-02 Thread Jeff Jensen
nvenient to see those continually update as they are usually nearly always visible. I've seen icon updates for other plugins not happen very fast... can you make it immediately update? -- > Regards, > Igor > > > On Thu, Jul 2, 2015, at 11:35 AM, Jeff Jensen wrote: > > V

Re: [m2e-users] maven dev tools 0.4.0 snapshots

2015-07-02 Thread Jeff Jensen
I think workbench-wide >> notification "build such and such competed" would be more useful, but sadly >> Eclipse does not provide this. >> >> I may implement different view icons so one can tell if build is running, >> succeeded or failed without activating th

Re: [m2e-users] Multi pom file project

2016-05-18 Thread Jeff Jensen
Best is to move them to 4 separate modules/directory structures. Then it will work without issues. On Wed, May 18, 2016 at 10:36 AM, Eric B wrote: > Hi, > > I am migrating a legacy app to maven and am having miserable time with one > module in particular. The way the Ant script worked is that

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

2016-05-25 Thread Jeff Jensen
I've also been using the same output dir with both for many years. The only hassle I've encountered is the rare need to clean build in Eclipse (I think only occasionally after a "mvn clean ..."). Otherwise, they cohabitate well. On Wed, May 25, 2016 at 9:34 AM, Matthew Piggott wrote: > We use

Re: [m2e-users] Maven Dependencies not Resolving for Project

2016-10-03 Thread Jeff Jensen
I don't know the problem but a couple of thoughts in case it helps... Assuming you did the "Maven -> Update projects" or have that on auto at Eclipse start? (this ensures the Eclipse config is correct) Did you manually adjust the Eclipse config or it's as m2e would config it? What happens if you