Re: how to run both Maven1 & Maven2 in a single machine..

2007-06-21 Thread Torsten Krall
Hi, I am using maven1 and maven2 on the same machine without any problem. You do not have to set a MAVEN_HOME for maven2. Just add the binary-path to you PATH. I am very happy that the developers changed the names of every involved binaries. Regards, Torsten Kiran Kodlady schrieb: Hey..

Re: how to run both Maven1 & Maven2 in a single machine..

2007-06-21 Thread MK Tan
I would suggest you set MAVEN_HOME point to maven1 and set M2_HOME point to your maven2. This is because maven2 does not need to know MAVEN_HOME. HTH, MK Tan - Original Message From: Kiran Kodlady <[EMAIL PROTECTED]> To: users@maven.apache.org Sent: Friday, June 22, 2007 2:31:17 PM Subj

Re: how to run both Maven1 & Maven2 in a single machine..

2007-06-21 Thread Tim Kettler
Hi, sure you can. M2 uses M2_HOME. -Tim Kiran Kodlady schrieb: Hey.. can we run both MAven1 & maven2 in a single machine?? If yes, could u plz tell me how can we set " MAVEN_HOME " for both versions.. ANy suggestion is highly appreciated... -Kiran Kodlady -

Re: Skiping module during mvn eclipse:eclipse

2007-06-21 Thread Marcin Waldowski
Heinrich Nirschl wrote: Sometimes, you can work around this problem by running 'mvn install' before. - Henry That's true. But I just want to provide functionality as simple as possible to other people from my team, without explanation why they need to run mvn install to make it work ;)

how to run both Maven1 & Maven2 in a single machine..

2007-06-21 Thread Kiran Kodlady
Hey.. can we run both MAven1 & maven2 in a single machine?? If yes, could u plz tell me how can we set " MAVEN_HOME " for both versions.. ANy suggestion is highly appreciated... -Kiran Kodlady -- View this message in context: http://www.nabble.com/how-to-run-both-Maven1---Maven2-in-a-singl

Re: Skiping module during mvn eclipse:eclipse

2007-06-21 Thread Marcin Waldowski
Dan Tran wrote: The patch for this enhancement has been applied. The release of new eclipse plugin is coming very soon. -D Great. Many thanks. On 6/21/07, Dan Tran <[EMAIL PROTECTED]> wrote: please vote for this enhencement request http://jira.codehaus.org/browse/MECLIPSE-271 I wou

Re: Install & Deploy an artifact generated with Assembly Plugin

2007-06-21 Thread Tim Kettler
John, you can attach the jar file with the attach:artifact goal from build-helper-maven-plugin [1] over at the mojo project. -Tim [1] http://mojo.codehaus.org/build-helper-maven-plugin/ jp4 schrieb: I use the assembly plugin to create an executable jar file that contains all of it's depende

Re: "-javadoc" jars

2007-06-21 Thread Tim Kettler
David, the dependency:copy-dependencies goal uses the project dependencies, the dependency:copy goal uses a list of dependencies defined in the plugin configuration (See [1] for an example). If you want the javadoc jar unpacked to the target location just use the dependency:unpack goal. The

Re: Contributing a document fix/patch

2007-06-21 Thread Tim Kettler
Brian, while you're at it: The description of the ArtifactItems collection in the copy/unpack mojo doesn't mention that classifier is supported too. -Tim Brian E. Fox schrieb: I found this in a couple of the example pages. I'm redeploying the site now. Thanks! -Original Message- Fro

Re: How can the checkstyle plugin be configured to fail the build?

2007-06-21 Thread nitinaggarwal
Hi I am facing a similiar issue in my project. But additionally i want the a checkstyle file FC-CheckStyle.xml customized to my project be invoked in order to find out if there are checkstyle errors . how do i do that? Additionally can some one tell me how can i refer to this file as this is

Re: Skiping module during mvn eclipse:eclipse

2007-06-21 Thread Dan Tran
The patch for this enhancement has been applied. The release of new eclipse plugin is coming very soon. -D On 6/21/07, Dan Tran <[EMAIL PROTECTED]> wrote: please vote for this enhencement request http://jira.codehaus.org/browse/MECLIPSE-271 On 6/21/07, Heinrich Nirschl <[EMAIL PROTECTED

