Re: [m2e-users] How to build a Maven multi-module based java project using maven eclipse?

2011-04-14 Thread Anders Hammar
Right-click on project, select "Run As", and then select the type of build you want to do. /Anders On Thu, Apr 14, 2011 at 10:47, Lakshmi B wrote: > Hi, > > I am new to the usage of Maven eclipse. > I installed the Maven plugin in my eclipse, and imported maven project from > the archive. > > N

[m2e-users] How will future version releases work when part of Eclipse Indigo

2011-05-09 Thread Anders Hammar
How will it work with releases after 0.13 (or whatever it will be called) released with Eclipse Indigo (3.7.0) - will a new version of m2e only be released as part of the quarterly Eclipse simultaneous releases or will there be releases outside of that schedule? /Anders ___

Re: [m2e-users] Null pointer when importing a maven project

2011-05-30 Thread Anders Hammar
As a related note, there are other things in m2e that tries to get configuration from the maven-compiler-plugin. One such thing is the character encoding. I *think* that that code handles null, but I'm quite sure there is no IT for it, which should be added. /Anders On Mon, May 30, 2011 at 12:20,

[m2e-users] Can't build m2e core

2011-05-31 Thread Anders Hammar
I'm trying to build m2e core (org.eclipse.m2e.parent), but it fails with: [INFO] Resolving target platform for project MavenProject: org.eclipse.m2e:org.eclipse.m2e.maven.runtime:0.13.0-SNAPSHOT @ /Users/anders/dev/m2e-core/org.eclipse.m2e.maven.runtime/pom.xml [INFO] Adding repository http://down

Re: [m2e-users] Can't build m2e core

2011-05-31 Thread Anders Hammar
their repos, making builds unreproducible on the long term. > I have the same problem to build m2e-wtp. I need to fix it too. I was > hoping to rip the content off the m2e-core target platform but it hasn't > been updated yet :-) > > regards, > > Fred Bricon > > 2011/5/31

Re: [m2e-users] Can't build m2e core

2011-05-31 Thread Anders Hammar
d from time > to time. This is not much different from Maven builds, which fail when > snapshots disappear after release. > > -- > Regards, > Igor > > On 11-05-31 9:51 AM, Anders Hammar wrote: > >> Oh no, Maven golden rule. Never ever remove a release! >> >

Re: [m2e-users] Can't build m2e core

2011-05-31 Thread Anders Hammar
I confirm it works now, thanks! /Anders On Wed, Jun 1, 2011 at 00:26, Igor Fedorenko wrote: > Should be good as of couple of hours ago. > > Anders Hammar wrote: > > >Ok, thanks. If you remember, I'd appreciate a heads up when building is > >ok > >again. &

Re: [m2e-users] Ignoring the enforcer plugin

2011-06-03 Thread Anders Hammar
Adding the following to the pluginManagement section did the trick for me: org.eclipse.m2e lifecycle-mapping 1.0.0 org.apache.maven.plugins mave

Re: [m2e-users] Antwort: Re: Ignoring the enforcer plugin

2011-06-08 Thread Anders Hammar
What version of Maven CLI are you using? /Anders On Wed, Jun 8, 2011 at 11:28, Thorsten Heit wrote: > Hi, > > > Adding the following to the pluginManagement section did the trick for > me: > > > > > > org.eclipse.m2e > > lifecycle-mapping > > 1.0.0 > >

Re: [m2e-users] Confused about how I get m2eclipse-wtp 0.13

2011-06-23 Thread Anders Hammar
As I understand things, m2e 1.0.0 changed a lot of APIs compared to the old 0.12. The m2e extras at the Sonatype update site are based on the m2e 0.12 APIs and thus doesn't work with m2e 1.0.0. Ween using m2e, you should use the new m2e marketplace instead. /Anders On Thu, Jun 23, 2011 at 19:39,

Re: [m2e-users] Hosting corporate m2e marketplace

2011-08-02 Thread Anders Hammar
I'm confused, isn't the (m2e marketplace) catalog url configurable through Preferences->Maven->Discovery? /Anders On Mon, Aug 1, 2011 at 17:41, Igor Fedorenko wrote: > Do not install org.eclipse.m2e.discovery bundle to completely disable > m2e marketplace functionality. You will have to create

Re: [m2e-users] Hosting corporate m2e marketplace

2011-08-02 Thread Anders Hammar
the code. > > -- > Regards, > Igor > > > On 11-08-03 1:59 AM, Anders Hammar wrote: > >> I'm confused, isn't the (m2e marketplace) catalog url configurable >> through Preferences->Maven->Discovery? >> >> /Anders >> >> On

Re: [m2e-users] Hosting corporate m2e marketplace

