RE: ear plugin usage

2007-03-21 Thread Jörg Schaible
EJ Ciramella wrote on Wednesday, March 21, 2007 7:00 PM: > Ok, got that - new question (related), how does one get the ejbs into > their ear typically? What does a properly configured ear plugin look > like? Simply add them as dependency. - Jörg ---

Re: Releasing of Multimodule Projects and CVS

2007-03-21 Thread Christian Sauer
hey emmanuel, thanx for dropping this info and for fixen the problem :o)) do you know when the beta 5 will be released? cheers, chris - Giniality AG - Christian Sauer; Steinenberg 21, CH-4051 Basel Phone: +41 61 226 99 66; F

Re: IntelliJ plugin for Maven 2

2007-03-21 Thread Wim Deblauwe
http://maven.apache.org/plugins/index.html It is already listed there (although I'm not sure if this is the same plugin - I'm an Eclipse user). Yes, but since there is a seperate section for IDE's, they really should be listed there I think. regards, Wim

Deploying to multiple repositories

2007-03-21 Thread Samuel Le Berrigaud
Hi all, here is what I am trying to achieve: - I have two repositories; -- a public one where only binaries go, -- and a private one where binaries, sources and javadocs go. I would like to be able to deploy to those two repositories by running 'mvn deploy' (once). What I thought could be

Re: The plugin 'xdoclet:maven2-xdoclet2-plugin' does not exist or no valid version could be found

2007-03-21 Thread Wendy Smoak
On 3/21/07, Eddy D. Sanchez <[EMAIL PROTECTED]> wrote: Thanks for your answer Wendy, I'm trying to install on Mac OSX 10.4.9 and there is no binary installers for this OS. I read these install guide and following its instructions, I download the source code with svn co https://svn.sourceforge.n

Re: The plugin 'xdoclet:maven2-xdoclet2-plugin' does not exist or no valid version could be found

2007-03-21 Thread Eddy D. Sanchez
Thanks for your answer Wendy, I'm trying to install on Mac OSX 10.4.9 and there is no binary installers for this OS. I read these install guide and following its instructions, I download the source code with svn co https://svn.sourceforge.net/svnroot/jasperintel jasperintel but it doesn't w

Re: Using properties from external file in pom.xml

2007-03-21 Thread Wayne Fay
With a stock Maven install, this is not available, without some customization. Other people have written their own plugin to read their properties files and add the properties to the pom/profile etc. But this requires you to write your own mojo/plugin, and I don't have any example code to offer,

Re: The plugin 'xdoclet:maven2-xdoclet2-plugin' does not exist or no valid version could be found

2007-03-21 Thread Wayne Fay
On 3/21/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: Looking around a bit, I found a page that explains how to build it. It looks like there's a considerable amount of setup involved: Understatement of the year... That's rather amazing! Wayne

Using properties from external file in pom.xml

2007-03-21 Thread Balasubramanian, Ravi Shankar
Hi all, I have posted this before and have not got a solution for this. My requirement is to have some name,value pairs defined in external properties file like "username.properies" in the local drive and my pom.xml would be wanting the values for those parameters substituted in them. Something li

Re: Maven2 and JUnit4

2007-03-21 Thread Marcos Silva Pereira
Hello, Tom, thanks for your answer. Are you sure you are using the latest surefire ? Well, it is the problem. Maven was using surefire 2.0, so when I run "mvn clean test -U" everything works fine. Again, thank you very much. Kind Regards -- Marcos Silva Pereira recife - pe [EMAIL PROTECTED]

Re: The plugin 'xdoclet:maven2-xdoclet2-plugin' does not exist or no valid version could be found

2007-03-21 Thread Wendy Smoak
On 3/21/07, Eddy D. Sanchez <[EMAIL PROTECTED]> wrote: I'm trying to install jasperserver, with: mvn -e install but I've got an error with xdoclet-plugin, someone can explainme about this or how to correct it?? Just to clarify, are you trying to build this project from source for some reason,

Re: Whats wrong with Maven at the moment - maven-site-plugin fails!

2007-03-21 Thread Wendy Smoak
On 3/21/07, Daniel Murley <[EMAIL PROTECTED]> wrote: We've been running maven quite successfully for a while now, however as of two days ago, the site plugin has started failing. I'm currently getting the following exception: Internal error in the plugin manager executing goal 'org.apache.mave

Whats wrong with Maven at the moment - maven-site-plugin fails!

