Re: [2.0.9 RC8] Release Candidate testing

2008-04-06 Thread Erez Nahir
Just additinal confirmation - 2.0.9-RC7 works fine for our team. Erez. On Fri, Apr 4, 2008 at 1:46 AM, Kaizer H. Sogiawala [EMAIL PROTECTED] wrote: +1 I can confirm that the issue (http://jira.codehaus.org/browse/MNG-3498) is resolved in RC8. My projects are building fine. Thanks! On

Re: [m2] cobertura code coverage for dbunit test classes with testNG and OpenJPA?

2008-03-24 Thread Erez Nahir
Hi Mick, We have surefire 2.4.2 + testng + cobertura 2.2 works. Your cofiguration looks fine to me, but, I'm missing the cobertura definition in the reporting section. The only difference I see from out build (other then the need to add cobertuar to reporting section) is usage of ${basedir} as

Re: [ANN] Maven Surefire Plugin 2.4.1 for Maven 2 Released

2008-02-15 Thread Erez Nahir
Hi, Will: http://jira.codehaus.org/browse/SUREFIRE-452 be fixed for 2.4.2. Any time estimation for this release? Thanks, Erez. On Fri, Feb 8, 2008 at 4:01 AM, Dan Fabulich [EMAIL PROTECTED] wrote: Haroon Rafique wrote: For me when the error about Failed to load Main-Class manifest

Re: double build

2008-02-13 Thread Erez Nahir
need both? do you have to run maven twice, once for each profile? Thanks On Jan 29, 2008 8:24 AM, Erez Nahir [EMAIL PROTECTED] wrote: Hi supareno, Maven profile is your friend in this case, see http://maven.apache.org/guides/introduction/introduction-to-profiles.html search for jdk

cobertura and surefire 2.4.1 - is it working?

2008-02-09 Thread Erez Nahir
Hi, I have being going through most documentation and bugs for cobertura/surefire. Tried all possible versions and configuration, but nothing works. Can someone share working sufrefire 2.4.1 and cobertura? Thanks, Erez.

Re: cobertura and surefire 2.4.1 - is it working?

2008-02-09 Thread Erez Nahir
Just found that if changing forkMode from never to once, it works. Erez. On Feb 9, 2008 10:56 PM, Erez Nahir [EMAIL PROTECTED] wrote: Hi, I have being going through most documentation and bugs for cobertura/surefire. Tried all possible versions and configuration, but nothing works. Can

Re: surefire 2.4 + testng, changing TestSuite name

2008-02-08 Thread Erez Nahir
PROTECTED] wrote: Erez Nahir wrote: Created http://jira.codehaus.org/browse/SUREFIRE-452 and provided fix for it as attachment. I saw your bug; it seems to fail some of the integration tests, so I'm not applying it right now. Can someone from surefire team clarify when is the next minor

Re: surefire 2.4 + testng, changing TestSuite name

2008-02-07 Thread Erez Nahir
Created http://jira.codehaus.org/browse/SUREFIRE-452 and provided fix for it as attachment. Can someone from surefire team clarify when is the next minor release of surefire-plugin planned? Thanks, Erez. On Feb 6, 2008 11:37 PM, Erez Nahir [EMAIL PROTECTED] wrote: Hi, I'm looking for a way

Maven properties resolution for surefire properties

2008-02-06 Thread Erez Nahir
Hi, Using surefire 2.4 and 2.4.1, and maven 2.0.7 I have this configuration: In parent pom.xml ... properties root.dir${project.build.directory}/test-classes/root.dir /properteis In my surefire configuration I do: pluginManagement plugins plugin

surefire 2.4 + testng, changing TestSuite name

2008-02-06 Thread Erez Nahir
Hi, I'm looking for a way to change the default suite name generated by surefire from TestSuite to something else. Using this configuration: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-plugin/artifactId

Re: Mojos Attaching Artifacts to Project for Install Deploy