2011-08-04 Thread Anders Hammar
ear altogether. > > [1] > https://bugs.eclipse.org/bugs/**show_bug.cgi?id=346703<https://bugs.eclipse.org/bugs/show_bug.cgi?id=346703> > > -- > Regards, > Igor > > > On 11-08-03 10:32 AM, Anders Hammar wrote: > >> Right, I see that now. I never tried editin

Re: [m2e-users] Hosting corporate m2e marketplace

2011-08-04 Thread Anders Hammar
> Unfortunately it doesn't look like possible subclassing the default > discovery code providing a different path... > Thinking this through (afterwards), I guess it would be easier just forking the m2e discovery feature and change that path (and possibly give the feature a different name). /Ande

Re: [m2e-users] Reducing build times

2011-08-04 Thread Anders Hammar
What version of m2e are you using? v1.0 is a great improvement compared to the older 0.x versions (where the behavior you're describing could happen). /Anders On Thu, Aug 4, 2011 at 18:21, Jan Ploski wrote: > Hi, > > As a new user of M2Eclipse, I am wondering about typical and minimal build > t

Re: [m2e-users] Reducing build times

2011-08-04 Thread Anders Hammar
t;, or am I justified in thinking > that some optimizations in the development process are needed. I have been > using scripting languages much recently, so delays of this kind do cause > annoyance. But they might be just a fact of life given the different > technology?... > >

Re: [m2e-users] M2 Eclipse can't add javamail

2011-08-13 Thread Anders Hammar
m2e uses indexes to find artifacts. I believe that the java.net repo doesn't provide an index. /Anders On Fri, Aug 12, 2011 at 21:44, Dean Schulze wrote: > According to Oracle JavaMail is available is available at  java.net maven2 > repository: >     http://www.oracle.com/technetwork/java/javama

Re: [m2e-users] PluginExecutionMetadata throws NullPointerException

2011-08-17 Thread Anders Hammar
Could the problem be a missing action section for the jaxws plugin? If this is the problem, please report it as a NPE isn't very nice although it's a misconfiguration on your part. /Anders On Wed, Aug 17, 2011 at 10:54, Stevo Slavić wrote: > Hello m2e users, > > When automatically building proje

Re: [m2e-users] How to make a project mavenable?

2011-08-17 Thread Anders Hammar
If you want to use m2eclipse, you just import the Maven project from within Eclipse (with the m2eclipse plugin installed). One example of this is shown in the demo on the m2e homepage [1]. The maven plugin you're referring to is not supported by m2e. /Anders [1] http://www.eclipse.org/m2e/ On W

Re: [m2e-users] Generated sources directory not being added to source folders

2011-08-23 Thread Anders Hammar
You need to use a m2e connector for this. IIRC there is one in the discovery catalog. m2e should warn you about the jaxws-m-p not being supported by m2e and give you the choice of discovering a connector. But possibly you've configure m2e to ignore this plugin in your pom? /Anders On Tue, Aug 23,

Re: [m2e-users] Generated sources directory not being added to source folders

2011-08-24 Thread Anders Hammar
> Ok, so which connector would you recommend using with JAXWS? > If i understood correctly there are at least two options: > m2e-extras (https://github.com/htfv/m2e-extras) and jaxws-maven-connector > (http://code.google.com/p/jaxws-maven-connector/). Haven't tried either one of these, so I couldn

Re: [m2e-users] version schizophrenia

2011-09-01 Thread Anders Hammar
As with all software, there could be a bug in m2e. If you find something that you think is a wrong, the proper way to handle that IMHO is to: 1) Report the issue 2) Provide a sample project (or similar) to reproduce 3) Create a patch At least do #1. Doing #2 will increase the likelihood of someone

Re: [m2e-users] After manually installing a jar in local repo, the available plugin list doesn't populate with the new jar

2011-09-06 Thread Anders Hammar
m2eclipse uses the downloaded index for all types of searches. The index is downloaded from the remote repo(s). As you've installed the artifact in your local repo, it doesn't exist in the index. To fix this, get yourself a repo manager (like Nexus) and deploy the artifacts there. Then configure it

Re: [m2e-users] Cannot create the wsdl by using plugin wsgen

2011-09-06 Thread Anders Hammar
But the jaxws plugin hasn't been bound to the lifecycle? /Anders On Wed, Sep 7, 2011 at 08:09, Thomas Chang wrote: > Hi all, > > Formerly I use the maveb 2.0.8 and can use the wsgen plugin to create the > wsdl file in eclipse by running mvn package or mvn install. > > Now I change to use the ma

Re: [m2e-users] Cannot create the wsdl by using plugin wsgen

2011-09-07 Thread Anders Hammar
/introduction-to-the-lifecycle.html /Anders On Wed, Sep 7, 2011 at 08:58, Thomas Chang wrote: > You can find the code in the pom.xml as follow: > > ... > > jaxws-maven-plugin > ... > > Doesn't it mean the jaxws-plugin not bound? > > > Thomas > > > &g

