Trinition,
Usually, a client ejb artifact is a secondary artifact produced from an
ejb project, and it normally would be named as myproject-ejb-1.0-ejb-client,
where "ejb-client" is a classifier you'd specify in element.
When such dependency is resolved from Eclipse workspace, the m2eclipse
sh
Andrew,
Have you tried m2eclipse [1]? It provides new import wizard for importing
Maven projects and also have integration for AJDT, i.e. sets required
attributes on classpath entries accordingly [2].
regards,
Eugene
[1] http://m2eclipse.codehaus.org/
[2] http://docs.codehaus.org/display/
gt;
> [WARNING] Error while parsing /Users/woo/Development/workspaces/areteq/
> modules/Foundation/src/main/java/com/areteq/common/
> HashMapHandler.java: Can't use generics unless running in JDK 1.5 mode!
>
> Would be nice to specify this in one place ( run in JDK 1.5 mod
ce".
regards,
Eugene
John Wooten-2 wrote:
>
> Uses Ganymede, when I try to move one project as a folder under
> another, by trying to do a New/Project or a Refactor, it says it can
> not create a project under another project.
>
> On Feb 27, 2009, at 4:02 PM, Eugen
See comparison at
http://docs.codehaus.org/display/MAVENUSER/Eclipse+Integration
regards,
Eugene
supareno wrote:
>
> David,
>
> http://code.google.com/p/q4e is a very good tool too
>
>> though...i would also encourage you to check out the M2Eclipse plugin
>> for Eclipse. it does a
Sure it will. Unless you are using 3..4 year old version of Eclipse.
regards,
Eugene
John Wooten-2 wrote:
>
> Eclipse won't let you nest projects in a directory structure.
>
> On Feb 27, 2009, at 9:14 AM, Edelson, Justin wrote:
>
>> This looks like the right directory structure to me.
Deron Eriksson wrote:
>
> ...I wanted a web-based application that would let me search for classes
> in the maven repo and get their dependency information. I also wanted to
> have links to source code and javadocs (if available) and to be able to
> view these online.
>
This is all good, but
First of all you are using pretty old version for m2eclipse, the recent
0.9.7 release been published few weeks ago.
Please note that "Enable Maven Dependency Management" action is currently
provides very basic functionality and originally meant to be used to enable
Maven support on existing
Jason van Zyl-5 wrote:
>
> It is always better to import Maven projects as Maven projects, not
> normal projects and then enabling dependency management.
>
Jason, you don't need to enable dependency management when "Import / Maven
Projects" wizard is used.
regards,
Eugene
--
View
Dmitri,
It really doesn't matter if you create projects from the command line of
from inside Eclipse. However being inside Eclipse gives additional
advantages from directly using corresponding tools APIs, such as WTP ones,
so it is more compliant and does not require to reverse engineer WTP con
Deron,
I wonder what is the purpose of such application? Being a Maven user for
several ears I never had a need to browse content of some jar classes in the
Maven repository... not outside my ide anyways.
Also, from what I see, most of the information is already available from
the repository
Jason van Zyl-5 wrote:
>
>> So when, in Eclipse, I do: Run As -> Maven Build
>> Is that invoking the CLI or is m2eclipse doing the work? If it's
>> actually invoking the CLI, then that's the reason, but if m2eclipse is
>> doing the work, I would expect it to find my workspace dependencies
>> dur
Make sure you have one of the following m2eclipse features [1] installed:
* Maven SCM Integration
* Maven SCM handler for Subclipse
* Maven SCM handler for Subversive
I suppose it may make sense to include the default Maven SCM handler into
the core feature, but that would increase the mini
Rusty,
The startup issue been fixed while ago. The project import and updating
dependencies may take some time for large project, but nothing like that is
happening at Eclipse startup anymore.
regards,
Eugene
Rusty Wright-2 wrote:
>
> I forgot to add, I agree with Kent; using the m2ecl
Adam Leggett wrote:
>
> I tend to lean to [2], but then I'm happier just using command line
> mojos to get some of the additional value add that's in [1] (and it does
> have some pretty slick features, which you'll see if you try it). For
> example, I'd do something like mvn dependency:tree > d
Eric,
Short answer, please don't do it. Plugins that add dependencies like that
cause major grief to any ide integrations and also make it impossible to
change versions of used dependencies, essentially making your plugin less
useful.
regards,
Eugene
Lewis, Eric-2 wrote:
>
> Anyone? :
Christian,
We don't delete previous versions from the release update site and you
should be able to install them from there (e.g. unselect "show only last
version" checkbox in the update manager UI).
You can also try the dev build that should fix for the most of
MNGECLIPSE-983. The update si
Sandra,
The 0.3.0-DEV-1819 is self-contained. You need to download and unpack it
and then use it instead of Maven 2.0.9.
regards,
Eugene
sandraB wrote:
>
> Hi,
> Do I need to install maven 3.0 or the 0.3.0-DEV-1819 works with maven
> 2.0.9 too ?
>
>
>
&g
Tomasz,
Right now Tycho packages customized version of Maven it been tested with.
We hope to make it a plain Maven plugin at some point before Maven 3.0
release, but now you just download Tycho dist pretty much as you would do
with Maven dist.
regards,
Eugene
Tomasz Pik wrote:
>
> On F
baerrach wrote:
>
> On Fri, Jan 9, 2009 at 5:50 AM, Josh Suereth
> wrote:
>> I gotta say, I'm *VERY* excited about Tycho.
>
> I dont want to throw stones because I would like to give Tycho a whirl.
> http://ci.sonatype.org/view/Tycho/ gives stormy weather and the last I
> looked I have to buil
PDE plugin is bit outdated and I don't think it supports Eclipse 3.4.
There is another plugin that can be used to handle building of Eclipse
plugins and it works with Eclipse 3.3. and 3.4. There is some initial
documentation on the wiki at
http://docs.codehaus.org/display/M2ECLIPSE/Tycho+pro
Felipe Kamakura wrote:
>
> Recently I've noticed an inconsistency in M2Eclipse, and I wonder if this
> behavior is normal or not:
>
> When I have a direct COMPILE dependency which in its turn declares a
> PROVIDED dependency, this provided dependency should be ignored *[1]* in
> my
> main proje
wxlund wrote:
>
> I'm getting a very similar problem. I'm running eclipse and maven and
> working with the new m2eclipse plugin on OS X doing RCP development with
> Maven. When I try and install my jars with JDK 5.0 configured I get the
> following:
> [skip]
> Now you'd think I'd be a happy ca
Gopal Patwa wrote:
>
> [skip]
>
> So, I can't use "Build Automatically" option from eclipse, if I disable it
> works fine, I can see my resource are copied in target/classes folder
>
> From JIRA comments it seems the fixed for this issue is postpone
>
I have some experimental fix for the w
Gopal,
First of all, if you are using m2eclipse, you should stop using
eclipse:eclipse plugin and just import your Maven projects into eclipse
using Maven Projects import wizard provided by m2eclipse. The
eclipse:eclipse or eclipse:m2eclipse will most likely break project
configuration for m2ec
Eugeny,
I don't think this particular issue been fixed yet. The problem seem to
related to sources configuration in cached by JDT in the launch config, and
that sources are not being updated when project configuration is changed.
We'll have to update existing launch configurations upon project
I've added entry about this to the project FAQ at
http://docs.codehaus.org/display/M2ECLIPSE/Project+FAQ#ProjectFAQ-generated
regards,
Eugene
Gopal Patwa wrote:
>
> Recently I switched to use m2eclipse plugin 0.9.6 for multi-module project
> support using Eclipse 3.4
>
> I found one i
There is a request to add such feature to m2eclipse. Please vote.
http://jira.codehaus.org/browse/MNGECLIPSE-781
BTW, eclipse:to-maven is not what you want. That goal is just installing
jars from local Eclipse installation into Maven repository.
Thanks
Eugene
ole ersoy wrote:
>
> I
IvanPopov wrote:
>
> The m2eclipse makes my eclipse unstable and really slow, so I prefer to
> use the maven-eclipse-plugin.
>
I would like to hear more about stability and slowness issues that
m2eclipse cause. Can you please elaborate on this? What m2eclipse version
have you tried?
regar
Eugeny,
Please submit a bug report to m2eclipse jira at
http://jira.codehaus.org/browse/MNGECLIPSE
It would help if you provide complete test projects that would allow to
reproduce this issue.
Thanks
Eugene
PS: you should be able to post to m2eclipse mailing list using Nabble web
inter
dchicks,
With m2eclipse, steps you described can be folded nearly into one step.
You may want to check it out. See, for example, how Maven Archetypes are
integrated into the new project wizard.
http://docs.codehaus.org/display/M2ECLIPSE/Creating+Maven+projects
You can say that Eclipse is not
Miro,
It is better to report issues with m2eclipse to its own mailing list at
In this particular case you need to un-select optional m2eclipse features
not appropriate for your environment (probably AJDT and Subclipse). Also see
the following wiki page for the installation requirements
http:
If those artifacts are already deployed to Maven Central, Sonatype Nexus
repository manager allows to search artifacts based in checksum. You can
select "advanced search" and then "checksum search" in the dropdown. See
http://repository.sonatype.org/
Similar functionality is also available i
Wayne, while I do agree with you that some context should be left in the
reply, it would be also helpful if people actually erase not relevant
content, such as several stack of the "To unsubscribe..." message like in
your own reply.
regards,
Eugene
Wayne Fay wrote:
>
> Dmitry, it wou
Eugeny N Dzhurinsky-2 wrote:
>
> On Tue, Sep 23, 2008 at 12:00:39PM +0300, N Dzhurinsky wrote:
>> > Out of curiosity, why don't you use Maven IDe integration, such as
>> > m2eclipse? http://m2eclipse.codehaus.org/
>>
>> I just tried it and I was really impressed of it's capabilities. Many
>>
Patel, Ronak (US SSA) wrote:
>
>> It should work after you reindex local Maven repository in the IDE,
>> then default indexer-based Archetype catalog will pick it up.
>> There is jira issue suggesting to incrementally update index after
>> executing Maven install from the IDE, please vote on
Patel, Ronak (US SSA) wrote:
>
> I am new to Maven's eclipse plugin. I installed a new archetype using
> the command line mvn install command.
>
> How can I use that archetype inside of eclipse to create a project?
>
> Eclipse asks me for some catalog file that contains information about
> the
Olel wrote:
>
> I don't know what the m2eclipse plugin is supposed to do, but actually it
> works this way for me:
> I have a Maven project with only JUnit 3.8.2 as a dependency. After
> checking the "Download Artifact Sources" and "Download Javadoc" checkboxes
> and running the "Maven -> Upd
Olel wrote:
>
> Actually it is not a bug in the m2eclipse plugin but an inaccurate use by
> me.
> After activating "Download Artifact Sources" under Window -> Preferences
> AND choosing "Download Sources" in the context menu of the m2eclipse
> plugin the download and attachment of the sources
Olel wrote:
>
> sorry for being a little unprecise. It is not that I don't want to have
> the sources locally, but don't want to manage the attaching on every
> developer machine as you have guessed.
>
> Therefore I tried the m2eclipse feature "Download Artifact Sources" and
> give it a try
Eugeny N Dzhurinsky-2 wrote:
>
> I have the project A, which depends on the project B, both of the projects
> are
> located in the same workspace.
> ...
> I found there is the property "workspace" described in
> http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html#workspace,
>
CS Wong wrote:
>
> I have a multi-project POM that works fine for compilation and work as a
> whole but is very difficult to work with in IDEs and when it comes to
> compiling sub components separately.
> ...
> Furthermore, when loading the project in ...Eclipse (using ... m2eclipse
> ...), it's
thomas2004 wrote:
>
> I use "mvn archetype:create -DarchetypeGroupId=org.apache.maven.archetypes
> -DarchetypeArtifactId=maven-archetype-webapp -DgroupId=com.mycompany.app
> -DartifactId=TestWebApp" to create a project. But I have to create the
> ".project" file sothat I can import the project i
David C. Hicks wrote:
>
> Thanks again. I'll check out the build-helper plugin.
>
> As for larger projects, that's exactly how I've done them in the past.
> It requires a little massaging of the pom.xml files, but I haven't found
> a cleaner way to handle it. Maybe one day between Eclipse
megathor wrote:
>
> You also could give it a try to q4E: http://code.google.com/p/q4e/
> It has a lot of very nice features...
> M2Eclipse and q4E have both very nice features
>
Here is side by side comparison
http://docs.codehaus.org/display/MAVENUSER/Eclipse+Integration
megathor wrote:
>
Never saw that. Workspace projects won't be resolved either if you have
workspace resolution disabled or if dependency versions won't match projects
in workspace. Also note that dependent projects should have Maven support
enabled.
Anyway, it is better to ask questions specific to m2eclipse
edbras wrote:
>
>> Let me rephrase it. If exclude won't be added there, then Eclipse will
>> copy
>> unfiltered files into the target folder. Assuming that there was some
>> meaning in filtering resources in the first place, such copying won't be
>
> I didn't mention the exluded yet, but yes it
edbras wrote:
>
>> I suppose exclude is added for you, so JDT won't overwrite them and you
>> could run Maven from the command line to get those resource filtered.
>
> What do you mean ? I don't really understand what you mean.
> It's not about maven filtering correclty or not.
> It's about th
I suppose exclude is added for you, so JDT won't overwrite them and you
could run Maven from the command line to get those resource filtered.
By the way, out of curiosity, why you are not using Maven integration for
Eclipse, such as m2eclipse? http://m2eclipse.codehaus.org/ It would import
By default m2eclipse is using Maven 2.1-SNAPSHOT, and it seem like you are
hitting into backward incompatibilities with version you are using in the
command line.
To workaround that you can configure default Maven runtime to use the same
version as you are using in the command line. See Windo
Christian,
Is there any reasons you can't import your projects or check them out from
version control using Maven Project import wizard in m2eclipse? See
http://docs.codehaus.org/display/M2ECLIPSE/Importing+Maven+projects
As one of m2eclipse developers, I would NOT recommend using
eclipse:m2
Out of curiosity, why don't you give a try to m2eclipse?
http://m2eclipse.codehaus.org/
among lot of other things, it would automatically handle project import
for you and will configure imported projects for other Eclipse tools.
regards,
Eugene
Lam Hayward wrote:
>
> Thanks for the
Michael McCallum-3 wrote:
>
>> maybe you want to look into this: http://code.google.com/p/mvnlink/
>> it sounds like it does what you're looking for.
> use the m2eclipse.codehaus.org plugin and then run mvn eclipse:m2eclipse
>
If you are using m2eclipse, I wouldn't recommend using eclipse:m2e
If you are using m2eclipse, you may want to try to install Maven 2.0.9 and
set Maven runtime in Eclipse to use external Maven pointing to 2.0.9
installation.
regards,
Eugene
anoweb wrote:
>
> If I run this from eclipse (i.e. Run As -> Maven test) I get the following
> output:
>
> Maven
David,
We have some infrastructure and somewhat more high level API in m2eclipse
[1] [2] to work with Maven in Eclipse. It is not quite well documented, but
we'll be glad to answer specific questions in m2eclipse mailing lists [3].
Also note that Maven Embedder component is only available st
Lachlan,
If you can reproduce it on a small project, please open a jira issue in
m2eclipse [1] and attach this test project up there. Also see some hints on
the wiki [2].
Thanks
Eugene
[1] http://jira.codehaus.org/browse/MNGECLIPSE
[2] http://docs.codehaus.org/display/M2ECLIPSE/Reporting
dekel.y wrote:
>
> If I try it on a single project, it does not work
> Can you please give a full example of the command ?
Out of curiosity, if you are working with Eclipse, why don't you just use
Maven integration for Eclipse, such as m2eclipse.
http://m2eclipse.codehaus.org/
It allows to
Istvan Devai wrote:
>
> I've tried this. I've configured Jetty as a WTP server and added a Jetty
> context file to point to /target/myapp-1.0-SNAPSHOT. It worked, however,
> if I edited a random .html file in Eclipse, these changes were not
> copied to /target/myapp-1.0-SNAPSHOT, only after I
Andrei Issakov wrote:
>
> I have the following problem with the Maven plugin for Eclipse:
>
> I installed it successfully and have built a project. But one day my
> Eclipse just crashed and after that the maven plugin disappeared. I then
> had unzipped another instance of Eclipse and installed
Joerg Hohwiller wrote:
>
> 2. m2eclipse is a nice idea and about what I am dreaming of. However it is
> so entirely full of bugs that it is completely useless for complex
> projects.
>
I guess this require more detailed response. Please see below. This is
probably more appropriate for m2eclip
You can specify content of the additional config files or copy them from a
specified location. See plugin documentation at
http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html#additionalConfig
regards,
Eugene
Julien Giovaresco wrote:
>
> I've searched on the web and th
Michael McCallum-3 wrote:
>
> using m2eclipse you can install the snapshots and refresh deps... the
> plugin will link the projects... you know because the dep shows a folder
> instead of a jar
>
Actually you don't need to install snapshots to local repository as
m2eclipse can resolve d
You normally don't need build helper plugin, when using properly
implemented Maven plugin. Plugins like jaxb, plexus, and number of others
are automatically adding generated sources to the project. When such project
is imported into the IDE, those implicitly added source folders are
automatical
Peter Horlock wrote:
>
> Are you using the stable version, or the latest and greatest?
>
> I am using the stable version, and it seems to have problems, it fucked up
> my entire eclipse 3.4, loading slowly, showing non existing errors, and so
> on - I then moved back to Eclipse 3.3...
>
Peter
Kent Tong wrote:
>
> It turns out that I have to install buckminster first, at least on
> Windows. It seems to work without it on Linux.
>
If you are talking about m2eclipse [1], then installation requirements are
documented on the wiki [2], but it never required Buckminster. Also see New
an
Felipe Kamakura wrote:
>
> I have a problem concerning AJDT and the M2Eclipse plugin I hope someone
> can
> help me with that. I have to include a .JAR in my AspectJ Build Path, but
> M2Eclipse won't let me. Everytime I include a library in the AspectJ Build
> Path it is automatically excluded.
Felipe Kamakura wrote:
>
> Well, I'm pretty sure the plugin installed ok.
>
> Does the plugin use something special in the .project and .settings?
> Because
> my projects here have the structure we prepared to use with M2Eclipse
> 0.0.10
There had been some changes in the project and container
deckrider wrote:
>
> By the way, I like have a multi-module project like this:
>
> pom.xml
> foo/pom.xml
> bar/pom.xml
> ...
>
> I like that I can check this out of Subversion as a Maven project
> using this same structure so that it does not become individual
> Eclipse projects scattered abou
deckrider wrote:
>
> I wasn't able to make this work on Eclipse 3.3 on Linux. I tried
> selecting both /path/to/apache-maven-2.0.8 and
> /path/to/apache-maven-2.0.8/bin with no luck. Is there some trick I
> should use?
There was a bug, that is fixed in the trunk and will be included into the
ne
perties. That basically
allows you to launch your tests with Terracotta runtime, as long as you
start them in a separate vm.
regards,
Eugene Kuleshov
Terracotta
--
View this message in context:
http://www.nabble.com/Terracotta-Maven-plugin%28s%29%2C-anyone--tf3249559s177.html#a9034666
Sent fr
70 matches
Mail list logo