2008-02-02 Thread Erez Nahir
We are using http://www.jfrog.org/sites/jade-plugins/latest/jade-plugin-parent/jade-build-plugin-parent/jade-multijar-plugin/index.html Erez. On Feb 2, 2008 10:12 AM, simon [EMAIL PROTECTED] wrote: On Fri, 2008-02-01 at 17:15 -0700, Cam wrote: Hi, I'm looking for a way to attach an

Re: Count line of code

2008-02-01 Thread Erez Nahir
And: http://mojo.codehaus.org/javancss-maven-plugin/ Erez. On Feb 1, 2008 10:30 AM, [EMAIL PROTECTED] wrote: Yes, there is. Take a look at the StatSCM Maven Plugin [1]. Hth, Nick Stolwijk [1] http://stat-scm.sourceforge.net/ -Original Message- From: Thomas Tardy

Re: Clearcase Snapshot View Synchronisation

2008-01-31 Thread Erez Nahir
If using dynamic views, don't you run into the potential risk of the view contents being updated in the middle of a build? We have a build oriented stream/branch so, what we do is: 1. Monitor integration stream (we use cruisecontrol for taht) 2. Once found modification - deliver (if using UCM) or

Re: Parent project version

2008-01-30 Thread Erez Nahir
} as the version but it could not find it. On Jan 29, 2008 12:11 PM, Erez Nahir [EMAIL PROTECTED] wrote: IMHO it should even be easier, just remove the version tag from the child poms. It will inherit the version from the parent. Erez. On Jan 29, 2008 9:52 PM, Manos

Re: Parent project version

2008-01-30 Thread Erez Nahir
the repository. Erez. On Jan 30, 2008 11:19 AM, Heinrich Nirschl [EMAIL PROTECTED] wrote: On Jan 30, 2008 8:59 AM, Erez Nahir [EMAIL PROTECTED] wrote: I also think as Stephen, Having an option to specify parent with relative path will be very helpfull, I'm sure a solution can be found

Re: Where is plugin configuration information?

2008-01-30 Thread Erez Nahir
BTW, you can also type mvn help:describe -DgroupId=pluginGroupId -DartifactId=pluginArtifactId -Dversion=pluginVersion -Dfull=true my 2c, Erez On Jan 30, 2008 10:07 PM, Sri Sankaran [EMAIL PROTECTED] wrote: D'oh! Thanks. I just noticed that this also accessible by following the Goals link

Re: surefire-report-plugin running tests of all dependent modules again?

2008-01-29 Thread Erez Nahir
Hi Stefan, For me, it happens on 2.0.7 and 2.0.8 with java 1.5.0_14 Erez. On Jan 29, 2008 10:07 AM, VUB Stefan Seidel [EMAIL PROTECTED] wrote: Hi Jörg, this is also what I see here (see my post about M2 multi-project site build is broken). All tests are run for each project in the

Re: double build

2008-01-29 Thread Erez Nahir
Hi supareno, Maven profile is your friend in this case, see http://maven.apache.org/guides/introduction/introduction-to-profiles.html search for jdk to see how you can activate a profile based on JDK version. Erez. On Jan 29, 2008 1:50 PM, supareno [EMAIL PROTECTED] wrote: hello, i need to

Re: Parent project version

2008-01-29 Thread Erez Nahir
IMHO it should even be easier, just remove the version tag from the child poms. It will inherit the version from the parent. Erez. On Jan 29, 2008 9:52 PM, Manos Batsis [EMAIL PROTECTED] wrote: I never actually managed to do that. IMHO that should be as easy as

Re: [m2] when is the dashboard going to be out of snapshot?