Re: [m2e-users] Cannot create the wsdl by using plugin wsgen

2011-09-07 Thread Anders Hammar
clipse as he did before and this will work (I do it every day for the > ws-import goal). > > Cheers > > Steve C > > On 07/09/2011, at 5:09 PM, Anders Hammar wrote: > > Well, your issue is a basic Maven issue. You have not bound the execution > of the plugin to the maven

Re: [m2e-users] Cannot create the wsdl by using plugin wsgen

2011-09-07 Thread Anders Hammar
: 9M/23M > [INFO] > > > ... > > The result is successful but I couldn't find the wsdl file and couldn't see > the plugin really executed. > > > > Thomas > > > > --- Anders H

Re: [m2e-users] Cannot create the wsdl by using plugin wsgen

2011-09-07 Thread Anders Hammar
lm.ClassRealm.loadClass(ClassRealm.java:230) > ... 37 more > [ERROR] > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] >

Re: [m2e-users] Cannot create the wsdl by using plugin wsgen

2011-09-08 Thread Anders Hammar
ection: > > > com.sun > tools > 1.0 > system > C:/Program > Files/Java/jdk1.7.0/lib/tools.jar > > > > > --- Anders Ha

Re: [m2e-users] Maven LifeCycleManagement

2011-10-01 Thread Anders Hammar
I haven't tried it, and don't know if it works with m2e 1.0.x, but possibly this could be something for you: http://bimargulies.github.com/m2e-code-quality/ It says it handles Checkstyle and PMD configuration from the pom. /Anders On Sat, Oct 1, 2011 at 18:58, Sascha Vujevic wrote: > We have a

Re: [m2e-users] M2E Extension Development: Help

2011-10-31 Thread Anders Hammar
The get getMojoParameterValue() method gets the configured value of the "sourceDirectory" parameter of the mojo [1]. Which is ${basedir}/src/main/antlr by default, but could have been configured to something else by the user. /Anders [1] http://mojo.codehaus.org/antlr3-maven-plugin/antlr-mojo.htm

Re: [m2e-users] Maven 3.0.4 runtime

2012-01-25 Thread Anders Hammar
Oh please, please, please, please! :-) /Anders On Wed, Jan 25, 2012 at 12:40, Igor Fedorenko wrote: > We discussed this last week, but have not decided anything yet. > > -- > Regards, > Igor > > On 12-01-25 5:50 AM, Julien HENRY wrote: >> >> Hi, >> >> Is it planed to propose a 3.0.4 Maven runtim

Re: [m2e-users] Can Maven tell Eclipse/m2eclipse to include generated code in classpath?

2012-03-13 Thread Anders Hammar
For m2e 1.0 you need a connector. You could try this one: https://github.com/suresk/m2e-cxf-codegen-connector The p2 repo seems to be here: http://bitstrings.github.com/m2e-connectors-p2/ /Anders On Tue, Mar 13, 2012 at 15:28, Ward, Nathan wrote: > Is there a way to specify in the pom file th

Re: [m2e-users] generate-sources not added to source path (xml beans, corba idl)

2012-03-26 Thread Anders Hammar
There is a connector in the m2e marketplace (connector catalog) that handles Codehaus Mojo's xmlbeans-maven-plugin. /Anders On Mon, Mar 26, 2012 at 18:01, wrote: > Hi all, > > I have a project that needs to generate sources for XML beans and CORBA IDL > files.  I use the following maven plugin

Re: [m2e-users] generate-sources not added to source path (xml beans, corba idl)

2012-03-26 Thread Anders Hammar
Yes. But you most likely will have to do it yourself. /Anders On Mon, Mar 26, 2012 at 23:02, Timothy Astle wrote: > Thanks Anders, I guess the same would need to be done for the > idlj-maven-plugin in codehaus? > > Tim > > On 26/03/2012 3:58 PM, Anders Hammar wrote: >>

Re: [m2e-users] M2E not working as advertised.

2012-05-10 Thread Anders Hammar
No problems reported in the Problems view? Did you try "Update Project Configuration..."? /Anders On Thu, May 10, 2012 at 11:28 AM, Jacques Koorts wrote: > I think eclipse does not know where to find my class files. It was > advertised that you dont need to do mvn eclipse:eclipse anymore, so I >

Re: [m2e-users] Antwort: Re: M2E not working as advertised.

2012-05-10 Thread Anders Hammar
I believe you need to update the Eclipse project by selecting Maven -> Update Project Configuration... Your source-folder is not picked up yet. /Anders On Thu, May 10, 2012 at 11:47 AM, Jacques Koorts wrote: > Hi Thorsten, I have the 1.4.0.1 lib installed in my local repo. > > Here my classpath