Re: Interpolated expression to reference configuration elements of another plugin

2007-06-21 Thread Olivier Dehon
Steven Rowe wrote: What ${} expression should I use in my POM or Mojo to reference configuration values of another plugin? If you define a property in the POM, and then use ${} syntax to refer to the property in the configuration for one plugin, you can refer to this same property value any

Re: Skiping module during mvn eclipse:eclipse

2007-06-21 Thread Dan Tran
please vote for this enhencement request http://jira.codehaus.org/browse/MECLIPSE-271 On 6/21/07, Heinrich Nirschl <[EMAIL PROTECTED]> wrote: On Thu, 2007-06-21 at 12:13 +0200, Marcin Waldowski wrote: > Nick, thanks for your replay. > > My problem is that 'mvn eclipse:eclipse' fail on ear m

Perforce login

2007-06-21 Thread Jackson, Brian R
I'm attempting to run "mvn scm:update" on my project but I get the following output: - C:\Projects\SuperPOMs\espn>mvn scm:update [INFO] Scanning for projects... [INFO] Searching r

Re: using javadocDirectory with maven-javadoc-plugin

2007-06-21 Thread Adam Hardy
Heinrich Nirschl on 16/06/07 21:39, wrote: On Sat, 2007-06-16 at 19:21 +0100, Adam Hardy wrote: Heinrich Nirschl on 15/06/07 18:35, wrote: On Thu, 2007-06-14 at 23:07 +0100, Adam Hardy wrote: I thought I'd post a more generic description since it seems no-one else recognises the problem. Can

Re: NullPointer with maven-ant-tasks-2.0.6 (linux)

2007-06-21 Thread Torsten Krall
Yes, thanks, that was the problem. :-) Regards, Torsten Hervé BOUTEMY wrote: I opened http://jira.codehaus.org/browse/MANTTASKS-75, with testcase and patch: it should be included in next Maven Ant Tasks version, 2.0.7, scheduled next week. Hervé Le jeudi 21 juin 2007, Hervé BOUTEMY a écrit

Re: Maven Eclipse and the Eclipse debugger

2007-06-21 Thread Jon Strayer
Never mind. It was the CodePro coverage that caused the problem. On 6/21/07, Jon Strayer <[EMAIL PROTECTED]> wrote: I just noticed that while debugging in Eclipse some of the time I can see local variables and others I can't. The difference seems to be that when I can't see local variables th

RE: Uploading the .jar to my internal repository

2007-06-21 Thread Heck, Joe
You want to use the maven deploy plugin - details on usage here: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin A.Villalobos Sent: Thursday, June 21, 2007 1:40 PM To: users@maven.apache.org Subject: Uploading the .jar to my internal repository He

Maven Eclipse and the Eclipse debugger

2007-06-21 Thread Jon Strayer
I just noticed that while debugging in Eclipse some of the time I can see local variables and others I can't. The difference seems to be that when I can't see local variables the Eclipse project was created via "mvn eclipse:eclipse". Has anyone else noticed this? -- Esse Quam Videre To Be, rath

Re: Uploading the .jar to my internal repository

2007-06-21 Thread Wendy Smoak
On 6/21/07, Martin A.Villalobos <[EMAIL PROTECTED]> wrote: I'm trying to upload a .jar to my internal repository. Somebody can helpme with a detailed howto about this task? Try this, and then ask if you have a specific question: http://maven.apache.org/plugins/maven-deploy-plugin/usage.html -

Re: Turkish Letter Problem

2007-06-21 Thread Carlos Sanchez
pom encoding it's already logged in jira as a problem On 6/21/07, MUSTAFA SAIT OZEN <[EMAIL PROTECTED]> wrote: The project's pom.xml like this : http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/P

Uploading the .jar to my internal repository

2007-06-21 Thread Martin A.Villalobos
Hello, I've a question? I'm trying to upload a .jar to my internal repository. Somebody can helpme with a detailed howto about this task? Thanks for all. Martin. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: Turkish Letter Problem