2007-03-21 Thread Daniel Murley
Hi all, We've been running maven quite successfully for a while now, however as of two days ago, the site plugin has started failing. I'm currently getting the following exception: Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-site-plugin:2.0-SNAPSHOT:site':

The plugin 'xdoclet:maven2-xdoclet2-plugin' does not exist or no valid version could be found

2007-03-21 Thread Eddy D. Sanchez
Hello, I'm new on list. I'm trying to install jasperserver, with: mvn -e install but I've got an error with xdoclet-plugin, someone can explainme about this or how to correct it?? thanks. + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Reactor build order: [INFO]

Re: How to run unit-test with different JRE

2007-03-21 Thread Sean Qiu
Thanks. But it only tell the plugin where the new classlib is, what about the java.exe or vm? 2007/3/22, Wendy Smoak <[EMAIL PROTECTED]>: On 3/21/07, Sean Qiu <[EMAIL PROTECTED]> wrote: > Using the surefire plugin, is it invoke java from PATH directory? > So if i want to run the unit test with

Re: How to run unit-test with different JRE

2007-03-21 Thread Wendy Smoak
On 3/21/07, Sean Qiu <[EMAIL PROTECTED]> wrote: Using the surefire plugin, is it invoke java from PATH directory? So if i want to run the unit test with different JRE, what i should do is just change path property to my new jre? Or i should add some configuration to tell the surefire plugin whe

How to run unit-test with different JRE

2007-03-21 Thread Sean Qiu
Using the surefire plugin, is it invoke java from PATH directory? So if i want to run the unit test with different JRE, what i should do is just change path property to my new jre? Or i should add some configuration to tell the surefire plugin where the java is ? Best Regards -- Sean Qiu -

Re: If it's possible to define a goal to choose the step to run

2007-03-21 Thread Wendy Smoak
On 3/21/07, mavenstart <[EMAIL PROTECTED]> wrote: I was told that I could define a goal for choosing some of maven life cycle steps to do a customized build. But I just could not find any way to do it with Maven 2. The goal is always tied to the associated plug-in, unless witting a customized pl

Re: Maven 2 can't find war plugin

2007-03-21 Thread Wendy Smoak
On 3/21/07, Wayne Fay <[EMAIL PROTECTED]> wrote: This is an interesting situation and certainly feels like a bug. I'd say that Maven should *not* write the metadata file unless it actually downloaded the plugin or successfully used it. Has this been filed in JIRA, Wendy? I haven't filed anyth

Re: Lifecycle and rebuilds

2007-03-21 Thread Wendy Smoak
On 3/21/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote: The consequences are pretty severe. This means I can't run a deploy and an assembly phase at different times. Because the packaging is required for the moduleSet type assembly, it will repackage my jar files, and invalidate any signature cr

Re: Lifecycle and rebuilds

2007-03-21 Thread Martijn Dashorst
The consequences are pretty severe. This means I can't run a deploy and an assembly phase at different times. Because the packaging is required for the moduleSet type assembly, it will repackage my jar files, and invalidate any signature created by the pgp plugin and deployed to other locations.

Re: Maven 2 can't find war plugin

2007-03-21 Thread Jerome Lacoste
On 3/22/07, Wayne Fay <[EMAIL PROTECTED]> wrote: This is an interesting situation and certainly feels like a bug. I'd say that Maven should *not* write the metadata file unless it actually downloaded the plugin or successfully used it. Has this been filed in JIRA, Wendy? I reported an issue

If it's possible to define a goal to choose the step to run

2007-03-21 Thread mavenstart
I was told that I could define a goal for choosing some of maven life cycle steps to do a customized build. But I just could not find any way to do it with Maven 2. The goal is always tied to the associated plug-in, unless witting a customized plugin, but how to specify the steps to execute in the

Re: Maven 2 can't find war plugin

2007-03-21 Thread Wayne Fay
This is an interesting situation and certainly feels like a bug. I'd say that Maven should *not* write the metadata file unless it actually downloaded the plugin or successfully used it. Has this been filed in JIRA, Wendy? Wayne On 3/21/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: I can reproduc

How to obtain the current settings?