2008-01-29 Thread Erez Nahir
I'll second Mick, It is one of those good things that gives you the whole project's health picture up front without the need to digg into components and reports. Currently, there is an issue with latest surefire 2.4/testng 5.7 preventing us from moving to surefire 2.4, but other then that (that

Re: [m2] when is the dashboard going to be out of snapshot?

2008-01-29 Thread Erez Nahir
/browse/MOJO-828 and http://jira.codehaus.org/browse/MOJO-829. I'm surprised there's so few votes so far even though many people seem to be using the dashboard. Kalle On 1/29/08, Erez Nahir [EMAIL PROTECTED] wrote: I'll second Mick, It is one of those good things that gives you

Re: [ANN] Maven Dependency Plugin 2.0 Released

2008-01-28 Thread Erez Nahir
Cograts !! that is great. Erez. On Jan 28, 2008 10:56 AM, Kalle Korhonen [EMAIL PROTECTED] wrote: Congrats and big thanks! I'm sure there's been a lot of people waiting for this plugin release, especially those interested in the dashboard, me included. Kalle On 1/25/08, Brian Fox [EMAIL

maven-dependency-plugin 2.0 fail to unpack tar file

2008-01-28 Thread Erez Nahir
With recent dependency plugin, I get an error (below) for this configuration. This used to work with version 2.0-alpha-4 Please advise, Thanks, Erez. pom.xml: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-dependency-plugin/artifactId

Re: maven-dependency-plugin 2.0 fail to unpack tar file

2008-01-28 Thread Erez Nahir
version of the archiver to support the filtering. -Original Message- From: Erez Nahir [mailto:[EMAIL PROTECTED] Sent: Monday, January 28, 2008 9:43 AM To: Maven Users List Subject: maven-dependency-plugin 2.0 fail to unpack tar file With recent dependency plugin, I get an error

Re: surefire-report-plugin running tests of all dependent modules again?

2008-01-28 Thread Erez Nahir
We have same issue here. I can send my test project if anyone would like to check. It is a multi mudule project, using surefire 2.4 and maven 2.0.8, Java 1.5.0_14 and the issue is when running mvn site:siet Thanks, Erez. On Jan 29, 2008 12:30 AM, Joerg Hohwiller [EMAIL PROTECTED] wrote:

Re: maven-dependency-plugin 2.0 fail to unpack tar file

2008-01-28 Thread Erez Nahir
Created http://jira.codehaus.org/browse/MDEP-137 to track this issue. Currently, it prevent us from moving from 2.0-alpha-4 to 2.0 version. Erez. On Jan 28, 2008 5:16 PM, Erez Nahir [EMAIL PROTECTED] wrote: Is there a way to workaround this issue? Thanks, Erez. On Jan 28, 2008 5:09 PM

Re: Clearcase Snapshot View Synchronisation

2008-01-25 Thread Erez Nahir
Just wondering why you want snapshot view? we use dynamic views and the combination of Maven/CruiseControl and ClearCase works very good. Another question, why do you move to ClearCase? in our experience Subversion is better (but currently, we are forced to use ClearCase). Erez. On Jan 25, 2008

Re: Clearcase Snapshot View Synchronisation

2008-01-25 Thread Erez Nahir
Are you building on Windows or Linux? the first time you load the view might take a bit longer, but, afterwords, it should be OK. Erez. On Jan 25, 2008 11:46 AM, Richard M Smith [EMAIL PROTECTED] wrote: I was told it would take too long to build against a dynamic view - BUT I NEVER ACTUALLY

build fail on multi module project with dashboard on site:site (surefire 2.4 and testng)

2008-01-23 Thread Erez Nahir
Hi, In a multi module project, using surefire and surefire report 2.4, testng 5.7 and dashoard 1.0-SNAPSHOT, I get a NullPointerException if running mvn site:site and there are failing unit tests. Enviroment - Win XP or Linux Maven version: 2.0.8 Java version: 1.5.0_14 All configuration is on

Re: [m2] dashboard report not printing Cobertura overview anymore

2008-01-15 Thread Erez Nahir
Hi Mich, Have a look at: http://www.nabble.com/dashboard---code-coverage-not-not-included-with-cobertura-2.2-to14354623s177.html#a14359864 Might be your case too. Erez. On Jan 16, 2008 7:50 AM, Mick Knutson [EMAIL PROTECTED] wrote: Looking through my mvn site:site logs, I notice: Cobertura:

Re: A question about version in dependency in pom.xml

2008-01-02 Thread Erez Nahir
But, keep in mind that this may impact the reproducibility of your build because your settings.xml is not under version control system (I assume). Erez. On Jan 2, 2008 2:33 PM, Heinrich Nirschl [EMAIL PROTECTED] wrote: On Jan 2, 2008 12:06 PM, Thomas Chang [EMAIL PROTECTED] wrote: Now I do

Re: How to configure the location of settings.xml?

2008-01-02 Thread Erez Nahir
you can use mvn -s Alternate path for the user settings file Erez. On Jan 2, 2008 5:05 PM, Thomas Chang [EMAIL PROTECTED] wrote: Hi all, Normally the settings.xml is located under /m2_home/conf. Is it possible to move this file anywhere for example /myproject/conf? If yes, how?

Re: dashboard - code coverage not not included with cobertura 2.2

2007-12-16 Thread Erez Nahir
1.7and 1.8 cobertura runtime. Best regards David EN wrote: Forgot to mention that the coverage reports available on a component level reports. On Dec 15, 2007 10:06 PM, Erez Nahir [EMAIL PROTECTED] wrote: Hi, After moving to cobertura 2.2, coverage report no longer

dashboard - code coverage not not included with cobertura 2.2

2007-12-15 Thread Erez Nahir
Hi, After moving to cobertura 2.2, coverage report no longer presented in our dashboard. It used to work with cobertura 2.1. Has anyone else experienced this issue? Thanks, Erez.

Re: dashboard - code coverage not not included with cobertura 2.2

2007-12-15 Thread Erez Nahir
Forgot to mention that the coverage reports available on a component level reports. On Dec 15, 2007 10:06 PM, Erez Nahir [EMAIL PROTECTED] wrote: Hi, After moving to cobertura 2.2, coverage report no longer presented in our dashboard. It used to work with cobertura 2.1. Has anyone else

Re: dashboard and site plugin

2007-12-06 Thread Erez Nahir
Hi Emerson, Nope, we don't have it (and now, I'll make sure no one add it in the future) ;-) Erez. On Dec 6, 2007 12:50 PM, emerson cargnin [EMAIL PROTECTED] wrote: Erez I presume you don't have any sub-project with a . on the name : ) emerson On 05/12/2007, Erez Nahir [EMAIL PROTECTED

Re: mvn site:site run maven-antrun-plugin, why?

2007-12-06 Thread Erez Nahir
with a pipe or tee and start searching which plugin is executed before the antruns. Hth, Nick S. Erez Nahir wrote: Thanks Nick, Nope we do not use surefire reporst, but, maybe another plugin is doing similar thing. One of my guesses was that it has to do with plugins the forks the VM

Re: dashboard and site plugin

2007-12-05 Thread Erez Nahir
So am I. Like every other 1.0-SNAPSHOT, there are things to improve, but still, greate work. Erez. P.S. it works for us on a multi module project with no issues. On Dec 5, 2007 7:16 PM, Mick Knutson [EMAIL PROTECTED] wrote: http://mojo.codehaus.org/dashboard-maven-plugin/index.html I love

mvn site:site run maven-antrun-plugin, why?

2007-12-05 Thread Erez Nahir
Hi, I have being trying to ask this question in the past, searched for forum and read documentation, but, no answer yet. I'll try again hopefully I will get an answer (or maybe just hints) what is going on. So, we have a multi module project with some antrun configuration running in some modules

Re: mvn site:site run maven-antrun-plugin, why?

2007-12-05 Thread Erez Nahir
/modules /profile /profiles and I just run mvn -P documentation site:site On Dec 5, 2007 11:17 AM, Wendy Smoak [EMAIL PROTECTED] wrote: On Dec 5, 2007 12:01 PM, Erez Nahir [EMAIL PROTECTED] wrote: I have being trying to ask this question in the past, searched for forum

Re: mvn site:site run maven-antrun-plugin, why?

2007-12-05 Thread Erez Nahir
in place, because those aren't generated in this case. Hth, Nick Stolwijk Erez Nahir wrote: Thanks Mick and Wendy for your prompt reply, Mick, unfortunately I can not use this (good) idea, my antrun is running in many modules processing different tasks. I'll try On Dec 5

Re: Tool for reverse dependency resolution for Maven?

2007-12-03 Thread Erez Nahir
You can try this: http://www.jfrog.org/sites/dep-analyzer/latest/ We have used it in our project and it was very helpfull. Erez. On Dec 3, 2007 8:15 PM, Seva Popov [EMAIL PROTECTED] wrote: Yes, we need this for analysis only. I will pass this info to my manager who requested this info and if

Re: Injecting resources into a project

2007-11-30 Thread Erez Nahir
You can use either ant task to copy (with antrun-plugin) or (and that's prefered IMHO) use maven-dependency-plugin ( http://maven.apache.org/plugins/maven-dependency-plugin/), create dependency from B to A and unpack it to some dir under B/target. Add B/target as resource and you are done. Erez.

set property value based on build's lifecycle or plugin?

2007-11-29 Thread Erez Nahir
Hi, Is there a way to set a different value for given property on different build phase? or based on running plugin? Thanks, Erez.

redirecting build output to file

2007-11-28 Thread Erez Nahir
Hi, Scanning next releases plans, I could not find any jira issue asking for a flag to tell maven to print the output to a file. I might have missed it of course, but, if not is there a plan to support it? (I know I can redirect outpu using or 'tee' but that's not what we are looking for.

Re: redirecting build output to file

2007-11-28 Thread Erez Nahir
low. File a JIRA and perhaps it will be included in a future release. Since you can simply pipe or tee the output, I'd expect the number of people looking for something like this would be pretty low, but I could be completely wrong... Wayne On 11/28/07, Erez Nahir [EMAIL PROTECTED] wrote

Re: Best way of changing project version

2007-11-28 Thread Erez Nahir
Have someone tried it with Clearcase dynamic views? and Clearcase UCM? If it does not work with Clearcase, you still need to define manually all the version elements for all parent in all poms, even if you use ${ project.version}, you can not (AFAIK) use it in parentversion... Erez. On Nov 28,

Re: latest version of maven-dependency-plugin - missing excludes on ArtifactItem

2007-11-27 Thread Erez Nahir
Thank you. Any plans to publish 2.0-alpha-5 soon? On Nov 27, 2007 6:17 PM, Brian E. Fox [EMAIL PROTECTED] wrote: The excludes is used for unpacking and it's available in 2.0-alpha-5-SNAPSHOT -Original Message- From: Erez Nahir [mailto:[EMAIL PROTECTED] Sent: Monday, November 26

latest version of maven-dependency-plugin - missing excludes on ArtifactItem

2007-11-26 Thread Erez Nahir
Hi, I'm trying to use maven-dependency-plugin with excludes tag in my configuration part: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-dependency-plugin/artifactId executions execution

M2 - pluginManagement - best practices?

2007-11-14 Thread Erez Nahir
Hi, We are having some build stability issues from time to time when developers remove local repositories. From time to time, maven fails to download plugin... Another difficulty we have is control on plugin versions, some plugins listed in some files and when one would like to change plugin

Re: Aggregated maven reports

2007-11-13 Thread Erez Nahir
Hi Vishal, Have a look at http://mojo.codehaus.org/dashboard-maven-plugin/. Erez. Vishal Pahwa wrote: Hi We are using maven2.0.6 for our multi module project. For reports we ae using various plugins like javadoc plugin, Emma plugin, pmd plugin, depend plugin and so on. But the problem we

maven-antrun-plugin executed on site:site

2007-11-05 Thread Erez Nahir
Hi, We have a multi module project with bunch of antrun executions running in some components. Our build runs mvn clean, mvn install, mvn site:site and mvn site:deploy. While site:site is running, many ant executions run again (it was running on install as expected). We use maven2.0.7,

Re: setting the version number in Maven

2007-10-10 Thread Erez Nahir
Hi Bob, Have a look at http://docs.codehaus.org/display/MAVEN/best+practices+-+version+management+in+multi+project+bu In our project we use the ${applicationVersion} concept described in this URL. Erez. Bob Aiello wrote: Hi, What is the easiest way to set a version in the pom.xml ? I

Re: Control transitive dependencies

2007-08-26 Thread Erez Nahir
Thanks Larry for the prompt and detailed reply. The strange thing is that maven debug info (and the dependencies reports) shows only the dependency on 1.2.14, it does not list who uses 1.2.12 (I figured it out by searching the poms in my local repository). Anyway, I'll give it a try.

Re: Checkstyle plugin - need list of params that can be set

2007-07-16 Thread Erez Nahir
You can also use mvn help:describe -DgroupId=groupId -DartifactId=artifactId -Dversion=version -Dfull=true for all plugins... Erez. Dennis Lundberg wrote: Si_Simon wrote: Where can I find a complete list of parameters that can be set in the configuration section of the Maven2 Checkstyle

Re: what triggers the inclusion of ehcache-1.1.jar in my war fil?

2007-07-15 Thread Erez Nahir
I think it is transitive dependency of hibernate. If your build generate a site, you should find it under your project's dependencies. Erez. Marco Mistroni wrote: hi all, i have a webapp built on top of two projects, a backend projet which uses spring and hibernate, and a webproject done

How to use dependency:purge-local-repository

2007-07-09 Thread Erez Nahir
Hi, I'm trying to run mvn dependency:purge-local-repository -DreResolve=false and was expecting that my local repository will be cleaned up, but that's not happening. Am I missing something? Has someone have an example of using this goal? We use maven 2.0.5 on Linux. Thanks, Erez.

site:site run unit tests, antrun tasks and more

2007-06-18 Thread Erez Nahir
Hi, We have a multi project (maven 2.0.5) and we do mvn clean, mvn install, mvn site:site, mvn site:deploy. I found out that parts of the life cycle that should only run during the default life cycle (like source generation, running unit tests etc) run again on site:site. This leads to a very

multiple execution in exec-maven-plugin

2007-05-18 Thread Erez Nahir
Hi, I need to call some executables from a single pom file and using exec-maven-plugin for that. Is there a way to configure it to run a set of executions and not just one? Thanks, Erez. - To unsubscribe, e-mail: [EMAIL

Re: Maven build listener?

2007-05-17 Thread Erez Nahir
would be to bind antrun plugin with bunch of echoes to a install phase. But of course, it wouldn't work if you want the same message to be printed out regardless of the final phase executed. Kalle On 5/16/07, Erez Nahir [EMAIL PROTECTED] wrote: Hi, I would like to add to the build summary

Maven build listener?

2007-05-16 Thread Erez Nahir
Hi, I would like to add to the build summary additional information, it doesn't have to be embedded in the final message, can be just on top of it. I was thinking to use some kind of listener that will print my message to the screen, something like: [INFO]

Re: Question: rpm-maven-plugin and /usr/lib/rpm/check-files

2007-05-05 Thread Erez Nahir
/want/var/tmp/to/be - Original Message - From: Erez Nahir [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Friday, May 04, 2007 3:39 AM Subject: Question: rpm-maven-plugin and /usr/lib/rpm/check-files Hi, We use rpm-maven-plugin version 2.0-alpha-3-SNAPSHOT. We found

Question: rpm-maven-plugin and /usr/lib/rpm/check-files

2007-05-04 Thread Erez Nahir
Hi, We use rpm-maven-plugin version 2.0-alpha-3-SNAPSHOT. We found that during its work, the /usr/lib/rpm/check-files run and and it generate the rpm first to /var/tmp Is there an option to configure a different location to generate this rmp-temp file? Thanks, Erez.

Re: Maven users in the industry

2007-04-12 Thread Erez Nahir
Here in Cisco we use Maven2. If you can, when your presentation is ready, please share it, we still have some resistance from old make/ant supporters... Thanks, Erez. Gilles Scokart wrote: Hi, Next week I have to make a presentation to my collegues. I will try to 'sell' maven, and I would

Re: Maven users in the industry

2007-04-12 Thread Erez Nahir
I assume you did not have the opportunity to convince the old C++/Make guys to change their habits... :-) Erez. Barrie Treloar wrote: On 4/12/07, Erez Nahir [EMAIL PROTECTED] wrote: Here in Cisco we use Maven2. If you can, when your presentation is ready, please share it, we still have some

Re: Maven users in the industry

2007-04-12 Thread Erez Nahir
emails, but don't get it wrong, I think Maven is the way to go. Erez. Kalle On 4/12/07, Erez Nahir [EMAIL PROTECTED] wrote: I assume you did not have the opportunity to convince the old C++/Make guys to change their habits... :-) Erez. Barrie Treloar wrote: On 4/12/07, Erez Nahir [EMAIL

Re: Maven users in the industry

2007-04-12 Thread Erez Nahir
- From: Barrie Treloar [mailto:[EMAIL PROTECTED] Sent: Thursday, April 12, 2007 2:25 AM To: Maven Users List; [EMAIL PROTECTED] Subject: Re: Maven users in the industry On 4/12/07, Erez Nahir [EMAIL PROTECTED] wrote: Here in Cisco we use Maven2. If you can, when your presentation is ready, please

using ant conditions/available within pom.xml - maven-antrun-plugin

2007-02-19 Thread Erez Nahir
Hi, Is there a way to use the available task of ant within the antrun-plugin configuration? And, use the antcall task? I would like to have something like: build ... plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-antrun-plugin/artifactId

Adding TestNG listener to maven-surefire-plugin

2007-02-18 Thread Erez Nahir
Hi all, TestNG provide a command line option to pass test listeners (example, form testng website: java -classpath testng.jar;%CLASSPATH% org.testng.TestNG-listener org.testng.reporters.DotTestListener test\testng.xml) How can I pass my listener to maven-surefire-plugin? My current surefire

[M2] maven-javadoc-plugin - javadoc for src and test

2007-02-08 Thread Erez Nahir
Hi, We have a multi project based on maven 2.0.4, I would like to add the javadoc comments of our unit test code to the project's javadoc report. Every subproject's (aka module) has the standard maven directory layout. We use maven-javadoc-plugin versioin 2.2. I have tried to use this, but it

M2 maven-javadoc-plugin - javadoc for src and test

2007-02-07 Thread Erez Nahir
Hi, We have a multi project based on maven 2.0.4, I would like to add the javadoc comments of our unit test code to the project's javadoc report. Every subproject's (aka module) has the standard maven directory layout. We use maven-javadoc-plugin versioin 2.2. Any idea what is the best way to

Re: Artifact as resource in web archive

2007-01-23 Thread Erez Nahir
We use maven-dependency-plugin to load and copy/unpack to a staging directory and later on package this directory as a war file. See http://maven.apache.org/plugins/maven-dependency-plugin/usage.html Erez. Muntis Grube wrote: Hi, I have WebStart project, where I have two modules: root +--