Re: How to live with m2eclipse's WTP support projects?

2009-03-27 Thread Eugene Kuleshov
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

Re: classpath attributes for maven-eclipse-plugin

2009-03-04 Thread Eugene Kuleshov
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/

Re: Eclipse and maven

2009-02-27 Thread Eugene Kuleshov
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

Re: Eclipse and maven

2009-02-27 Thread Eugene Kuleshov
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

Re: Eclipse and maven

2009-02-27 Thread Eugene Kuleshov
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

Re: Eclipse and maven

2009-02-27 Thread Eugene Kuleshov
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.

RE: New Maven Respository Search Application

2009-02-23 Thread Eugene Kuleshov
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

Re: Maven Integration for Eclipse - does it support modules?

2009-02-21 Thread Eugene Kuleshov
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

Re: Maven Integration for Eclipse - does it support modules?

2009-02-21 Thread Eugene Kuleshov
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

Re: maven-eclipse-plugin

2009-02-21 Thread Eugene Kuleshov
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

RE: New Maven Respository Search Application

2009-02-21 Thread Eugene Kuleshov
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

Re: M2Eclipse Plugin can't resolve workspace dependency during MVN compile

2009-02-20 Thread Eugene Kuleshov
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

Re: eclipse: SCM provider is not available

2009-02-05 Thread Eugene Kuleshov
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

Re: How to import multi-module projects in Eclipse through mvn eclipse:eclipse

2009-01-23 Thread Eugene Kuleshov
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

RE: Using maven with eclipse

2009-01-15 Thread Eugene Kuleshov
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

Re: AW: How to add a dependency dynamically during the build in a plugin?

2009-01-15 Thread Eugene Kuleshov
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? :

Re: Older Versions of m2eclipse

2009-01-12 Thread Eugene Kuleshov
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

Re: pde-maven-plugin

2009-01-10 Thread Eugene Kuleshov
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

Re: pde-maven-plugin

2009-01-10 Thread Eugene Kuleshov
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

Re: pde-maven-plugin

2009-01-08 Thread Eugene Kuleshov
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

Re: pde-maven-plugin

2009-01-08 Thread Eugene Kuleshov
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

Re: M2Eclipse dependency resolution

2008-12-22 Thread Eugene Kuleshov
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

RE: Maven/OS X Development Question

2008-11-05 Thread Eugene Kuleshov
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

Re: m2eclipse and Java project have excluded="**"

2008-11-02 Thread Eugene Kuleshov
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

Re: m2eclipse and Java project have excluded="**"

2008-11-02 Thread Eugene Kuleshov
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

Re: m2eclipse plugin, debug configuration classpath/sources issue?

2008-10-29 Thread Eugene Kuleshov
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

Re: m2eclipse plugin and generated-source and Eclipse Classpath

2008-10-29 Thread Eugene Kuleshov
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

Re: Reverse Eclipse Plugin?

2008-10-25 Thread Eugene Kuleshov
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

Re: How to fix maven-eclipse-plugin issues

2008-10-24 Thread Eugene Kuleshov
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

Re: m2eclipse error - dependencies with same artifact id but different groups are not resolved

2008-10-24 Thread Eugene Kuleshov
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

Re: creating a maven project in eclipse very new bee

2008-10-23 Thread Eugene Kuleshov
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

Re: creating a maven project in eclipse very new bee

2008-10-23 Thread Eugene Kuleshov
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:

Re: Find artifacts by jar/checksum

2008-10-22 Thread Eugene Kuleshov
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

Re: I found it!

2008-10-20 Thread Eugene Kuleshov
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

Re: eclipse plugin, resolve dependencies to the projects in the workspace

2008-10-06 Thread Eugene Kuleshov
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 >>

RE: New Archetypes inside Eclipse

2008-09-25 Thread Eugene Kuleshov
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

Re: New Archetypes inside Eclipse

2008-09-24 Thread Eugene Kuleshov
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

Re: Attaching source zip to jar managed by maven

2008-09-24 Thread Eugene Kuleshov
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

Re: {Disarmed} Antwort: Re: Antwort: Re: Attaching source zip to jar managed by maven

2008-09-23 Thread Eugene Kuleshov
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

Re: Antwort: Re: Attaching source zip to jar managed by maven

2008-09-22 Thread Eugene Kuleshov
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

Re: eclipse plugin, resolve dependencies to the projects in the workspace

2008-09-22 Thread Eugene Kuleshov
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, >

Re: Getting multi-POM project to be understood by IDE's properly?

2008-09-22 Thread Eugene Kuleshov
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

Re: How to create the ".project" file?

2008-09-21 Thread Eugene Kuleshov
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

Re: Maven/Eclipse - Keeping them in sync?

2008-09-20 Thread Eugene Kuleshov
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

Re: Maven/Eclipse - Keeping them in sync?

2008-09-19 Thread Eugene Kuleshov
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: >

Re: m2eclipse and inter-module dependencies...

2008-09-19 Thread Eugene Kuleshov
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

RE: eclipse:eclipse resource filtering ?

2008-09-07 Thread Eugene Kuleshov
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

RE: eclipse:eclipse resource filtering ?

2008-09-07 Thread Eugene Kuleshov
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

Re: eclipse:eclipse resource filtering ?

2008-09-06 Thread Eugene Kuleshov
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

Re: m2eclipse's build problem - pmd:cpd doesn't have a default lifecycle phase

2008-09-05 Thread Eugene Kuleshov
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

Re: No more source folders in webapp projects

2008-09-04 Thread Eugene Kuleshov
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

RE: Maven and Eclipse Project

2008-08-22 Thread Eugene Kuleshov
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

Re: Maven and Eclipse Project

2008-08-22 Thread Eugene Kuleshov
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

Re: unpack-dependencies problem

2008-08-08 Thread Eugene Kuleshov
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

Re: Where

2008-08-07 Thread Eugene Kuleshov
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

Re: pluginManagement help (eclipse problem)

2008-08-07 Thread Eugene Kuleshov
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

Re: mvn eclipse:eclipse problem .classptah and projects source dependencies

2008-08-07 Thread Eugene Kuleshov
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

Re: tomcat webapp and eclipse

2008-08-07 Thread Eugene Kuleshov
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

Re: eclipse maven plugin installation problem

2008-08-06 Thread Eugene Kuleshov
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

Re: Any chance for maven and IDE (eclipse)?

2008-07-30 Thread Eugene Kuleshov
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

Re: How to customize eclipse project files with maven-eclipse-plugin

2008-07-10 Thread Eugene Kuleshov
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

Re: Cross project refactoring in Eclipse with maven integration

2008-07-08 Thread Eugene Kuleshov
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

Re: Add Generated Src to IDE build path?

2008-07-07 Thread Eugene Kuleshov
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

Re: Nexus 1.0.0-beta-4 or 1.0 final?!

2008-07-07 Thread Eugene Kuleshov
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

RE: m2 eclipse plug installation problem

2008-07-05 Thread Eugene Kuleshov
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

Re: AspectJ and M2Eclipse

2008-03-24 Thread Eugene Kuleshov
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.

Re: Project Errors with M2Eclipse

2008-03-24 Thread Eugene Kuleshov
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

Re: [ANN] m2eclipse 0.9.0 Released

2008-03-14 Thread Eugene Kuleshov
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

Re: [ANN] m2eclipse 0.9.0 Released

2008-03-13 Thread Eugene Kuleshov
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

Re: [m2] Terracotta Maven plugin(s), anyone?

2007-02-18 Thread Eugene Kuleshov
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