2007-06-21 Thread MUSTAFA SAIT OZEN
The project's pom.xml like this : http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";> 4.0.0 deneme subdeneme 0.0.1

Re: NullPointer with maven-ant-tasks-2.0.6 (linux)

2007-06-21 Thread Hervé BOUTEMY
I opened http://jira.codehaus.org/browse/MANTTASKS-75, with testcase and patch: it should be included in next Maven Ant Tasks version, 2.0.7, scheduled next week. Hervé Le jeudi 21 juin 2007, Hervé BOUTEMY a écrit : > ok > I think the problem in that your settings.xml file on your Linux machine

Re: What is this? What I have to do to fix?

2007-06-21 Thread Steven Rowe
Maybe you're talking about "transitive dependencies"? Here's an interesting blog entry from Carlos Sanchez that describes the situation: Steve ScottBrank wrote: > other thing i want to know.. > > my project has a l

AW: What is this? What I have to do to fix?

2007-06-21 Thread Steinhauer, Frank
Hi Scott, Maven2 automatically detects transient dependencies, so there's no need to declare these too in the POM. Frank -Ursprüngliche Nachricht- Von: ScottBr... [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 21. Juni 2007 21:03 An: users@maven.apache.org Betreff: Re: What is this?

Re: What is this? What I have to do to fix?

2007-06-21 Thread ScottBrank
other thing i want to know.. my project has a lot of dependencies... a lot of other jars that i need to my appplication... so, i have read that i hae to declare these dependencies in my pom.xml... but i have read too that i have only to declare the basiest level of m dependencies.. well.. what is

Re: What is this? What I have to do to fix?

