[m2e-users] org.codehaus.plexus.archiver.jar.Manifest.merge(org.codehaus.plexus.archiver.jar.Manifest)

2015-02-12 Thread Eric B
So I'm running into this old ugly problem of seeing this error in my build: org.codehaus.plexus.archiver.jar.Manifest.merge(org.codehaus.plexus.archiver.jar.Manifest) I've searched the web and seem to find out that this is an old problem that is relating to an older version of the plexus.archive

Re: [m2e-users] m2e 1.5.2 (Luna) released

2015-04-21 Thread Eric B
Is there any way/hack to install m2e 1.5.2 in Juno (4.2.2)? Thanks, Eric On Tue, Apr 21, 2015 at 8:36 AM, Fred Bricon wrote: > Yes it does > On Apr 21, 2015 8:22 AM, "Jochen Wiedmann" > wrote: > >> Does this one contain a fix for the maven.multiModuleProjectDirectory? >> >> >> On Wed, Apr 15

[m2e-users] Build result using m2e and maven not the same

2015-06-19 Thread Eric B
I'm running into a problematic issue with m2e and Eclipse (vs command line maven build). I am using a clean installation of Luna WTP 4.4.2 with m2e 1.5.1. I have aspectj-maven-plugin configured in my pom.xml and the connector installed as well. My plugin configuration specifies:

[m2e-users] Custom javaagent JRE arguments

2015-09-28 Thread Eric B
Hi, I'm trying to use JMockit for my tests on an IBM J9 VM. However, when I launch my tests, I get the following error message: java.lang.IllegalStateException: To run on IBM J9 VM, add /lib/tools.jar to the runtime classpath (before jmockit), or use -javaagent:C:\Users\Eric\.m2\repository\org\j

[m2e-users] Maven Console log is blank

2016-01-08 Thread Eric B
Hi, I have a fairly new installation of Juno in which I added m2e 1.4.1 and m2e-slf4j over logback. Both installed without errors. And yet, when I open my Maven Console, it is blank. No output at all. I've tried editing the .metatdata/.plugins/org.eclipse.m2e.logback.configuration/logback.***.x

Re: [m2e-users] Maven Console log is blank

2016-01-11 Thread Eric B
show_bug.cgi?id=482600 > > > > *Von:* m2e-users-boun...@eclipse.org [mailto:m2e-users-boun...@eclipse.org] > *Im Auftrag von *Eric B > *Gesendet:* Freitag, 8. Januar 2016 17:29 > *An:* Maven Integration for Eclipse users mailing list > *Betreff:* [m2e-users] Maven Console log is

Re: [m2e-users] Maven Console log is blank

2016-01-12 Thread Eric B
e-users-boun...@eclipse.org [mailto:m2e-users-boun...@eclipse.org] > *Im Auftrag von *Eric B > *Gesendet:* Montag, 11. Januar 2016 20:08 > *An:* Maven Integration for Eclipse users mailing list > *Betreff:* Re: [m2e-users] Maven Console log is blank > > > > Thanks! Indeed, it

[m2e-users] SERVLET_NAME Property not located upon Maven Configuration Update

2016-02-02 Thread Eric B
I'm using Eclipse Juno with M2e 1.5.2 installed. Generally speaking, everything seems to be working properly, however, recently, I keep seeing this error message when I try to update a WAR project (I actually have 3 wars that fail this way) Could not update project ComStatic configuration Propert

Re: [m2e-users] SERVLET_NAME Property not located upon Maven Configuration Update

2016-02-02 Thread Eric B
; Java EE Integration > JSF Configurator > > > > On Tue, Feb 2, 2016 at 11:26 AM, Eric B wrote: > >> I'm using Eclipse Juno with M2e 1.5.2 installed. >> >> Generally speaking, everything seems to be working properly, however, >> recently, I keep seeing thi

[m2e-users] EAR Deployment Assembly structure not same as actually deployed to server

2016-02-16 Thread Eric B
I don't know exactly where the issue lies for my problem; if it is a problem with the way I am attempting to use m2e-wtp, the maven-ear-plugin, or something with the connector that publishes my Eclipse project to the server. I am hoping someone could at least point me in the right direction. I ha

Re: [m2e-users] EAR Deployment Assembly structure not same as actually deployed to server

2016-02-16 Thread Eric B
ly for the use of the individual and entity to which it is addressed. > If you have received this E-mail in error, please notify the sender > immediately and delete the original and any copies.* > > On Tue, Feb 16, 2016 at 8:57 AM, Eric B wrote: > >> I don't know exactly

Re: [m2e-users] EAR Deployment Assembly structure not same as actually deployed to server

