[m2] Xpp3 in ibiblio repo is very strange

2006-02-17 Thread Wayne Fay
This is bizarre... http://www.ibiblio.org/maven2/xpp3/xpp3/1.1.3.4/ xpp3-1.1.3.4-RC3_min.jar (md5, sha1) xpp3-1.1.3.4-RC8_min.jar (md5, sha1) xpp3-1.1.3.4.pom (md5, sha1) I tried: xpp3 xpp3 1.1.3.4 Of course this fails because the name of the jar is actually xpp-1.1.3.4-RC8_min.jar and

how to customize the announce email generated from changes plugin

2006-02-17 Thread John Menke
Does anyone know how to customize the email that is generated by the changes plugin? I am using Maven2. Any help would be greatly appreciated. -jm

Re: Jar file with sources

2006-02-17 Thread Edwin Punzalan
The sources for the maven components are available via svn... see: http://maven.apache.org/source-repository.html You can use "mvn generate-sources" to produce the sources generated by modello... its usually created in target/generated-sources/modello. Artamonov, Juri wrote: Hi All, Could

Re: [m2] Include dependent jars in EJB-jar

2006-02-17 Thread Alexandre Poitras
Yup (well roughly) in the working with manifest document. On 2/17/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > Now that I have discovered the: > > > > org.apache.maven.plugins > maven-ejb-plugin > > > > true > > > > > > > bit of configuration "code", my problems seem to be resolved. > > Is

Re: Ejb Package

2006-02-17 Thread Alexandre Poitras
Why do you want to include jars in your ejb? It is a bad practice and it would be better to include them in the ear archive and declare them in the ejb jar manifest. This way you can share them between your different ejb and web components. The only thing you need is to generate a manifest file con

RE: taglibs vs jstl

2006-02-17 Thread KC Baltz
Right. javax is the interface, taglibs.standard is the implementation. I have the following in my pom: taglibs standard 1.1.2 javax.servlet jstl 1.1.2 K.C. -Original Messa

Re: [M2] Adding jars to classpath in war manifest

2006-02-17 Thread Wayne Fay
This is what I'm using rather successfully... in the webapp/pom.xml org.apache.maven.plugins maven-war-plugin true in the ear/pom.xml org.apache.mav

[M2] Adding jars to classpath in war manifest

2006-02-17 Thread Mang Jun Lau
Hi, I've seen people ask this or a similar question before but I don't think it has ever been answered. If it has then can some kind soul point me in the right direction? Here's the situation: I have an EAR and a WAR inside the EAR. The EAR also contains JARs. So here's a directory structu

Re: [m2] Include dependent jars in EJB-jar

2006-02-17 Thread Wayne Fay
Now that I have discovered the: org.apache.maven.plugins maven-ejb-plugin true bit of configuration "code", my problems seem to be resolved. Is this configuration-archive-manifest-mainClass/addClasspath/etc tag stuff documented somewhere? Thanks. Wayne On 2/17/06, Tomislav Stojcevich

Re: Ejb Package

2006-02-17 Thread Mike Darretta
Well, at least I know I'm not just doing something stupid...sounds like this may be the most reasonable path for the current plugin release. Mike Wayne Fay wrote: I also get the duplication of jars, but just don't care about it. ;-) Here's my "after ear'ing is complete" layout: ear | |-war

Re: [m2] Include dependent jars in EJB-jar

2006-02-17 Thread Tomislav Stojcevich
The ear plugin does this for you. I don't think it's part of the j2ee spec to have dependent jars bundled inside the ejb.jar. I believe that they normally get grouped together inside of an ear file. You setup a seperate project with packaging of ear and add your ejb.jar as a dependency. Your ej

RE: Re: Help with getting up and running

2006-02-17 Thread Kieran Brady
>Hey everyone, > Hi. > > >Anyways, could someone point me in the direction of which plug-in to use to >do continuous integration? > >Thanks, >Christian > > I'm using a version of the following successfully with the latest CruiseControl against multiprojects and also simple projects, build profi

Revision number in manifest.mf