2007-06-21 Thread Wayne Fay
Next time, cut and paste the text into an email. Its a lot easier to deal with. To fix your issues, make sure your dependencies are properly declared in your pom.xml file. It seems like you are missing some classes which is leading to your compilation failures. Wayne On 6/21/07, ScottBrank <[EM

Re: Skiping module during mvn eclipse:eclipse

2007-06-21 Thread Heinrich Nirschl
On Thu, 2007-06-21 at 12:13 +0200, Marcin Waldowski wrote: > Nick, thanks for your replay. > > My problem is that 'mvn eclipse:eclipse' fail on ear module, because of > '[INFO] Failed to resolve artifact'. This missing artifact is other > module of my my multiple module project. It's weird, bec

What is this? What I have to do to fix?

2007-06-21 Thread ScottBrank
Hi! when I type mvn install in my project folder it gives me errors... i don't know what the heck it is... its in the image.. http://www.nabble.com/file/p11239325/imageerrorcarlos.jpg thank's for help! :-P -- View this message in context: http://www.nabble.com/What-is-this--What-I-have-to-do-

Install & Deploy an artifact generated with Assembly Plugin

2007-06-21 Thread jp4
I use the assembly plugin to create an executable jar file that contains all of it's dependencies. The file name is foo-1.0-SNAPSHOT-jar-with-dependencies.jar. I would like to be able to install this artifact locally and/or deploy to a remote repository. How can I do this? I have included the

Re: resources forced to target/classes

2007-06-21 Thread Paul Copeland
How can you use the assembly plugin to copy files within the file system and not create an archive? The element has an option that might work if you can get rid of the temporary archive. Also I am not clear on what the difference is between "source" files and "binary" files is as they are n

Re: Turkish Letter Problem

2007-06-21 Thread Wayne Fay
There was a similar query yesterday from another user. Someone suggested taking a look at: http://maven.apache.org/plugins/maven-resources-plugin/examples/encoding.html I don't know if this will be helpful or not. Where is the string SAÝT coming from -- your project name/description/etc in the po

Re: "-javadoc" jars

2007-06-21 Thread DavidWilliams
Tim, I read the maven-dependency-plugin over and how would you tell the plugin to copy the javadoc jar and not the project jar? I did not see as an option. >From the maven-dependency-plugin website Collection of ArtifactItems to work on. (ArtifactItem contains groupId, artifactId, version,

Re: Interpolated expression to reference configuration elements of another plugin

2007-06-21 Thread Steven Rowe
Hi Olivier, Olivier Dehon wrote: > What ${} expression should I use in my POM or Mojo to reference > configuration values of another plugin? This doesn't directly answer your question, but since it's not clear exactly what problem you're trying to solve, here's a solution to a different problem :

Comtinuum 1.1 alpha2 - CVS problems

2007-06-21 Thread Rodrigo Gonçalves
Hi... My problem is a little peculiar. I have Continuum running as a service. I also have Pageant (PuTTY authentication agent) running as a service in order to allow Continuum to checkout the projects from CVS without any problems. Everything works fine, until I do the upgrade form 1.0.3 to 1

Turkish Letter Problem

2007-06-21 Thread MUSTAFA SAIT OZEN
I need Turkish Encoding Support from Maven. I have a pom.xml like " maven-site-plugin UTF-8 " When project site is created, I see that Turkish letters are lost. I have changed outputencoding property and pom.xml encoding as ISO-8859-9. But nothing change

RE: Contributing a document fix/patch

2007-06-21 Thread Brian E. Fox
I found this in a couple of the example pages. I'm redeploying the site now. Thanks! -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2007 9:19 AM To: Maven Users List Subject: Re: Contributing a document fix/patch On 6/21/07, Jeff Mutonho <[EMAIL P

Re: How can the checkstyle plugin be configured to fail the build?

2007-06-21 Thread Guillaume Boucherie
try something like this. org.apache.maven.plugins maven-checkstyle-plugin check by default the check goal is link to verify phase CletteBou 2007/6/21, Andrew Moores <[EMAIL PROTECTED]>: Hello I want to make

Re: Contributing a document fix/patch

2007-06-21 Thread Wendy Smoak
On 6/21/07, Jeff Mutonho <[EMAIL PROTECTED]> wrote: The plugin is the maven-dependency-plugin , but the actual correction is in the documentation.In the example usage , the plugin is referred to as : org.apache.maven.plugins dependency-maven-plugin If it's usag

weblogic-maven-plugin problem

2007-06-21 Thread Baoli Zhang
Hi, I try to use weblogic-maven-plugin, but got error as "no protocol: and" error with deploy, stop, start. I searched the user list archive, someone had this problem before. But the solution worked for him does not work for me. Any one can help? This is the topic that I found: http://a

How can the checkstyle plugin be configured to fail the build?

2007-06-21 Thread Andrew Moores
Hello I want to make my build fail if there are any checkstyle errors in my code. I have added the following to my pom: org.apache.maven.plugins maven-checkstyle-plugin true When I execute mvn checkstyle:check my build fails when I have a c

Problem when solving dependencies in install-file phase

2007-06-21 Thread Clement Escoffier
Hello, We are implementing a Maven plugin to transform Maven repositories into OSGi Bundle Repository (OBR). This plugin provides several phase as : - install - install:install-file - deploy - deploy:deploy-file Install & Deploy work fine, however we have issues on install-file and deploy-fi

Re: Contributing a document fix/patch

2007-06-21 Thread Jeff Mutonho
The plugin is the maven-dependency-plugin , but the actual correction is in the documentation.In the example usage , the plugin is referred to as : org.apache.maven.plugins dependency-maven-plugin "Don't take the name of root in vain." Jeff Mutonho Cape Town So

Re: Contributing a document fix/patch

2007-06-21 Thread Wendy Smoak
On 6/21/07, Jeff Mutonho <[EMAIL PROTECTED]> wrote: I've picked up an error in some plugin documentation.How do I provide a patch for it? Roughly in order of time and effort... * Mention it here and see if someone picks it up and fixes it * Add it to the wiki http://docs.codehaus.org/displa

Re: Contributing a document fix/patch

2007-06-21 Thread Wayne Fay
Most bug reports will go in the Codehaus JIRA but the actual location for the new bug depends on the plugin. Which plugin are you talking about? Wayne On 6/21/07, Jeff Mutonho <[EMAIL PROTECTED]> wrote: I've picked up an error in some plugin documentation.How do I provide a patch for it? --

test-jar's and eclipse:eclipse

2007-06-21 Thread Mikael Andersson
Hi all I wonder if there is a way of having the test jars generated with jar:test-jar added to the eclipse classpath when doing a eclipe:elclipse. Many thanks, Mike

Re: [ANN] Maven 2.0.7 Released

2007-06-21 Thread Jason van Zyl
Thanks. Fixed and deployed. On 21 Jun 07, at 3:46 AM 21 Jun 07, Mark Hobson wrote: Although the page title is still "Download Maven 1.0" :) Mark On 21/06/07, Guillaume Boucherie <[EMAIL PROTECTED]> wrote: stupid cache, it ok thanks Clettebou 2007/6/21, Antonio Petrelli <[EMAIL PROTECTED

Contributing a document fix/patch

2007-06-21 Thread Jeff Mutonho
I've picked up an error in some plugin documentation.How do I provide a patch for it? -- "Don't take the name of root in vain." Jeff Mutonho Cape Town South Africa GoogleTalk : ejbengine Skype: ejbengine Registered Linux user number 366042 --

Re: "-javadoc" jars

2007-06-21 Thread Tim Kettler
To add/clarify my previous mail: Adding the javadoc dependency to the section is probably not what you want (this would add the javadoc jar to the compilation classpath as well). Instead I would use the maven-dependency-plugin [1] to copy the jar [2] to the right location in the target dire

Re: Profile de-activation

2007-06-21 Thread Julien Stern
On Thu, Jun 21, 2007 at 11:54:07PM +1000, Stephen Coy wrote: > tf3711454s177.html#a10381554>. > > :-) Thanks! And if the not (!) trick is here to say, it should definitely be documented on the Maven site :) > On 21/06/2007, at 11:16 PM, Julien Ste

Re: "-javadoc" jars

2007-06-21 Thread DavidWilliams
Thank you Tim!!! I'll give that a try. David Tim Kettler <[EMAIL PROTECTED]> 06/21/2007 08:29 AM Please respond to "Maven Users List" To Maven Users List cc Subject Re: "-javadoc" jars No, with you just tell the plugin where to create the javadoc jar. This will not help you to a

Re: Profile de-activation

2007-06-21 Thread Stephen Coy
. :-) On 21/06/2007, at 11:16 PM, Julien Stern wrote: Hi list, Is it possible to de-activate a profile? I would like one profile to be activeByDefault, but would like to be able to deactivate in order to use an othe

Re: "-javadoc" jars

2007-06-21 Thread Tim Kettler
No, with you just tell the plugin where to create the javadoc jar. This will not help you to access it as a dependency from a repository. However, your actual problem is solved easily. It's no problem at all that the javadoc jar is deployed alongsite the main artifact in the same directory.

Re: Plugin to compile and run

2007-06-21 Thread noah
On 6/20/07, Jo Vandermeeren <[EMAIL PROTECTED]> wrote: Hi Noah, Why don't you package that "generator" class with your plugin? Then define an execution for it during the generate-sources phase. Ah right, because the class to compile is project specific. The classes to generate are described a

Profile de-activation

2007-06-21 Thread Julien Stern
Hi list, Is it possible to de-activate a profile? I would like one profile to be activeByDefault, but would like to be able to deactivate in order to use an other one in some specific poms. It that possible at all? Thanks. -- Julien -

Re: "-javadoc" jars

2007-06-21 Thread DavidWilliams
Tim I haven't. I missed that option while looking at all those other options. = ) What I would like to do is be able to list these javadoc jars as a dependency of another project. However they are installed to the same directory as the project jar. I'm thinking I need them in a separate di

RE: Classpath in EAR's manifest?

2007-06-21 Thread Jörg Schaible
Hi Anread, > -Original Message- > From: andreas.ebbert-karroum > Sent: Thursday, June 21, 2007 11:54 AM > Subject: Classpath in EAR's manifest? > > Hi, > > why is the classpath also generated in the EAR's manifest? It > should not, the JavaEE verifier in netbeans is complaining about

Re: javadoc:jar goal question

2007-06-21 Thread DavidWilliams
Ok. That would explain why it still separated them even when I set aggregate to true. Thanks for your response!! David Maria Odea Ching <[EMAIL PROTECTED]> 06/21/2007 12:35 AM Please respond to "Maven Users List" To Maven Users List cc Subject Re: javadoc:jar goal question Hi, I

Interpolated expression to reference configuration elements of another plugin

2007-06-21 Thread Olivier Dehon
Hi, What ${} expression should I use in my POM or Mojo to reference configuration values of another plugin? I couldn't find any FAQ or reference on this. Sorry if this is indeed an FAQ. Thanks in advance. -Olivier - To u

Re: Issue in excluding unwanted jars from the target war.

2007-06-21 Thread Tim Kettler
Hi, you mean that for example this dependency: javax.servlet servlet-api 2.3 provided is included in your war even though it has 'provided' scope? Have you added the scope tag later on in your development and at first didn't use the 'provided' scope? Try making a clean b

RE: Issue in excluding unwanted jars from the target war.

2007-06-21 Thread Alok, Niraj
Use the scope tag to decide which jars to be packaged. Scope can be etiher test/compile/runtime/provided. Niraj -Original Message- From: nitinaggarwal [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2007 5:22 PM To: users@maven.apache.org Subject: Issue in excluding unwanted jars fr

Issue in excluding unwanted jars from the target war.

2007-06-21 Thread nitinaggarwal
Hi I am pretty new to maven 2. i am working on a portal (jsr 168 portlets) project on jetspeed 2.1 portal server and building using maven2.05. when i use the mvn install command the build is fine and i am successfully able to generate a fcapps.war file. Everything seems working fine but the p

Re: Copy file

2007-06-21 Thread Stephen Coy
Hi, There's a couple of approaches to this: 1) use separate resources directories for each customer, with each one containing a config.xml. Then configure a resources block in each profile that points at the appropriate directory. 2) use a single config file that has its values specified a

Re:snapshotRepository.uniqueVersion does not work

2007-06-21 Thread gc134728
-- Initial header --- >From : "gc134728" [EMAIL PROTECTED] To : "users" users@maven.apache.org CC : Date : Wed, 20 Jun 2007 15:22:47 +0200 Subject : Re:snapshotRepository.uniqueVersion does not work You also could try the new maven release. If you check

Re: [ANN] Maven 2.0.7 Released

2007-06-21 Thread Mark Hobson
Although the page title is still "Download Maven 1.0" :) Mark On 21/06/07, Guillaume Boucherie <[EMAIL PROTECTED]> wrote: stupid cache, it ok thanks Clettebou 2007/6/21, Antonio Petrelli <[EMAIL PROTECTED]>: > > 2007/6/21, Guillaume Boucherie <[EMAIL PROTECTED]>: > > > > The maven's download

Re: [ANN] Maven 2.0.7 Released

2007-06-21 Thread Guillaume Boucherie
stupid cache, it ok thanks Clettebou 2007/6/21, Antonio Petrelli <[EMAIL PROTECTED]>: 2007/6/21, Guillaume Boucherie <[EMAIL PROTECTED]>: > > The maven's download page, still reference maven-2.0.6, is it correct ? Strange, I see 2.0.7, maybe you need to clear your cache. Antonio

Re: Skiping module during mvn eclipse:eclipse

2007-06-21 Thread Marcin Waldowski
Nick, thanks for your replay. My problem is that 'mvn eclipse:eclipse' fail on ear module, because of '[INFO] Failed to resolve artifact'. This missing artifact is other module of my my multiple module project. It's weird, because 'mvn package' works ok. Meybe I rather need to concentrate w

Re: [ANN] Maven 2.0.7 Released

2007-06-21 Thread Antonio Petrelli
2007/6/21, Guillaume Boucherie <[EMAIL PROTECTED]>: The maven's download page, still reference maven-2.0.6, is it correct ? Strange, I see 2.0.7, maybe you need to clear your cache. Antonio

Re: Copy file

2007-06-21 Thread Maria Odea Ching
Hi, Sorry, I misread your previous email. I thought it was about using a different config file for every profile. Anyway, I don't know of any plugin that can be used for what you wanted to do.. -Deng geirgp wrote: Thanks for replying, but I can't see how configuring this plugin can help me

Re: [ANN] Maven 2.0.7 Released

2007-06-21 Thread Guillaume Boucherie
The maven's download page, still reference maven-2.0.6, is it correct ? CletteBou 2007/6/21, Jason van Zyl <[EMAIL PROTECTED]>: The Apache Maven team would like to announce the availability of Maven 2.0.7. You can find the binaries here: http://maven.apache.org/download.html You can find t

Re: Notifiers lists

2007-06-21 Thread Maria Odea Ching
Hi, I think this is stored in the continuum database (ProjectNotifier table). -Deng Jeff Mutonho wrote: Where are the e-mails added (i.e notifiers list) through the continuum's web front-end stored?

Re: Skiping module during mvn eclipse:eclipse

2007-06-21 Thread Nick Stolwijk
At the eclipse plugin site [1] I don't see such an option. But I don't understand the problem you have with generating the .classpath en .project files. Just don't import the project into Eclipse and all is well, or not? Hth, Nick Stolwijk [1] http://maven.apache.org/plugins/maven-eclipse-p

Classpath in EAR's manifest?

2007-06-21 Thread andreas.ebbert-karroum
Hi, why is the classpath also generated in the EAR's manifest? It should not, the JavaEE verifier in netbeans is complaining about it: Manifest file of an EAR file should not contain Class-Path entries. Please refer to J2EE 1.4 Platform Specification Section #8.2 for further infor

Re: Set alternate location for .m2

2007-06-21 Thread Olivier Jacob
Hey, I'm new to maven so forgive me if this is a stupid question or if it has been previously answered; however I have not found anything on Google. Can someone tell me how to specify a custom location of the .m2 directory? I need to put this folder outside of the user.home directory. Hi, y

Skiping module during mvn eclipse:eclipse

2007-06-21 Thread Marcin Waldowski
Hello. I have a Multiple Module Projects (with top level POM and modules). One of module has ear type (ear) and I don't want to make eclipse project from it. Is it possible to exclude this module from execution of mvn eclipse:eclipse in directory with top level POM? Regards, Marcin

Surefire classpah problem

2007-06-21 Thread S . Bloch
Hi I've got problem with surefire plugin. It looks like it has some classpath problem. As you can see below, there is cglib-nodep in classpath or rather it shows there is cglib. + Error stacktraces are turned on. Maven version: 2.0.6 . . . [DEBUG] Configuring mojo 'org.apache.maven.plugi

Issue in plugin execution order with inherited POM

2007-06-21 Thread Told
Hi everyone, I work with maven 2.0.6 and I have an issue with plugin execution order with inherited POM : I created a custom QALab plugin which use XML files created by "Source Xref" report and "JavaNCSS Report" report. I've created and empty project POM with the declaration of the use of my

Re: execution order of plugins

2007-06-21 Thread Torsten Krall
Hello, is there any chance to define a plugin to run before the inherited goal executions? I have to tag a cvs-module and check for an already deployed version with the same versionnumber before deploying. I wrote an ant-plugin to test these conditions which is executed within the deploy-phase

Issue in plugin execution order with inherited POM

2007-06-21 Thread Toldwin
Hi everyone, I work with maven 2.0.6 and I have an issue with plugin execution order with inherited POM : I created a custom QALab plugin which use XML files created by "Source Xref" report and "JavaNCSS Report" report. I've created and empty project POM with the declaration of the use of my ge

Re: execution order of plugins

2007-06-21 Thread Jo Vandermeeren
On 6/20/07, Kanzlers, Andreas <[EMAIL PROTECTED]> wrote: If different plugins are executed within the same execution phase, which will be executed first ? If multiple plugin executions are defined for the same phase (same or different plugin), they are executed in the same order as they are

Re: Plugin to compile and run

2007-06-21 Thread Jo Vandermeeren
Hi Noah, Why don't you package that "generator" class with your plugin? Then define an execution for it during the generate-sources phase. You should not call plugins from other plugins, because it makes your plugin hard to reuse. Instead, extend the lifecycle by plugging in on certain phases. C