2016-02-16 Thread Eric B
. > If you have received this E-mail in error, please notify the sender > immediately and delete the original and any copies.* > > On Tue, Feb 16, 2016 at 9:09 AM, Eric B wrote: > >> Art, >> >> Thanks for confirming that I'm not going nuts. What/where/how do y

Re: [m2e-users] EAR Deployment Assembly structure not same as actually deployed to server

2016-02-16 Thread Eric B
l be reflected in the > looseconfig.xmi because you see either a reference to your project's > target/classes folder, or a reference to your local repository. > > I hope the above gives you some leads in getting this working more > smoothly for you, but know that it is possible

Re: [m2e-users] EAR Deployment Assembly structure not same as actually deployed to server

2016-02-16 Thread Eric B
/support/knowledgecenter/was_beta/com.ibm.websphere.wdt.doc/topics/tpublishv6.htm?cp=was_beta_devtools > ) > > Which one are you using? Resources from workspace? If yes, could you try > switching to resources from server and see if things improve? > > > Regards. > > Roberto Sánchez Herrera >

Re: [m2e-users] EAR Deployment Assembly structure not same as actually deployed to server

2016-02-18 Thread Eric B
>> a problem with the WebSphere server adapter. I suggest to post a question >> on https://developer.ibm.com/answers/smartspace/wasdev/, with >> information including if you are using WebSphere Application Server >> Development tools (WDT) or other IDE, version of the tools, v

[m2e-users] How did I break my m2e ear plugin? M2e no longer publishes to ear-resources

2016-02-18 Thread Eric B
I have no idea what I did to break my m2e/m2e-wtp installation, but my maven project is now generating my application.xml file in my src/main/application/META-INF folder. It used to properly generate it in my target/m2e-wtp/ear-resources/META-INF folder (where it belongs). I've spent half the af

Re: [m2e-users] How did I break my m2e ear plugin? M2e no longer publishes to ear-resources

2016-02-18 Thread Eric B
ences > Maven > Java EE integration > check `Generate > application.xml under the build directory` > > On Thu, Feb 18, 2016 at 4:08 PM, Eric B wrote: > >> I have no idea what I did to break my m2e/m2e-wtp installation, but my >> maven project is now generating my appl

Re: [m2e-users] How did I break my m2e ear plugin? M2e no longer publishes to ear-resources

2016-02-19 Thread Eric B
A setting of "true" shows a warning that it isn't the recommended value. Shouldn't the recommended value be "true"? Shouldn't the recommended process be to generate them in the build directory? Why is there even the option in the interface? Thanks, Eric On Thu,

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

2016-02-25 Thread Eric B
I remember a long while back an email/release note on this list about speed improvements made in one of the versions of m2e (especially for large scale projects) after than 1.4. However, I don't remember if it was 1.5 or 1.6 specifically. Can anyone remember? I've got a team using 1.4 on Juno an

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

2016-02-25 Thread Eric B
5.html > https://www.eclipse.org/m2e/documentation/release-notes-16.html > > Latest version should be the best m2e release ever, until next time. > > On Thu, Feb 25, 2016 at 2:37 PM, Eric B wrote: > >> I remember a long while back an email/release note on this list about >&g

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

2016-02-25 Thread Eric B
0' but it could not be found > > On Thu, Feb 25, 2016 at 3:00 PM, Eric B wrote: > >> Is there any way to shoehorn m2e 1.6 into Juno? I got 1.5 working in >> Juno with the help of the Orbit repository (Orbit-R20140525021250 - >> http://download.eclipse.org/tools/or

[m2e-users] Problems with JSP hot deploy in M2E Projects (Websphere)

2016-03-11 Thread Eric B
I'm confused as to why this is happening in my m2e projects vs standard Eclipse projects. When I configure my WAR/EAR projects as normal eclipse (non-maven) projects and deploy to WebSphere, I see that the WebSphere connector adds a classpath entry pointing to my JSP folder: c:\dev\WarProject\w

Re: [m2e-users] Problems with JSP hot deploy in M2E Projects (Websphere)

2016-03-11 Thread Eric B
! Eric On Fri, Mar 11, 2016 at 1:21 PM, Fred Bricon wrote: > This is a question for the IBM team. Cc'ing Chuck and Roberto on this. > I know Tomcat and JBoss server adapters work just fine, but I can't test > WebSphere. > > Fred > > On Fri, Mar 11, 2016 at 10:41 AM, E

Re: [m2e-users] Problems with JSP hot deploy in M2E Projects (Websphere)

2016-03-11 Thread Eric B
might vary > from an adapter to another. But in general they should honor the deployment > assembly settings. > > On Fri, Mar 11, 2016 at 1:27 PM, Eric B wrote: > >> I haven't checked the Tomcat/JBoss adapters in a long long time, but do >> you know if they copy files

