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
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
___
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,
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
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
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!
>>
>
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.
&
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
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
> >
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,
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
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
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
> 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
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
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?...
>
>
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
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
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
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,
> 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
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
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
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
/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
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
: 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
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]
>
ection:
>
>
> com.sun
> tools
> 1.0
> system
> C:/Program
> Files/Java/jdk1.7.0/lib/tools.jar
>
>
>
>
> --- Anders Ha
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
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
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
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
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
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:
>>
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
>
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
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
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
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
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,
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
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
-
> 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
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
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
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
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
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
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
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
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" (
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
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
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
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
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
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
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
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
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-
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,
>
>
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
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
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
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
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
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
'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
>>
>
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
> 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
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
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
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
>
>
>
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
&
).
/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
> 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
> 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
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
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
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
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
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
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
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
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
/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 - 100 of 122 matches
Mail list logo