Re: [m2e-users] M2E holding on to JAR file handles

2012-05-30 Thread Anders Hammar
Yes, I see the same things. /Anders (mobile) Den 30 maj 2012 23.39 skrev "Mirko Raner" : > Hi all, > > there are a couple build issues in my company that are easiest dealt with > by wiping out the local .m2/repository (I know, it's lame). > I noticed that I cannot completely delete the repository

Re: [m2e-users] Cannot edit filtered source files

2012-07-03 Thread Anders Hammar
As suggested by others, drop source filtering. /Anders (mobile) Den 3 jul 2012 16.42 skrev "Markus Karg" : > Igor, for me it makes no difference. Not being able to Refactor, Format, > Organize Import make use of Eclipse ridiculous. So I either have to drop > Maven, or source filtering. > > -U

Re: [m2e-users] Eclipse Juno how to get Subversion to checkoutmaven projects

2012-07-03 Thread Anders Hammar
Works for me (from Sweden). /Anders On Wed, Jul 4, 2012 at 8:16 AM, Markus Karg wrote: > Sad but true, I cannot reach that domain (not even with ping). > > > > Von: m2e-users-boun...@eclipse.org [mailto:m2e-users-boun...@eclipse.org] Im > Auftrag von Jason van Zyl > Gesendet: Dienstag, 3. Juli 2

Re: [m2e-users] what happened to eclipse maven repository?

2012-07-06 Thread Anders Hammar
The m2e project doesn't have anything to do with the Maven repo at Eclipse, so this is not the right mailing list for this question. However, I think you can find some answers on this Eclipse Wiki page: http://wiki.eclipse.org/Maven /Anders On Sat, Jul 7, 2012 at 4:42 AM, Seth White wrote: > Hi,

Re: [m2e-users] [ANN] Maven inspector for m2e

2012-08-06 Thread Anders Hammar
But it doesn't state the phase, does it? /Anders On Mon, Aug 6, 2012 at 6:53 PM, Igor Fedorenko wrote: > You do know about lifecycle mapping project preference page, right? > > -- > Regards, > Igor > > > On 12-08-06 12:53 PM, Pascal Rapicault wrote: >> >> As much as Maven makes it easy to deal w

Re: [m2e-users] [ANN] Maven inspector for m2e

2012-08-06 Thread Anders Hammar
I don't get the phase info: http://www.screencast.com/t/xnHcAD4tn1a Should be the latest released version of m2e (1.1.0.20120530-0009). /Anders On Mon, Aug 6, 2012 at 8:20 PM, Igor Fedorenko wrote: > http://screencast.com/t/RyEm2oROcew > > -- > Regards, > Igor > > O

Re: [m2e-users] [ANN] Maven inspector for m2e

2012-08-06 Thread Anders Hammar
- > Regards, > Igor > > On 12-08-06 2:37 PM, Anders Hammar wrote: >> >> I don't get the phase info: >> http://www.screencast.com/t/xnHcAD4tn1a >> >> Should be the latest released version of m2e (1.1.0.20120530-0009). >> >> /Ander

Re: [m2e-users] update site down?

2012-08-10 Thread Anders Hammar
Looks ok from where I'm sitting (Sweden). Verified with Igor's P2 browser. /Anders On Fri, Aug 10, 2012 at 12:48 PM, David Urbansky wrote: > Hi, > > I wanted to install m2eclipse but the update site seems down, anybody > having the same issue? Anyone knows who to contact? > > http://download.ecl

Re: [m2e-users] M2eclipse JAXB connectors

2012-08-14 Thread Anders Hammar
Just for the record, the next version (the version after 1.4) of Codehaus Mojo's JAXB Maven plugin will also be m2e compatible. I.e. no m2e connector is needed. /Anders On Tue, Aug 14, 2012 at 8:07 PM, Kathryn Huxtable wrote: > Okay, I installed it, but I had to manually remove the class path en

Re: [m2e-users] [ANN] Maven inspector for m2e

2012-08-16 Thread Anders Hammar
find too. > > [1] http://wiki.eclipse.org/M2E_plugin_execution_not_covered > > -- > Regards, > Igor > > On 12-08-06 3:07 PM, Anders Hammar wrote: >> >> Ok. Not too obvious though I'd say. But now *I* know. :-) >> >> Don't get me wrong though, these

Re: [m2e-users] Will there be a m2e Juno SR1 release?

2012-08-17 Thread Anders Hammar
Igor sent a mail about m2e 1.2.0 to the mailing list the other day. The plan is to contribute it to Juno SR1 as well as Kepler M1. /Anders On Fri, Aug 17, 2012 at 5:20 PM, Paul Benedict wrote: > I don't see a Juno SR1 Target Milestone for m2e in Bugzilla; there is > one for Kepler M1. Does this

Re: [m2e-users] [m2e-dev] please test m2e 1.2 changes

2012-08-18 Thread Anders Hammar
How is the archetype stuff supposed to work? I kind of would expect m2e to similar to how the m-archetype-p does, i.e. use "remote" and "local" by default. I don't really know how to map the defined catalogs but it doesn't seem as it looks in remote. I had to create a central catalog for that. Is t

Re: [m2e-users] [m2e-dev] please test m2e 1.2 changes

2012-08-18 Thread Anders Hammar
tral is a way to not depend on the nexus > index being downloaded. > > HIH > > Fred Bricon > > > On Sat, Aug 18, 2012 at 11:33 AM, Anders Hammar wrote: >> >> How is the archetype stuff supposed to work? I kind of would expect >> m2e to similar to how the m-a

Re: [m2e-users] How does eclipse/m2e resolve project dependencies to other workspace projects?

2012-08-30 Thread Anders Hammar
If you have workspace resolution turned on for a project, it will not use the local repo but have a dependency to the Eclipse project instead. Pretty much how you would do it in plain Eclipse development (bad memories). I don't have an Eclipse instance in frt of me, but you can see this there as th

Re: [m2e-users] What features does m2e provide by examining plugin configurations?

2012-08-31 Thread Anders Hammar
Not sure what you're looking for. How would tooling support that interrogates some configuration give any benefit on it's own? The things I argue that m2e will give you (if you have fairly well modeled projects and also follow best-practice and use well know/working plugins) are: * "incremental" (

Re: [m2e-users] m2e-users Digest, Vol 44, Issue 2

2012-09-02 Thread Anders Hammar
This one should work: http://repository.tesla.io:8081/nexus/content/sites/m2e.extras/m2eclipse-egit/0.14.0/N/0.14.0.201207041402/ /Anders On Sun, Sep 2, 2012 at 4:05 AM, Sean Fitts wrote: > > Mike, hi. That does look like the same bug and the fix looks like what I > was asking for (make it work

Re: [m2e-users] Change repository in m2e

2012-09-03 Thread Anders Hammar
Thee is nothing wrong here. There was a change of url for the central repo in Maven 3.0.4 (or possibly 3.0.3). This new url and the old point at the same server though, so if you see old artifacts it's due to something else. We found out that the index at central (which is what is used when you br

Re: [m2e-users] FW: M2E build process fails through eclipse.

2012-09-04 Thread Anders Hammar
I just right-click on the project, select "Run As" -> "Maven install" or whatever you want. Normally works fine, but there are a few Maven plugins that don't work well here. maven-invoker-plugin is one. So if that one is bound to the lifecycle you'll get some error. If you want to do "mvn clean ins

Re: [m2e-users] FW: M2E build process fails through eclipse.

2012-09-04 Thread Anders Hammar
gt; [Help 1] > > -Original Message- > From: m2e-users-boun...@eclipse.org [mailto:m2e-users-boun...@eclipse.org] On > Behalf Of Anders Hammar > Sent: Wednesday, September 05, 2012 11:54 AM > To: Maven Integration for Eclipse users mailing list > Subject: Re: [m2e-users] FW

Re: [m2e-users] FW: M2E build process fails through eclipse.

2012-09-05 Thread Anders Hammar
How do I identify the proxy settings > in my profile.Actually the jar file is already present in the local > repository.Any help. > > -Original Message- > From: m2e-users-boun...@eclipse.org [mailto:m2e-users-boun...@eclipse.org] On > Behalf Of Anders Hammar > S

Re: [m2e-users] FW: M2E build process fails through eclipse.

2012-09-05 Thread Anders Hammar
If you can't find some mis-configuration you could try the latest staged 1.2.0 release [1] and see if it solves it. Not sure if Greg refers to an issue with early releases of 1.2.0 or 1.1.0. /Anders [1] http://download.eclipse.org/technology/m2e/milestones/1.2 On Wed, Sep 5, 2012 at 1:04 PM, w

Re: [m2e-users] Change repository in m2e

2012-09-06 Thread Anders Hammar
pse to use it but > when I performed a > rebuild/ index I didn't see any traffic to the repo site. > > Stefano. > > On Mon, Sep 3, 2012 at 8:43 PM, Anders Hammar wrote: >> Thee is nothing wrong here. There was a change of url for the central >> repo in Maven 3.0.4 (or

Re: [m2e-users] discovery repository for 1.2 connectors?

2012-09-10 Thread Anders Hammar
You will find 1.2 compatible connectors in the subfolders here: http://repository.tesla.io:8081/nexus/content/sites/m2e.extras/ Not sure about the status of the discovery repo. /Anders On Mon, Sep 10, 2012 at 11:50 AM, Lars Fischer wrote: > Hello, > > I'm testing Eclipse Juno SR1 with installed

Re: [m2e-users] How to correctly get a checked-out project to be a Maven Java project

2012-09-11 Thread Anders Hammar
Yes, LATEST and RELEASE are deprecated or possible not even supported in Maven 3. Those key words are bad and should be removed as soon as possible. /Anders On Tue, Sep 11, 2012 at 1:46 AM, KARR, DAVID wrote: >> -Original Message- >> From: m2e-users-boun...@eclipse.org [mailto:m2e-users-

Re: [m2e-users] m2e and SNAPSHOT

2012-09-11 Thread Anders Hammar
You have to understand that "-SNAPSHOT" is a key thing in Maven. When you use a dot instead you're declaring a release version and not a snapshot/dev version number. And this scheme cannot be changed; it's at the hart of Maven. /Anders On Tue, Sep 11, 2012 at 11:37 AM, F V wrote: > Dear All, > >

Re: [m2e-users] m2e disable central

2012-09-12 Thread Anders Hammar
m2e reads the settings.xml in your user profile, so if that one is correctly configured to use an internal mirror that will be reflected in m2e as well. I think it will still say "central" in the Maven repo view in m2e but then something like mirrored in parenthesis.. /Anders On Wed, Sep 12, 2012

Re: [m2e-users] Marketplace and Metadata

2012-09-25 Thread Anders Hammar
That url is configurable if you specify (in eclipse.ini): -Dm2e.discovery.url=/some/url/ See https://bugs.eclipse.org/bugs/show_bug.cgi?id=337912. /Anders On Mon, Sep 24, 2012 at 2:26 AM, Benson Margulies wrote: > On Sun, Sep 23, 2012 at 7:34 PM, Jason van Zyl wrote: >> I automated everything

Re: [m2e-users] Is there a way to suppress the "M2E plugin execution not covered" error

2012-09-27 Thread Anders Hammar
In m2e 1.2 it is possible to configure lifecycle mapping metadata outside of the pom. Have a look in the Maven/Lifecycle Mappings section of the Eclipse preferences. /Anders On Thu, Sep 27, 2012 at 9:17 AM, Jean Couillaud wrote: > Hi, it seems to me he asked for something "without modifying the

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

2012-09-27 Thread Anders Hammar
i should > look something like this: > > https://gist.github.com/3785116 > > With some feedback from users we can publish this as the release version of > the catalog in a week or so. > > On Sep 25, 2012, at 12:21 PM, Anders Hammar wrote: > > That url is configurab

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

2012-09-27 Thread Anders Hammar
overy.oss/connectors.xml#L301 > > So let's figure out why it's not showing up in the catalog. > > The descriptions are a little light too for the connectors so I'll try and > augment those as well. > > On Sep 27, 2012, at 6:24 AM, Anders Hammar wrote: > > Verified in

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

2012-09-27 Thread Anders Hammar
Yes, but I deleted that one before trying. But I'll try it again. /Anders On Thu, Sep 27, 2012 at 3:24 PM, Matthew Piggott wrote: > Do you have a version of m2e-subversive installed already? > > > On 27 September 2012 10:23, Anders Hammar wrote: >> >> The m2e-eg

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

2012-09-27 Thread Anders Hammar
'm not sure if the connector is there, but the p2 discovery ui hides > entries installed based on ID. > > > On 27 September 2012 10:27, Anders Hammar wrote: >> >> Yes, but I deleted that one before trying. But I'll try it again. >> >> /Anders >> >

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

2012-09-27 Thread Anders Hammar
Just checked the catalog xml file in the catalog jar and m2e-subversive is not listed in there. /Anders On Thu, Sep 27, 2012 at 4:46 PM, Anders Hammar wrote: > I know. > > I tried again with a fresh Juno (Java package) installation. No luck; > m2e-subversive is not listed in the

Re: [m2e-users] Marketplace and Metadata

2012-09-27 Thread Anders Hammar
> Are we good here? Do you need to read me write that it also worked > with the 1.1 version of the jar? I don't know; you tell me. You asked for help configuring m2e to use a different catalog file. I told you how to do that. /Anders > > On Tue, Sep 25, 2012 at 12:21 PM, And

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

2012-09-27 Thread Anders Hammar
Could the problem be that the entries in the source for m2e-cvs, m2e-subversive, m2e-subclipse are missing: 1.0,1.1 ? m2e-egit has it and works. /Anders On Thu, Sep 27, 2012 at 4:51 PM, Anders Hammar wrote: > Just checked the catalog xml file in the catalog jar and > m2e-subversive

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

2012-09-27 Thread Anders Hammar
And now when m2e 1.2 is out should we include that version as well? /Anders On Thu, Sep 27, 2012 at 5:24 PM, Benson Margulies wrote: > Same problem with mine. I'll update my fork. > > On Thu, Sep 27, 2012 at 11:03 AM, Anders Hammar wrote: >> Could the problem be that the e

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

2012-09-27 Thread Anders Hammar
But still, it doesn't work:-) /Anders On Thu, Sep 27, 2012 at 5:49 PM, Igor Fedorenko wrote: > No means "any m2e version", in other words, entries > without element are expected to appear in all catalogs. > > -- > Regards, > Igor > > >

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

2012-09-27 Thread Anders Hammar
Thanks Jason. Now they're listed as expected. /Anders On Thu, Sep 27, 2012 at 6:56 PM, Jason van Zyl wrote: > I published another staging version with the m2e-versions for the missing > entries. Give it another whirl. > > On Sep 27, 2012, at 11:58 AM, Anders Hammar wrote:

Re: [m2e-users] Marketplace and Metadata

2012-09-27 Thread Anders Hammar
Ok. But you responded to my mail. :-) /Anders On Thu, Sep 27, 2012 at 5:28 PM, Benson Margulies wrote: > On Thu, Sep 27, 2012 at 10:55 AM, Anders Hammar wrote: >>> Are we good here? Do you need to read me write that it also worked >>> with the 1.1 version of the jar? &g

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

2012-10-01 Thread Anders Hammar
Anyone else with feedback on this, or could we publish it? /Anders On Thu, Sep 27, 2012 at 9:06 PM, Anders Hammar wrote: > Thanks Jason. Now they're listed as expected. > > /Anders > > On Thu, Sep 27, 2012 at 6:56 PM, Jason van Zyl wrote: >> I published another st

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

2012-10-01 Thread Anders Hammar
il they actually need it, then they will complain, and > we'll fix it. Yes. Release early, release often. And that includes my suggestion above about going live with what we have and switch to central-hosted connectors when infrastructure is in place for that. /Anders > > On Oct 1, 2

Re: [m2e-users] m2e Tycho Configurator not working with Eclipse 4.2.1

2012-10-01 Thread Anders Hammar
Juno SR1 includes m2e 1.2 while Juno included m2e 1.1. So you need to upgrade the Tycho connector to a version that is compatible with m2e 1.2. You find it here: http://repository.tesla.io:8081/nexus/content/sites/m2e.extras/m2eclipse-tycho/0.6.0/N/0.6.0.201207302152/ The discovery catalog unfortu

Re: [m2e-users] m2e Tycho Configurator not working with Eclipse 4.2.1

2012-10-01 Thread Anders Hammar
t. > > How can I test the new catalog? > > > On Mon, Oct 1, 2012 at 3:32 PM, Anders Hammar wrote: >> >> Juno SR1 includes m2e 1.2 while Juno included m2e 1.1. So you need to >> upgrade the Tycho connector to a version that is compatible with m2e >> 1.2. Y

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

2012-10-01 Thread Anders Hammar
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 M2E from the marketplace and the > build-helper-maven-plugin con

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

2012-10-01 Thread Anders Hammar
there > another location I need to go to in eclipse to setup the tesla.io m2e.extras > catalog? > > > On 10/01/2012 11:43 AM, 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

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

2012-10-01 Thread Anders Hammar
Just to stress the importance of getting this out as soon as possible, have a look at the two questions on this mailing list just today related to invalid connectors in the currently published discovery catalog. /Anders On Mon, Oct 1, 2012 at 3:29 PM, Anders Hammar wrote: >> I need to s

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

2012-10-03 Thread Anders Hammar
Just checked the plugin.xml in the 1.1 jar and it doesn't look correct. It lists connector versions which aren't compatible with m2e 1.2. /Anders On Wed, Oct 3, 2012 at 8:04 PM, Jason van Zyl wrote: > I have published the catalog to Maven Central. > > On Oct 1, 2012, at 10:4

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

2012-10-03 Thread Anders Hammar
1.2. >> >> /Anders >> >> On Wed, Oct 3, 2012 at 8:04 PM, Jason van Zyl wrote: >> >> I have published the catalog to Maven Central. >> >> On Oct 1, 2012, at 10:40 AM, Anders Hammar wrote: >> >> Just to stress the importance of getting this out as

Re: [m2e-users] M2E plugin : please convince me

2012-10-04 Thread Anders Hammar
The simple answer, IMHO, is that you want incremental build support. That's what m2e tries to give you. As Maven and its plugins doesn't support that, m2e can't delegate it. Forcing a Maven build (even if it would just be part of the full lifecycle) would give you a very slow Eclipse environment. T

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

2012-10-12 Thread Anders Hammar
You shouldn't have to change your pom. I checked and the sources jar seems to exist in central, but in my experience just hoovering on the method doesn't download it. Try opening the method by putting the cursor there and hitting F3. It should take you to the source, which will be downloaded automa

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

2012-10-12 Thread Anders Hammar
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\teamC\.m2\repository\org\springframework\spring\2.5.6\spring-2.5.6.jar &

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

2012-10-12 Thread Anders Hammar
). /Anders On Sat, Oct 13, 2012 at 7:54 AM, Anders Hammar wrote: > What do you mean by "update"? Update what? > > /Anders (mobile) > > Den 13 okt 2012 07.36 skrev "tong123123" : > >> how to "force an update" in eclipse? >> thanks in adva

Re: [m2e-users] m2e Connector - What happens when the plugin is in a profile?

2012-10-15 Thread Anders Hammar
> In fact how can you select profiles in m2e? Yes, you can. Select your project and right-click. Select Properties. Select "Maven" and you will be able to specify Active Maven profiles. /Anders > ___ > m2e-users mailing list > m2e-users@eclipse.org > h

Re: [m2e-users] Current catalog, checkstyle & PMD, 1.2

2012-11-04 Thread Anders Hammar
> If you know it works with all versions then you can remove the > m2e-versions element. > I recall we had some problems with connectors not showing up in the catalog if the versions element didn't exist. So I don't think it can be removed. /Anders > This is no different than how it's always b

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

2012-11-21 Thread Anders Hammar
Did you use a fresh workspace or re-used the old one? m2e 1.x is not compatible with Eclipse project config files created by m2e 0.x. /Anders On Wed, Nov 21, 2012 at 1:17 PM, Kristian Lind wrote: > Updated eclipse from Indigo to Juno. > > In Indigo there was Maven plugin > Maven Integration fo

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

2012-11-21 Thread Anders Hammar
You were re-using a Maven project on disk? So there was probably old Eclipse project files there which you need to remove. /Anders On Wed, Nov 21, 2012 at 1:27 PM, Kristian Lind wrote: > U created a fresh one. Only the project is reused. > > On Wed, Nov 21, 2012 at 1:25 PM, Ande

Re: [m2e-users] M2E problems with maven-dependency-plugin copy goal

2012-12-06 Thread Anders Hammar
The latest version of Codehaus Mojo's jaxb2-maven-plugin supports m2e. /Anderfs On Thu, Dec 6, 2012 at 1:29 PM, Lebling, David (US SSA) < david.lebl...@baesystems.com> wrote: > Igor, > > I have had the same problem and used the "ignore instead of execute" > band-aid. > > Is there any update or

Re: [m2e-users] m2e connectors

2012-12-19 Thread Anders Hammar
AFAIK, there is no way to download all of them in one go but you need to download each P2 repo individually by standard P2 tools. There's info in the Eclipse docs on how to mirror a P2 repo. And then you need to set up a internal discovery catalog and configure all user's Eclipse instances to use t

Re: [m2e-users] Handling binary-only jars

2013-01-27 Thread Anders Hammar
Regarding the jar from the svn repo, there was a similar question on the Maven user mailing list last week. You might want to search the archive for that list for the answers and how it was solved. /Anders On Sun, Jan 27, 2013 at 10:59 PM, Toolforger wrote: > Hi all, > > I have a binary-only ja

Re: [m2e-users] [kepler] check out as maven project

2013-02-19 Thread Anders Hammar
I believe Kepler comes with m2e 1.3. The subclipse scm connector does not work (install) with that version m2e, at least not when I checked a few days ago. I've fixed the subversive connector though and you can find it here: http://repository.tesla.io:8081/nexus/content/sites/m2e.extras/m2eclipse-s

Re: [m2e-users] option to refresh from local during project configuration update

2013-02-20 Thread Anders Hammar
This is introduced in 1.4 of m2e? I can't see it in 1.3. /Anders On Wed, Feb 20, 2013 at 6:01 PM, Igor Fedorenko wrote: > Heads up. I've added new option to project configuration update dialog > to automatically refresh project workspace resources from local > filesystem. This is on by default

Re: [m2e-users] Eclipse standard m2e Maven task "generate-sources" | Custom bound plug-ins (here: "wsimport" of "jax-ws")

2013-02-27 Thread Anders Hammar
Strange. I tested a project of mine which has the modello plugin bound to that phase and it works as expected. Could you right-click on your project, select Properties, then select Maven->Lifecycle Mapping. Be sure to check "Show lifecycle phases". Is the execution of the jax-ws plugin listed for t

Re: [m2e-users] Eclipse standard m2e Maven task "generate-sources" | Custom bound plug-ins (here: "wsimport" of "jax-ws")

2013-02-28 Thread Anders Hammar
/Anders > > > ** ** > > The current file shows the content being attached. > > ** ** > > Kind regards, > > Holger**** > > ** ** > > *Von:* m2e-users-boun...@eclipse.org [mailto:m2e-users-boun...@eclipse.org] > *Im Auftrag von *Anders Hammar >

  1   2   >