Re: [m2e-users] Problems with JSP hot deploy in M2E Projects (Websphere)

2016-03-11 Thread Eric B
9 PM, Fred Bricon wrote: > m2e-wtp 1.2 keeps manual deployment assembly settings. > https://wiki.eclipse.org/M2E-WTP/New_and_Noteworthy/1.2.0#Keep_Deployment_Assembly_settings > > On Fri, Mar 11, 2016 at 1:36 PM, Eric B wrote: > >> So then it is conceivable that the IBM guy

Re: [m2e-users] Problems with JSP hot deploy in M2E Projects (Websphere)

2016-03-11 Thread Eric B
xtension points defined in m2e 1.6. > > On Fri, Mar 11, 2016 at 1:43 PM, Eric B wrote: > >> Any hope at all to get m2e-w2p 1.2 to play nice with m2e 1.5? I'm stuck >> on Juno with an m2e 1.5 implementation. >> >> The docs indicate that it requires Mars/m2e 1.6.

Re: [m2e-users] Problems with JSP hot deploy in M2E Projects (Websphere)

2016-03-11 Thread Eric B
t; Eric, > > If you can upgrade to RAD 9.5 (which ships with m2e 1.5 IIRC) there is an > IBM fix to get m2e upgraded to 1.6.x and m2e-wtp upgraded to 1.2.x (1.2.1 > IIRC). > > /Anders > > On Fri, Mar 11, 2016 at 7:43 PM, Eric B wrote: > >> Any hope at all to get m2e-

Re: [m2e-users] Problems with JSP hot deploy in M2E Projects (Websphere)

2016-03-14 Thread Eric B
at my explanation of the looseconfig.xmi in the reply to your > question last month. This will help your understand the way websphere and > websphere eclipse connector work together. > > Regards, Marcel > > On Fri, Mar 11, 2016 at 7:36 PM, Eric B wrote: > >> So then it i

Re: [m2e-users] Problems with JSP hot deploy in M2E Projects (Websphere)

2016-03-14 Thread Eric B
/WEB-INF/classes in the .war > > On Mon, Mar 14, 2016 at 4:38 PM, Eric B wrote: > >> I've updated my pom.xml to add the outputDirectory as indicated, but when >> I check my Deployment Assembly, I still see: >> >> Source:

Re: [m2e-users] Problems with JSP hot deploy in M2E Projects (Websphere)

2016-03-15 Thread Eric B
sing_me_some_trouble.2C_can_I_get_rid_of_it.3F > > http://screencast.com/t/sDDYkR4jCg > > The MANIFEST.MF and pom properties files will be generated under > src/main/webapp/META-INF. > Please not this setting will be ignored if resource filtering is active > (can't filter src/main/weba

Re: [m2e-users] Problems with JSP hot deploy in M2E Projects (Websphere)

2016-03-15 Thread Eric B
> > > [1] http://tools.jboss.org/downloads/jbosstools/juno/4.0.1.Final.html > [2] http://tools.jboss.org/features/server.html#deployment-only-server > > > On Tue, Mar 15, 2016 at 3:58 PM, Eric B wrote: > >> I've tried to update the archiver settings, but I still ha

[m2e-users] Multi pom file project