2007-03-21 Thread Jochen Wiedmann
Hi, I have the following section in my Mojo, copied verbatimly from the maven-help-plugin: /** * The system settings for Maven. This is the instance resulting from * merging global- and user-level settings files. * * @parameter expression="${settings}" * @required * @r

Re: Maven 2 can't find war plugin

2007-03-21 Thread Rod Mclaughlin
That did it. Thanks so much! Wendy Smoak wrote: On 3/21/07, Rod Mclaughlin <[EMAIL PROTECTED]> wrote: I copied the pom file from http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.0.2/ (and the md5's and sha's for the pom and the jar) into ~/.m2/repository/org/apache/m

Lifecycle and rebuilds

2007-03-21 Thread Martijn Dashorst
All, I have a question that is bugging me for quite some time regarding maven 2 and the build lifecycle. Way back when I didn't use maven yet (2003) we used ant to automate our build and everything was very efficient: compiles were only done on java files that were actually changed, javadoc only

Re: Maven 2 can't find war plugin

2007-03-21 Thread Wendy Smoak
On 3/21/07, Rod Mclaughlin <[EMAIL PROTECTED]> wrote: I copied the pom file from http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.0.2/ (and the md5's and sha's for the pom and the jar) into ~/.m2/repository/org/apache/maven/plugins/maven-war-plugin/2.0.2/ but still mvn in

Re: Plugin for checking properties

2007-03-21 Thread Nick Stolwijk
I don't know about a plugin to check this for you, but you could always bind the antrun plugin[1] to the validate phase[2] to do it "the old way". Hth, Nick S. [1] http://maven.apache.org/plugins/maven-antrun-plugin/ [2] http://maven.apache.org/guides/introduction/introduction-to-the-lifecycl

Re: Maven 2 can't find war plugin

2007-03-21 Thread Rod Mclaughlin
I copied the pom file from http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.0.2/ (and the md5's and sha's for the pom and the jar) into ~/.m2/repository/org/apache/maven/plugins/maven-war-plugin/2.0.2/ but still mvn install says 'The plugin 'org.apache.maven.plugins:maven-

Re: Releasing of Multimodule Projects and CVS

2007-03-21 Thread Emmanuel Venisse
Yes, I fixed it this week. The pb was a pb in cvs commit command. We used the cvsroot for this command with -d parameter. With that, cvs doesn't commit files in current dire and without it, files are committed. Emmanuel Christian Sauer a écrit : the problem seams to be fixed in the current s

Re: plugin runs multiple times

2007-03-21 Thread Ben Tatham
Yes, I have checked all that. Everything is declared only once in the plugins section. And the ones that are inherited from the parent pom are also declared in the pluginManagement section, but my understanding is that the pluginManagement section does not effect the current project. How do

Plugin for checking properties

2007-03-21 Thread Lam, Hayward: CORP
I am new to maven. I want to be to check certain environment variables being set before compiling takes place. It is easy to do in ant. In maven1, there was a tag I could use. I can't seem to find a way to do this in maven2. Any idea?

RE: Releasing of Multimodule Projects and CVS

2007-03-21 Thread Christian Sauer
the problem seams to be fixed in the current snapshot version of the release plugin. thanx anyway. > -Original Message- > From: Antonio Parolini [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 21. Marz 2007 15:36 > To: users@maven.apache.org > Subject: Re: Releasing of Multimodule Projects an

Re: plugin runs multiple times

2007-03-21 Thread Wayne Fay
Also see this page for more specific usage info for the help plugin: http://maven.apache.org/plugins/maven-help-plugin/usage.html Wayne On 3/21/07, Wayne Fay <[EMAIL PROTECTED]> wrote: Try mvn help:effective-pom in your top-level project to see what plugins map where with what configurations et

Re: plugin runs multiple times

2007-03-21 Thread Wayne Fay
Try mvn help:effective-pom in your top-level project to see what plugins map where with what configurations etc. Perhaps that will help you figure out what's going on. Wayne On 3/21/07, Ben Tatham <[EMAIL PROTECTED]> wrote: Hello all, I have a scenario where my plugins (antrun, xdoclet, custom

plugin runs multiple times

2007-03-21 Thread Ben Tatham
Hello all, I have a scenario where my plugins (antrun, xdoclet, custom stuff) get run multiple times. I think this has something to do with some plugins forkin a new lifecycle, but I can't figure out: 1) which ones are doing that 2) good description of how to stop this from happening. I have

Re: Maven 2 can't find war plugin

2007-03-21 Thread Wayne Fay
I would assume that you didn't install the pom file along with the jar. Easiest thing would be to just grab the pom file and literally copy and paste it into the proper place in your filesystem. On a related note... why are you installing these files manually -- so long as you are connected to th

Re: maven property for date of build

2007-03-21 Thread Wayne Fay
What led you to believe the ${build.date} parameter was valid? I'm wondering if perhaps some documentation needs to be altered, or if you just made it up, etc. This topic was covered recently in the following discussion: to Maven Users List dateFeb 18, 2

Re: Unit Test inheritance in a multi-pom project?

2007-03-21 Thread Jim Bethancourt
Yup! That did the trick. Thanks Jason! Jim On 3/21/07, Jim Bethancourt <[EMAIL PROTECTED]> wrote: Cool! That looks exactly like what I need. I'll give it a go. ;-) Thanks, Jim On 3/21/07, Jason van Zyl < [EMAIL PROTECTED]> wrote: > > > On 21 Mar 07, at 3:17 PM 21 Mar 07, Jim Bethancourt w

Maven 2 can't find war plugin

2007-03-21 Thread Rod Mclaughlin
Can anyone help me with this? mvn install:install-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-war-plugin -Dfile=maven-war-plugin-2.0.2.jar -Dversion=2.0.2 -Dpackaging=maven-plugin creates ~/.m2/repository/org/apache/maven/plugins/maven-war-plugin/2.0.2/maven-war-plugin-2.0.2.jar

Snapshots being packaged with datestamps instead of "SNAPSHOT".

2007-03-21 Thread Tim Cederman
Hi, I'm having a pretty weird problem with Maven at the moment. When I run mvn package on a project, it collects all the correct and most recent jar files for me in the lib directory, however in the zip file instead of naming them -3.0-SNAPSHOT.jar (for example) it will name them -20070318.080720

maven property for date of build

2007-03-21 Thread Lewandowski, Eric
Hi is somebody know how to get the date on the build via a maven property ? Here's the build section of my pom... but build.date doesn't work. org.apache.maven.plugins maven-jar-plugin 2.1 true true true ${build.date}

Unit Test inheritance in a multi-pom project?

2007-03-21 Thread Jim Bethancourt
Hi all, I'm working on a multi-pom project and would like to inherit from classes in the test hierarchy across modules in the project, and I'm listing each module as a dependency in the parent pom as well. I've done several experiments to see if this is possible and have had no success. What wou

Re: Dynamic version fails in parent definition

2007-03-21 Thread Wendy Smoak
On 3/21/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: I think this is it, as it looks close to the problem I'm seeing. Do we have any idea of when this bug will be resolved? Has this been fixed on a snapshot branch somewhere whereby I could check out the latest and patc

Re: Dynamic version fails in parent definition

2007-03-21 Thread Morgovsky, Alexander \(US - Glen Mills\)
I think this is it, as it looks close to the problem I'm seeing. Do we have any idea of when this bug will be resolved? Has this been fixed on a snapshot branch somewhere whereby I could check out the latest and patch my installation? Thanks. This message (including any attachments) contains

RE: ear plugin usage

2007-03-21 Thread EJ Ciramella
Ok, got that - new question (related), how does one get the ejbs into their ear typically? What does a properly configured ear plugin look like? -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 10:37 AM To: Maven Users List Subject: Re: ear

Re: IntelliJ plugin for Maven 2

2007-03-21 Thread Rod Mclaughlin
There are several Maven 2 plugins for IDEA http://plugins.intellij.net/search/?search=maven We have had some luck using the Maven Reloaded plugin to download the jars and put the references to them in .m2 in the IDEA classpath, but we would haven't figured out how to make it order that classpat

Re: Obtaining all profiles on a project - active/merged/inactive

2007-03-21 Thread ertnutler
Was this plugin ever produced? I'd like to get my hands on some similar code. Also, in the example below, where can I get the plexusContainer and settings references? I assume this is being coded from within a plugin, but I don't see where those collaborators live. Emmanuel Venisse wrote:

Re: IntelliJ plugin for Maven 2

2007-03-21 Thread Thorsten Heit
Hi Wim, > The Maven website mentions IDE integrations for Eclipse and Netbeans, but > not for IntelliJ although there is a plugin here: > http://quebbemann.kicks-ass.net/idea-maven-plugin/ > > maybe the site can be updated with it? http://maven.apache.org/plugins/index.html It is already listed

maven-eclipse-plugin pde=true

2007-03-21 Thread Jörn Kottmann
Hello, the apache uima project uses maven also for their plugin projects, but we encounterd a problem with the maven-eclipse-plugin pde=true option. This always sets the Bundle-Version to the same version specified in the pom.xml file, but our version (which is compliant to the apache convention

Re: cobertura

2007-03-21 Thread Mika Göckel
Hey Tilman, bist Du jetzt bei swisscom, oder nur als Consultant da? Grüße, Mika (Du erinnerst Dich? Ein Freund von Carsten Schmitt-Höppner) Am 21.03.2007 um 10:10 schrieb <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>: Anybody knows how to make the cobertura test coberage report generation wor

IntelliJ plugin for Maven 2

2007-03-21 Thread Wim Deblauwe
Hi, The Maven website mentions IDE integrations for Eclipse and Netbeans, but not for IntelliJ although there is a plugin here: http://quebbemann.kicks-ass.net/idea-maven-plugin/ maybe the site can be updated with it? regards, Wim -- Vigilog - an open source log file viewer: http://vigilog.so

Dependency version ignored

2007-03-21 Thread Ecker Severin
I'm not sure whether I'm not using dependencies correctly or this is a bug, but the situation is as follows: I have a junit 4.1 dependency in my project (and also xmlbeans). Now xmlbeans happens to have a dependency on junit 3.8. The problem is that my project uses junit 4 annotations BUT maven s

Re: Downloading of artifacts from the maven repository

2007-03-21 Thread Armin Ehrenfels
Ravi, what maven version are you using ? Balasubramanian, Ravi Shankar wrote: Hi all, I have been hitting this issue for quite sometime and have no idea why this is happening. Whenever I do a maven build, after cleaning up my local repository, maven is not able to download certain artifacts o

Re: ClearCase checkout

2007-03-21 Thread Antoine Véret
Well, i didnt know the difference ... So yes, I will add support for UCM, for the checkout task. Antoine I think "-stream" is for Clearcase UCM, right? Clearcase UCM isn't supported yet, but maybe you can help us to add support. I don't think it's a big work.

RE: cobertura

2007-03-21 Thread Tilman.Rossmy
thanks, version 2.0 works...but only on our solaris boxes, on windows I get the following exception: [ERROR] Exception in thread "main" java.lang.NullPointerException at net.sourceforge.cobertura.coveragedata.ProjectData.getSourceFiles(Pro jectData.java:105) at net.sourceforge.cobe

RE: War plugin question

2007-03-21 Thread Steve Vangasse
Thanks Kalle. That looks like it should solve the problem. Steve Vangasse -Original Message- From: Kalle Korhonen [mailto:[EMAIL PROTECTED] Sent: 20 March 2007 20:10 To: Maven Users List Subject: Re: War plugin question Re-design your applications so that common classes are in a jar

Re: Problems with multi module project dependencies

2007-03-21 Thread Olivier Fabre - EBM WebSourcing
Jörg Schaible a écrit : Olivier Fabre - EBM WebSourcing wrote on Monday, March 19, 2007 10:41 AM: Hi, Here is the structure of my project : parent | |- cdk | |- components | |- comp 1

Re: Dynamic version fails in parent definition

2007-03-21 Thread Wendy Smoak
On 3/21/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: ${my_version} ../pom.xml Here, in the child, the my_version variable is not resolved. Is this is a known bug? If so, what is the solution for this? Thanks. There

Re: ear plugin usage

2007-03-21 Thread Wendy Smoak
On 3/21/07, EJ Ciramella <[EMAIL PROTECTED]> wrote: [INFO] The plugin 'org.apache.maven.plugins:maven-ear-plugin' does not exist or no valid version could be found The "fix" for this is usually to delete org/apache/maven/plugins/maven-ear-plugin from your local repository (~/.m2/repository if

Re: Releasing of Multimodule Projects and CVS

2007-03-21 Thread Antonio Parolini
Just commit your POM using the eclipse CVS prior to run the release plugin. -toni Christian Sauer-3 wrote: > > Thorsten, > > the problem stays exactly the same: > "cvs tag: pom.xml is locally modified" > > Thanx anyway :) > > cheers, > Chris > > -Original Message- > From: "Thorsten

Dynamic version fails in parent definition

2007-03-21 Thread Morgovsky, Alexander \(US - Glen Mills\)
I have a custom version property ${my_version} in my settings.xml in my default profile which is always active. I have a parent POM which defines 1 child module. Parent POM: ${my_version} A Child POM A: ${my_version}

ear plugin usage

2007-03-21 Thread EJ Ciramella
Hello yet again, I'm still fumbling through this ear file config setup and hitting a wall. If I don't have the following, I get the attached error: org.apache.maven.plugins maven-ear-plugin 2.3 . [INFO]

Re: Downloading of artifacts from the maven repository

2007-03-21 Thread Wayne Fay
I'm not quite sure what's going on there, but it is certainly odd that the URL reported in each "Downloading: ..." line is the same -- http://maven/maven2/... I would expect to see http://repo1.maven.org/ and http://www.ibiblio.org/ at some point in those Downloading lines, similar to the WARNING

Re: ClearCase checkout

2007-03-21 Thread Emmanuel Venisse
I think "-stream" is for Clearcase UCM, right? Clearcase UCM isn't supported yet, but maybe you can help us to add support. I don't think it's a big work. Emmanuel Antoine Veret a écrit : Hello, i doesnt succeed to get my code when i do a checkout. The snapshot view doesnt seems to be linked t

Re: Maven @ ApacheCon Europe

2007-03-21 Thread Brett Porter
For those that are interested, passing along this information about the discount cut-off date: "Timely reminder -- Friday 23 of March is the cut-off date for being able to register at the Moevenpick Hotel for the low conference rate of EUR 160." - Brett On 14/03/07, Brett Porter <[EMAIL PROTECT

Downloading of artifacts from the maven repository

2007-03-21 Thread Balasubramanian, Ravi Shankar
Hi all, I have been hitting this issue for quite sometime and have no idea why this is happening. Whenever I do a maven build, after cleaning up my local repository, maven is not able to download certain artifacts on which I am indirectly/transitively/directly dependent on. This only happens with

ClearCase checkout

2007-03-21 Thread Antoine Veret
Hello, i doesnt succeed to get my code when i do a checkout. The snapshot view doesnt seems to be linked to the stream. When i try with cleartool manualy, it works with the "-stream" parameter, but the clearcase provider doesnt offer to configure this parameter. Is there a workaround ? Can i us

incorrect dependencies in assembly

2007-03-21 Thread kelvin goodson
I have a reactor build pom (correct terminology?) which specifies a test-scope dependency on junit:junit at version 3.8.1 and a provided-scope dependency on asm (see effective-pom.xml attachment produced with mvn help:effective-pom) The assembly descriptor for creating my release (http://svn.apac

mvn scm:diff with Perforce

2007-03-21 Thread Jean-Pierre Matsumoto
Hi, I'm testing Maven use with Perforce. Most commands works well but scm:diff fails. See below. Does someone has successfully use scm:diff with Perforce ? TIA, Jean-Pierre + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Searching repository for plugin w

JUICe archetype now available (Swing application framework, etc.)

2007-03-21 Thread Rob Dickens
Dear Maven users, JUICe (java user-interface client) comprises three jarfiles, providing * an application framework that lets you run the same code either as an application or applet * support for writing GUI commands * labels that can flash and beep See

Maven2 ejb3 and par module dependencies from test classes

2007-03-21 Thread Magnus Lundgren
Hi everyone! New to the list, haven't had the need for direct questions, but right now I am stuck with a problem that I don't know how to solve. I have a multi-module project with ejb3, jar, war, par and ear modules. Everything worked fine uptil now. I can build the whole application, and it

Maven antlib artifact:deploy with classifier

2007-03-21 Thread Matthias Wurm
Hello there, is it possible to specify a classifier when doing a from within Ant? Maybe there is a nested element, an attribute, or do I have to specify a property like in Maven by setting -Dclassifier=xyz ? Regards, Matthias

Assembly descriptor format 2.1?

2007-03-21 Thread Bram de Kruijff
Hi all, does anyone know a good assembly descriptor description and/or tutorial and/or (non trivial) examples for version 2.1? I need to get rid of SNAPSHOT deps so I'm trying to move back from 2.2-SNAPSHOT to 2.1 but things fall apart :( regards, Bram FYI release dir

Re: cobertura

2007-03-21 Thread Taavi Sildeberg
Try to use version 2.0. Latest Cobertura plugin has some bugs, that gives to 0% aways. Taavi [EMAIL PROTECTED] wrote: Anybody knows how to make the cobertura test coberage report generation work? Right now the site plugin seems to generate the reports with a wrong cobertura.ser file so that test

cobertura

2007-03-21 Thread Tilman.Rossmy
Anybody knows how to make the cobertura test coberage report generation work? Right now the site plugin seems to generate the reports with a wrong cobertura.ser file so that test coverage is always 0 % Kind regards Tilman