2006-02-17 Thread Max
We are using TortoiseSVN. How do I get Continuum to put the information regarding the latest revision number in the manifest.mf contained in the ear?

Re: Ejb Package

2006-02-17 Thread Wayne Fay
I also get the duplication of jars, but just don't care about it. ;-) Here's my "after ear'ing is complete" layout: ear | |-war | jar lib-jar ejb-jab | jar lib-jar ejb-jar Fortunately the jars are all pretty small. This duplication of jars, while not ideal, is not a big dea

Re: WAR plugin in M2: excludes not all files

2006-02-17 Thread Mang Jun Lau
Oh sorry, maybe I had the wrong idea. Maybe you can try excluding as a resource like so: ${basedir} WEB-INF/lib/geronimo-spec*.jar WEB-INF/lib/junit*.jar _Mang Lau Lee Meador <[EMAIL PROTECTED]> Sent by: [EMAIL P

[m2] jetty6 plugin & log4j

2006-02-17 Thread David Main
Hello all - Could anyone help me to understand how to change the log level that the maven-jetty6-plugin uses? I would like to put debug logging statements into my code, but then I can't seem to figure out how to get the plugin to change from its default info level. I would also like to

Re: maven-jaxme-plugin 1.0.1 problem - "Unable to derive package name ..." [M202]

2006-02-17 Thread rgc
Just forgot to mention, I´m using maven 202 --- rgc <[EMAIL PROTECTED]> wrote: > Hi, > I´m new to Maven and this list, greetings. I´ve got 2 points to question: > 1. The tag name that works for overiding schema directories in the > maven-jaxme-plugin 1.0.1 is , not as said in the url´s

maven-jaxme-plugin 1.0.1 problem - "Unable to derive package name ..."

2006-02-17 Thread rgc
Hi, I´m new to Maven and this list, greetings. I´ve got 2 points to question: 1. The tag name that works for overiding schema directories in the maven-jaxme-plugin 1.0.1 is , not as said in the url´s http://ws.apache.org/jaxme/mp/use.html and http://ws.apache.org/jaxme/mp/properties.html(h

Re: Ejb Package

2006-02-17 Thread Mike Darretta
Hi Wayne. I have the same configuration, and see identical results. My issue, though, is that I have similar dependencies between my ejb and war modules. As such, I end up with the following in my ear: ear | |--war | | jar1 jar2 | | ejb-jar jar1 jar2 As you can see, my jars

Re: [m202] release:perform hangs then fails -- success with snapshot

2006-02-17 Thread Thomas_Perry
Thanks so much for the notice Emmanuel. I downloaded from svn and installed maven-release-plugin:maven-plugin:2.0-beta-4-SNAPSHOT I ran both the prepare and perform goals. It was wonderful to see. Thanks again for your help. Tom Emmanuel Venisse <[EMAIL PROTECTED]> wrote on 02/17/2006 03

{M2.0.2] refer maven.dependency.classpath in developing ant plugin (mojo)

2006-02-17 Thread Bill Yang
Hello, Thanks to the guide, http://maven.apache.org/guides/plugin/guide-ant-plugin-development.html I have successfully developed some simple ant plugin. but when I run an ant script to refer the maven classpath, I got >>> [ERROR] BUILD ERROR [INFO] -

Re: [m202] Linux oddity for accessing maven-architype-plugin?

2006-02-17 Thread Ray Ward
Duh! Kept reading what I *thought* I typed... Thanks! On 2/17/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > On 2/17/06, Ray Ward <[EMAIL PROTECTED]> wrote: > > > I ran the Getting Started stuff on WinXP with no problems here. > > > > But on a local Linux server, after downloading and installing

Re: Ejb Package

2006-02-17 Thread Wayne Fay
Hi Mike, I'm experiencing the exact same troubles. I actually just posted a similar email to the list earlier today, though it doesn't seem to have gotten through yet -- my first post so perhaps its moderated? Its called "[m2] include dependent jars in Ejb-jar". I am able to successfully deploy m

Re: [m202] Linux oddity for accessing maven-architype-plugin?

2006-02-17 Thread Wendy Smoak
On 2/17/06, Ray Ward <[EMAIL PROTECTED]> wrote: > I ran the Getting Started stuff on WinXP with no problems here. > > But on a local Linux server, after downloading and installing, I get the > error: > The plugin 'org.apache.maven.plugins:maven-architype-plugin' does not exist > or no valid versio

[m202] Linux oddity for accessing maven-architype-plugin?

2006-02-17 Thread Ray Ward
I ran the Getting Started stuff on WinXP with no problems here. But on a local Linux server, after downloading and installing, I get the error: The plugin 'org.apache.maven.plugins:maven-architype-plugin' does not exist or no valid version could be found And sure enough, there's no plugin JAR file

Re: WAR plugin in M2: excludes not all files

2006-02-17 Thread Lee Meador
If I have **/lib/*.jar, no files go into my war. If I have **/lib/*.jar all the dependent jars go into my war. Putting two sections under the doesn't make it work. Is there some other stuff you have to put in the pom to make it work? -- Lee Meador On 2/17/06, Mang Jun Lau <[EMAIL PROTECTED]>

[m202] Want deploy 1 war in an ear, but another one exploded/stand alone...?

2006-02-17 Thread Mick Knutson
I have a build that I want to deploy a 2nd selenium war wploded into my jboss install. Can I add this war into my maven build, but deploy it by itself and exploded to the same jboss instance? --- Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://

Re: xDoc i18n for a dozen languages

2006-02-17 Thread Lance Bader
Ah, I see. Currently, we don't use the reports or the project information pages on our web site so we won't need them. NO PROMISES, but maybe later. Lance On 2/17/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > > "fully supported" mean in maven generated pages (reports, project > information

Ejb Package

2006-02-17 Thread Mike Darretta
When I build my EJB module, the dependent jars are not included with the EJB jar. The research I've done seems to indicate that this is the behaviour of maven-ejb-plugin. Is there a way to include my dependency jars with my EJB jar, which in turn will be included in my ear file? Thanks for y

Re: Clearing hanged builds

2006-02-17 Thread Matt McGill
Wasn't in a subprocess, so I restarted Continuum - project build status is still "In Progress." I suspect this is my fault though - the stuck project is the parent of a child project which I deleted while the parent was building. I'm not really surprised that things got mixed up. I figured

Re: [M2] J2EE archetype ever releasing?

2006-02-17 Thread Jesse McConnell
it works but was never released as there has never been a finalization of what the best practice j2ee layout for a project would be :) at least that was my last thought on the matter.. jesse On 2/17/06, Mayorgaadame, Alex <[EMAIL PROTECTED]> wrote: > > Hello all, > > According to the Maven ViewC

[m2] Include dependent jars in EJB-jar

2006-02-17 Thread Wayne Fay
I found this thread from back in June 2005 and I have the same exact situation. I'm hoping that perhaps the answer has changed since it has been 7 mos since this issue was brought up on the list. From[EMAIL PROTECTED] Subject RE: M2 - Dependent Jars for EJB DateWed, 22 Jun 2005 12:59:39 GM

Re: [ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

2006-02-17 Thread Andy Fyfe
From my experience, using JDK 5 and maven 1.0.2, checkstyle 3.0 and 3.0.1-SNAPSHOT with or without the setProperty fail in this manner. --Andy On Feb 17, 2006, at 9:16 AM, Lukas Theussl wrote: Hi, The systemScope.setProperty line was introduced to fix http://jira.codehaus.org/browse/MPCHECK

Re: Policy for releasing plugins

2006-02-17 Thread dan tran
I release my plugins weekly within my comp. But I'd like to see maven's plugin release more often as well. -Dan On 2/17/06, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: > > Hi, > > I would like to discuss the policy for releasing plugins. My > impression is, that most plugin developers policy ca

Re: Deactivate active profile

2006-02-17 Thread dan tran
sorry about the confusion, placing profiles in pom works debug debug -DOIDEBUG /DEBUG:full release true -Dan On 2/17/06, John Cas

Re: M2 : Excluding WAR from EAR for a live build - is profile the only way ?

2006-02-17 Thread Lee Meador
How about an optional ant task that runs after the 'package' phase in the ear project that runs winzip or something similar to delete the war from the ear. Ant probably has a way to remove a file from a jar but I don't remember ever needing to do that. Its ugly but it would work. I do something s

Re: [ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

2006-02-17 Thread Lukas Theussl
Hi, The systemScope.setProperty line was introduced to fix http://jira.codehaus.org/browse/MPCHECKSTYLE-53 so you are saying that you have to remove it again? Can you attach your comments to the issue above, or maybe open a new issue to attack the problem more generally. Thanks, -Lukas Ar

Re: Excluding jars from ear

2006-02-17 Thread Mike Darretta
Thanks...this certainly did the trick! Mike Krishnan A S wrote: Keep the jar-s of dependencies in the 'compile' scope and remove the runtime scope. Thanks & Regards, A.S.KRISHNAN, AZTEC, BANGALORE. -Original Message- From: Mike Darretta [mailto:[EMAIL PROTECTED] Sent: Friday, February

Re: Help with getting up and running

2006-02-17 Thread Christian Cabanero
Hey everyone, Thanks for the replies to my "rant". Sorry about the bad term being used, but my rant was really meant to be honest feedback from a new user trying to decide whether to adopt M2. And that's a new user who's already adopted M1 for past projects and is trying to convince a team of de

Re: xDoc Link Check Reports Invalid Redirect

2006-02-17 Thread Lukas Theussl
Hi Lance, Sorry, I mixed something up here. Arnaud is right, you don't have to call the linkcheck separately before building the site. However, you have to call the 'maven site' goal which will automatically register the linkcheck report (if it's in your pom), xdoc alone won't work. Apologie

Policy for releasing plugins

2006-02-17 Thread Jochen Wiedmann
Hi, I would like to discuss the policy for releasing plugins. My impression is, that most plugin developers policy can be described as follows: - Be careful. We could break something. - There's a change. Goes to SVN. Fine! - Some weeks later. Nothing happened. Ok, possibly it works. We'll publish

Re: Deactivate active profile

2006-02-17 Thread John Casey
You mean you want to put the profile in the native plugin, so the profile is triggered when the user of the plugin specifies -Ddebug? That doesn't currently work, but you could use: /** * @parameter expression="${debug}" default-value="false" */ private boolean debug; inside your native plug

M2 : Excluding WAR from EAR for a live build - is profile the only way ?

2006-02-17 Thread Pete
I have an EAR project that includes a normal webapp, but also a JUnitEE testing WAR. For some builds we need it in the EAR, but for a live build we don't want it aggregated. Now I guess I could wrap the EAR plugin in a profile, but the EAR plugin's section is very long, so this would mean repeati

[M2] J2EE archetype ever releasing?

2006-02-17 Thread Mayorgaadame, Alex
Hello all, According to the Maven ViewCVS maven-archetype-j2ee hasn't been touched in 3 months, but never got released. Anyone know if it works and if so, when would it be released? Thanks, Alex - To unsubscribe, e-mail: [EMAI

Re: checkstyle 3.0 with maven 1.0.2

2006-02-17 Thread Andy Fyfe
The work around appears to already be part of 3.0.1-SNAPSHOT. Unless I'm misunderstanding, it doesn't help, at least with maven 1.0.2 and JDK 5. --Andy On Feb 17, 2006, at 12:54 AM, Arnaud HERITIER wrote: I just forwarded to the mailing list a workaround... Arnaud -

Re: checkstyle 3.0 with maven 1.0.2

2006-02-17 Thread Andy Fyfe
It does work with JDK 1.4.2. I was originally misled a bit by this because while adding a JAVA_VERSION env variable will result in the maven script saying it's using java version 1.4.2, it still uses your JAVA_HOME variable if that's set too. --Andy On Feb 16, 2006, at 6:04 PM, Lukas Theussl wr

Re: pom.artifactID

2006-02-17 Thread John Casey
um, someartifact ... you might have a look at http://maven.apache.org/guides/getting-started/index.html -john Martin Gainty wrote: Good Morning All- Stupid question but I have to ask where are the POM attributes set? more specifically how and where is the pom.artifactId set? Thanks, M

pom.artifactID

2006-02-17 Thread Martin Gainty
Good Morning All- Stupid question but I have to ask where are the POM attributes set? more specifically how and where is the pom.artifactId set? Thanks, Martin-

Re: taglibs vs jstl

2006-02-17 Thread Emmanuel Venisse
taglibs.standard != javax.servlet.jstl Generally, you need both Emmanuel Brian E. Fox a écrit : I'm probably having a brain cramp now. Can anyone confirm if taglibs.standard is the same as javax.servlet.jstl? - To unsub

Help with dependecies and release management

2006-02-17 Thread Helck, Christopher
Hi, I'm looking for pointers about release management with Maven. The basic question is how to handle certification builds for components? If I have an application that uses 5 components and I modify one component (a bug fix) how should I do a release? I could modify the component and release i

taglibs vs jstl

2006-02-17 Thread Brian E. Fox
I'm probably having a brain cramp now. Can anyone confirm if taglibs.standard is the same as javax.servlet.jstl?

Clearing hanged builds

2006-02-17 Thread Matt McGill
I've got a build that has hung, leaving Continuum to permanently display "In Progress..." for its status. I read in a previous message to this list that it was somehow possible in 1.0.2 to clear the offending build out of the database without doing it manually, but I'm unsure of how to do s

Re: tried to build and run continuum 1.1-SNAPSHOT

2006-02-17 Thread Sanjay Choudhary
Our group of developers work almost 24 hrs. and changes are checked in into cvs regularly. We tag before build so that we know what we know what exactly we built, or atleast attempted to build. As you said, I can create a script and add it as a shell project to tag the things in cvs. Is there a

Re: [continuum] where to put build.properties

2006-02-17 Thread Nicolas De Loof
So simple... Thanks. Emmanuel Venisse a écrit : in the user directory of user that run the service Emmanuel Nicolas De Loof a écrit : Where to put a build.properties for continuum maven1 builds, when continuum is started as a Linux service (as explained in doc) ? I need to configure som

Re: WAR plugin in M2: excludes not all files

2006-02-17 Thread Mang Jun Lau
Actually, multiple excludes do work. You should have the following snippet: WEB-INF/lib/geronimo-spec*.jar WEB-INF/lib/junit*.jar _Mang Lau Tim Davies <[EMAIL PROTECTED]> 02/17/2006 06:07 AM Please respond to "Maven Users List" To Maven Users List cc Subject Re: WAR plugin in

Re: [ANN] Mevenide for Netbeans 1.0 final (Maven1 support)

2006-02-17 Thread Milos Kleint
it does. check http://docs.codehaus.org/display/MEVENIDE/MevenideNetbeans2.0 for the initial version of the support. Milos Kleint On 2/17/06, Luca Gmail <[EMAIL PROTECTED]> wrote: > Great > Do you think Netbeans IDE will support maven 2 in the future? > > Tanx, > Luca > > -Original Messag

RE: [ANN] Mevenide for Netbeans 1.0 final (Maven1 support)

2006-02-17 Thread Luca Gmail
Great Do you think Netbeans IDE will support maven 2 in the future? Tanx, Luca -Original Message- From: Milos Kleint [mailto:[EMAIL PROTECTED] Sent: venerdì 17 febbraio 2006 14.32 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; Maven Users List; [EMAIL PROTECTED] Subject: [ANN] Mevenide fo

Re: xDoc i18n for a dozen languages

2006-02-17 Thread Arnaud HERITIER
"fully supported" mean in maven generated pages (reports, project information). If you take a look at [1] you'll see our bundles to translate the templates. If you want give us some translations ... Arnaud [1] http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/xdoc/src/plugin-resource

Re: xDoc Link Check Reports Invalid Redirect

2006-02-17 Thread Arnaud HERITIER
Hi lance, Are you online when you launch this goal ? I just saw that there was a bug in the plugin. If maven is offline the report isn't generated whereas the plugin supports it. Can you try : maven maven-linkcheck-plugin:report-real If it doesn't work, can you open an issue on jira and

xDoc i18n for a dozen languages

2006-02-17 Thread Lance Bader
At http://maven.apache.org/maven-1.x/reference/plugins/xdoc/reference/i18n.htmlit says "Actually, only English, French and German are currently fully supported by Maven. Contributions are welcome!" What does "fully supported" mean? What "contributions" would you like? I see no reason why the i1

[M2] How to override phase default goal?

2006-02-17 Thread Alexandre Poitras
Hi, I have developped a custom Mojo wich is binded to the 'deploy' phase. It does work but now I want it to override the standard deploy goal to be executed when the packaging specified is ear. I have no idea how to do this. I have checked into the ear plugin sources and I can't find anything. Any

Re: [continuum] where to put build.properties

2006-02-17 Thread Emmanuel Venisse
in the user directory of user that run the service Emmanuel Nicolas De Loof a écrit : Where to put a build.properties for continuum maven1 builds, when continuum is started as a Linux service (as explained in doc) ? I need to configure some server specific properties, and don't know where

Re: xDoc Link Check Reports Invalid Redirect

2006-02-17 Thread Lance Bader
Still no joy. If I run the maven maven-linkcheck-plugin:report goal, all it does is copy a file to ...target/generted/xdocs/linkcheck.xml which contains (among other broiler plate xdoc tags): This file is used as a placeholder until the final link check can occur. No link checking actually occur

Can anyone help with this error?

2006-02-17 Thread Punkin Head
The parent of our application will get an error at the scheduled time of build (not on every scheduled build but about 4 or 5 times a day), even when no changes have been done to it. When I go to force the build, it builds successfully. Here is the error: javax.jdo.JDODataStoreException: Insert r

[continuum] where to put build.properties

2006-02-17 Thread Nicolas De Loof
Where to put a build.properties for continuum maven1 builds, when continuum is started as a Linux service (as explained in doc) ? I need to configure some server specific properties, and don't know where to set this. Nico. This message contains information that may be privileged or confid

[ANN] Mevenide for Netbeans 1.0 final (Maven1 support)

2006-02-17 Thread Milos Kleint
Greetings, The mevenide team is proud to announce the final version of Maven1 support for Netbeans IDE. The released set of Netbeans modules allows to work with Maven1 projects in the IDE, without imports or additional configurations. See the complete list of features and list of bugfixes since th

Re: cobertura plugin

2006-02-17 Thread David Sag
Maven 2 is what I am on about.  see the jira issue, but i am getting the same problem as you describe.  perhaps you'd like to vote on that issue and add your comments there. Kind regards, Dave Sag   "javed mandary" <[EMAIL PROTECTED]> wrote on 17-02-2006 14:14:17: > ok , what about the co

Re: cobertura plugin

2006-02-17 Thread javed mandary
ok , what about the cobertura plugin for maven 2 ? In maven site I am getting a problem after cobertura runs the junit tests and try to create a report it crashes and fails the build. Has anyone got similar problems and any solutions to that? this is what i am using: org.codehaus

Re: cobertura plugin

2006-02-17 Thread David Sag
Hi Brett I have files jira issue http://jira.codehaus.org/browse/MOJO-299 and included an example project that displays the bug. if you could put your repo manager code somewhere in a zip file I can try it out here and see if I get the same problems. Kind regards, Dave Sag   Brett Porter

Re: cobertura plugin

2006-02-17 Thread Brett Porter
Hi David, There might be a release coming up, but we haven't worked on your issue and there are still some other issues outstanding that should be fixed first. If you could confirm that cobertura fails for you on the repository manager app (if SVN is a problem I can upload it somewhere), that wou

ordering classpath with maven2

2006-02-17 Thread Patrick GIRY
How can you indicate to maven2 when it's running a test that the jar files must before the jdk jar into the classpath? I have same question for the mvn eclipse:eclipse command, to put the at the last position into .classpath file generated. PG __

Order of entry into classpath with maven2

2006-02-17 Thread patrickgirymaillinglist-maven2
How can you indicate to maven2 when it's running a test that the jar files must before the jdk jar into the classpath? I have same question for the mvn eclipse:eclipse command, to put the at the last position into .classpath file generated. PG Patrick GIRY e-mail : [EMAIL PROTECTED]

Re: cobertura plugin

2006-02-17 Thread David Sag
Sorry brett the last i heard from you was that you were working on the problem and there would be a release late this week. So I have been working on other things and waiting paitiently. But if you are now telling me I need to file a jira issue then that's what i'll do. I'll have to put togeth

Re: Help with getting up and running

2006-02-17 Thread Stephen Duncan
On 2/17/06, Dion Gillard <[EMAIL PROTECTED]> wrote: > On 2/17/06, Stephen Duncan <[EMAIL PROTECTED]> wrote: > > It's been discussed many times on the list but: 1) Maven 2 is NOT in a > > beta state; 2) Some of the plugins still are in beta state, and these > > are generally where the frustration co

Re: Help with getting up and running

2006-02-17 Thread Dion Gillard
On 2/17/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > > > My 2c. > > Hey, we don't have that currency here anymore! :) > > - Brett Dang! Rounded down to 0c!!! -- http://www.multitask.com.au/people/dion/ Chuck Norris sleeps with a night light. Not because Chuck Norris is afraid of the dark, but

Re: cobertura plugin

2006-02-17 Thread Brett Porter
On 2/17/06, David Sag <[EMAIL PROTECTED]> wrote: > > > Sorry are you talking about maven 1 or 2 plugin? They are talking about Maven 1.0 I was told that 2.0-SNAPSHOT is the one to use for maven 2 but since > updating to maven 2.0.2 the reporting part of cobertura hasn't worked. I can't reprodu

Re: Help with getting up and running

2006-02-17 Thread Brett Porter
While I generally agree with your response, a couple of points: On 2/17/06, Dion Gillard <[EMAIL PROTECTED]> wrote: > Beta plugins == Beta experience. I've been planning to, and am even more inclined, to stop publishing (start pulling out?) alpha and beta releases from the central repository. The

Re: cobertura plugin

2006-02-17 Thread David Sag
Sorry are you talking about maven 1 or 2 plugin? I was told that 2.0-SNAPSHOT is the one to use for maven 2 but since updating to maven 2.0.2 the reporting part of cobertura hasn't worked. Kind regards, Dave Sag   Nicolas De Loof <[EMAIL PROTECTED]> wrote on 17-02-2006 11:12:27: > > 1.2

Re: Help with getting up and running

2006-02-17 Thread Dion Gillard
On 2/17/06, Stephen Duncan <[EMAIL PROTECTED]> wrote: > It's been discussed many times on the list but: 1) Maven 2 is NOT in a > beta state; 2) Some of the plugins still are in beta state, and these > are generally where the frustration comes from. Stephen, have a look at what you've written abov

Re: Help with getting up and running

2006-02-17 Thread Stephen Duncan
It's been discussed many times on the list but: 1) Maven 2 is NOT in a beta state; 2) Some of the plugins still are in beta state, and these are generally where the frustration comes from. I don't use Clover, but generally configuration is provided in section of your POM. Also, the clover plugin

Re: cobertura plugin

2006-02-17 Thread Arnaud HERITIER
maven 1 Arnaud On 2/17/06, javed mandary <[EMAIL PROTECTED]> wrote: > Is the 1.2-SNAPSHOT for maven 1 or for maven 2 ? > > On 2/17/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > > > > > 1.2-SNAPSHOT works fine for me. > > > > Thanks ! > > > > Nicolas De Loof a écrit : > > > I'm using maven-co

Re: cobertura plugin

2006-02-17 Thread javed mandary
Is the 1.2-SNAPSHOT for maven 1 or for maven 2 ? On 2/17/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > > 1.2-SNAPSHOT works fine for me. > > Thanks ! > > Nicolas De Loof a écrit : > > I'm using maven-cobertura-plugin from [EMAIL PROTECTED] > > As this site uses CVS, this seems you've in mind

Re: WAR plugin in M2: excludes not all files

2006-02-17 Thread Tim Davies
I believe that there is a bug which means that multiple excludes will not work but a single one will. Im afraid I cant remember where I read about this as it was a while ago that I came across it. Martin Goldhahn wrote: Hi! I'm using Maven 2.0.1 I have the following snippet in my pom.xml:

RE: Maven2 EAR

2006-02-17 Thread Kohinoor Lal Verma \(HF/EAB\)
Thanks Lee. This get me going for the time being. Thks & Rgds Kohinoor Lal Verma 70 2790903 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee Meador Sent: Thursday, February 16, 2006 6:06 PM To: Maven Users List Subject: Re: Maven2 EAR Do you have

Re: cobertura plugin

2006-02-17 Thread Nicolas De Loof
1.2-SNAPSHOT works fine for me. Thanks ! Nicolas De Loof a écrit : I'm using maven-cobertura-plugin from [EMAIL PROTECTED] As this site uses CVS, this seems you've in mind another cobertura plugin. Where to find it ? Mike Perham a écrit : The plugin code in SVN already uses 1.7. It's nev

WAR plugin in M2: excludes not all files

2006-02-17 Thread Martin Goldhahn
Hi! I'm using Maven 2.0.1 I have the following snippet in my pom.xml: org.apache.maven.plugins maven-war-plugin WEB-INF/lib/geronimo-spec*.jar, WEB-INF/lib/junit*.jar This doesn't seem to work, according to the do

Re: cobertura plugin

2006-02-17 Thread David Sag
Please - that would be nice. Kind regards, Dave Sag   Arnaud HERITIER <[EMAIL PROTECTED]> wrote on 16-02-2006 16:24:10: > Isn't it possible to release it ? > > Arnaud > > On 2/16/06, Mike Perham <[EMAIL PROTECTED]> wrote: > > The plugin code in SVN already uses 1.7.  It's never been rel

Re: SPAM: Re: Deactivate active profile

2006-02-17 Thread Emmanuel Venisse
http://maven.apache.org/guides/introduction/introduction-to-profiles.html debug Emmanuel dan tran a écrit : the profile is in the pom. I need to create a profile for native-maven-plugin. where by default it builds nondebug artifact. When user passed in -Ddebug, the need to activ

Re: Errors in Continuum!

2006-02-17 Thread Emmanuel Venisse
Check your the working directory of your project in continuum. Do you have a pom.xml in it? Are you sure of your scm url? Emmanuel Horton.Deon a écrit : I get this in continuum, I am using Maven 2 and SVN. I can run my maven setup with no problem from the command line. org.apache.maven.cont

Re: checkstyle 3.0 with maven 1.0.2

2006-02-17 Thread Arnaud HERITIER
http://www.mail-archive.com/users@maven.apache.org/msg35500.html Arnaud On 2/17/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > I just forwarded to the mailing list a workaround... > > Arnaud > > On 2/17/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: > > > > No, it does work with Maven 1.0.2. I te

Re: checkstyle 3.0 with maven 1.0.2

2006-02-17 Thread Arnaud HERITIER
I just forwarded to the mailing list a workaround... Arnaud On 2/17/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: > > No, it does work with Maven 1.0.2. I tested it, however, not with java 5 > (only 1.4.2). If it's a jdk issue then the $JAVA_HOME/lib/endorsed/ > solution is probably the only one t

Re: [ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

2006-02-17 Thread Arnaud HERITIER
Forward to the list .. I didn't saw that I was the only one to receive it Thanks for the tip JB Arnaud On 2/12/06, JB Defard <[EMAIL PROTECTED]> wrote: > Hi, > > > > BUILD FAILED > > > File.. > > > /usr/local/mavenPluginRepository/cache/maven-checkstyle-plugin > > > -3.0/plugin.jelly >

Re: [m202] release:perform hangs then fails

2006-02-17 Thread Emmanuel Venisse
This pb is fixed in svn. Emmanuel [EMAIL PROTECTED] a écrit : hello everyone, I've been trying to run the release:perform goal on an eclipse project. I ran release:prepare successfully. The release:perform hangs on this message: Checking out the project to perform the release then e