2016-05-18 Thread Eric B
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 it built 3 or 4 artifacts from the same code base. - secure-EJB.jar (some subset of classes) - secure-EJB-client.jar (client EJB) - unsecure-EJB.jar (anoth

Re: [m2e-users] Multi pom file project

2016-05-18 Thread Eric B
y 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 it built 3 >> or 4 artifacts from the same code base. >> - secure

Re: [m2e-users] Multi pom file project

2016-05-18 Thread Eric B
;t allow storing any of its resources outside of their >> respective project's dir. >> >> So you should definitely convert your project into a proper multimodule >> build. There is no way your setup will work correctly in eclipse otherwise. >> >> 2016-05-18 19:

Re: [m2e-users] Multi pom file project

2016-05-18 Thread Eric B
n.apache.org/plugins/maven-shade-plugin/> to bundle the > dependencies into the jar. > > > > On 18 May 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 jus

[m2e-users] Error with jaxws-maven-plugin in Mars

2016-05-19 Thread Eric B
I don't know if this specifically an m2e problem, but it is definitely something with a maven plugin within Eclipse. I'm using Eclipse Mars with m2e 1.6.2. I'm trying to generate .java files from an existing WSDL file and am using the org.codehaus.mojo:jaxws-maven-plugin:2.4.1 plugin. If I try r

Re: [m2e-users] Multi pom file project

2016-05-19 Thread Eric B
, Eric On Wed, May 18, 2016 at 3:24 PM, Matthew Piggott wrote: > Unless something has changed unpack won't play nice in Eclipse. > > I don't think you're understanding what I suggested. > > On 18 May 2016 at 15:15, Eric B wrote: > >> That's kind of wh

Re: [m2e-users] Error with jaxws-maven-plugin in Mars

2016-05-19 Thread Eric B
r, please notify the sender > immediately and delete the original and any copies.* > > On Thu, May 19, 2016 at 10:24 AM, Eric B wrote: > >> I don't know if this specifically an m2e problem, but it is definitely >> something with a maven plugin within Eclipse.

Re: [m2e-users] Error with jaxws-maven-plugin in Mars

2016-05-19 Thread Eric B
Tanasenko wrote: > Try running eclipse with -consoleLog. Jaxws dumps output to System.out, > which during the mojo execution in eclipse should be plain System.out of > eclipse itself. > > 2016-05-19 21:01 GMT+03:00 Eric B : > >> Great idea. I did. It worked

Re: [m2e-users] M2E + Unpack

2016-05-20 Thread Eric B
What phase are you unpacking in? Can you post your pom plugin definition? I was having trouble with the unpacker as well in pre package phases. Eric On May 20, 2016 6:50 AM, "Christian Dietrich" wrote: > Hi, > > i have the problem that m2e fails to do an unpack inside eclipse while > maven on

Re: [m2e-users] Multi pom file project

2016-05-20 Thread Eric B
ring, thus if the projects are in your workspaces then other projects > which depend on them will see classes which may be excluded in the final > build. > > On 19 May 2016 at 13:42, Eric B wrote: > >> Apparently, you are right. Unpack seems to only work in post-package &g

Re: [m2e-users] Multi pom file project

2016-05-20 Thread Eric B
> > http://maven.apache.org/plugins/maven-ejb-plugin/examples/generating-ejb-client.html > states it supports clientIncludes elements. See > http://maven.apache.org/plugins/maven-ejb-plugin/ejb-mojo.html#clientIncludes > > On Fri, May 20, 2016 at 5:01 PM, Eric B wrote: > >> @Matthew

Re: [m2e-users] M2E + Unpack

2016-05-20 Thread Eric B
example > > Am 20.05.16 um 13:08 schrieb Eric B: > > What phase are you unpacking in? > > > > Can you post your pom plugin definition? > > > > I was having trouble with the unpacker as well in pre package phases. > > > > Eric > > > >

Re: [m2e-users] pom.xml/Dependencies: cannot resolve "Missing artifact" issue

2016-05-20 Thread Eric B
I've had similar style issues as well. Typically, I have found it has something to do with the _remote.repositories that tells maven which repo it downloaded from and if it doesn't match what you're seraching for by your settings file, it could cause problems. A quick fix you can try is to delete

Re: [m2e-users] M2E + Unpack

2016-05-21 Thread Eric B
I'm surprised the plugin runs at all for you. When I tried with Similar config with the m2e connector,I got an error message that it couldn't run in anything less than package posse in eclipse in an aggregator project. referenced Jira MDEP-98 or 89 if memory serves. On May 20, 2016 6:50 AM, "Chris

Re: [m2e-users] M2E + Unpack

2016-05-21 Thread Eric B
I believe (Fred bricon might be able to confirm) that it has to do with the sequencing of the build in eclipse. I suspect that unlike command line builds that eclipse builds things a lot more in parallel. However I may be mistaken. This is just thinking out loud. Eric Well the intersting point

Re: [m2e-users] Why does the "Maven Repositories" view only show one repo in the "Project Repositories" list?

2016-06-01 Thread Eric B
You also have to consider any inherited repos either from a parent pom or from settings.xml file(s). Eric On Jun 1, 2016 7:13 PM, "David M. Karr" wrote: > I'm looking at a project with a POM file, with a "repositories" section > like this: > --- > > > openda

Re: [m2e-users] Why does the "Maven Repositories" view only show one repo in the "Project Repositories" list?

2016-06-01 Thread Eric B
ing it, I am also confused by the results that you see. > > Eric > > > > On Wed, Jun 1, 2016 at 8:50 PM, David M. Karr > wrote: > >> On 06/01/2016 04:35 PM, Eric B wrote: >> >> You also have to consider any inherited repos either from a parent pom or >&

[m2e-users] Resolve maven plugin from workspace?

2017-10-08 Thread Eric B
I'm trying to write a maven plugin that I want to include in my project. In my project pom, I have defined my plugin as: org.project build-maven-plugin 1.1.0-SNAPSHOT builder validate enhancer