RE: Missing SNAPSHOT jar

2008-05-02 Thread Frank Adcock
What do you have as your version and artifactId and groupId fields? -Original Message- From: John Patterson [mailto:[EMAIL PROTECTED] Sent: Friday, 2 May 2008 2:23 PM To: users@maven.apache.org Subject: Re: Missing SNAPSHOT jar John Patterson wrote: Hi, I am a bit confused

Re: scm:checkout question

2008-05-02 Thread Dan Tran
I am a little trouble understanding why it is not working for you. Perform you can post your pom i can run, may be it will shred some light. -D On Thu, May 1, 2008 at 1:08 PM, Daniel King [EMAIL PROTECTED] wrote: Dan, I don't see what I'm doing wrong and I get the following:

RE: maven site multi-module question

2008-05-02 Thread Ashley Williams
Cunning idea, but it wouldn't work for us, since the /websitedir is actually in the target directory of another project. So a more accurate picture would be as follows: /mvnparentdir [pom.xml] | |_project1 [pom.xml] | |_project2 [pom.xml]

Re: Netbeans Rich Client Platform

2008-05-02 Thread Johannes Schneider
Hey, that looks great. I'll take a closer look. Thanks, Johannes On Wed, 2008-04-30 at 22:19 +0200, Milos Kleint wrote: groupId: org.codehaus.mojo.archetypes, one for single module, one for a platform app skeleton. The currently released version will only guide you up to the point where

call a specific pom file on a module

2008-05-02 Thread Julien CARSIQUE
Hi, Is it possible to call a different pom than default pom.xml in a module ? I'm in a parent pom and would like to be able to call mymodule/pom.xml or mymodule/pom2.xml in order to have different builds depending on the version used in my two pom. I cannot use profiles to do that because

*** Parse error reading POM ***

2008-05-02 Thread RockRider
Hi I am trying to use this plugin in my pom http://mojo.codehaus.org/buildnumber-maven-plugin/index.html My pom is as follows: plugin groupIdorg.codehaus.mojo/groupId artifactIdmaven-buildnumber-plugin/artifactId executions execution phasevalidate/phase goals goalcreate/goal /goals

Re: *** Parse error reading POM ***

2008-05-02 Thread RockRider
Also I am not able to access the timestamp of the build, using the ${timestamp} as in http://mojo.codehaus.org/buildnumber-maven-plugin/create-mojo.html RockRider wrote: Hi I am trying to use this plugin in my pom http://mojo.codehaus.org/buildnumber-maven-plugin/index.html My pom

Re: *** Parse error reading POM ***

2008-05-02 Thread Julien CARSIQUE
Hello, Are you sure that the artifactId is maven-buildnumber-plugin ? I use buildnumber-maven-plugin Cheers, Julien RockRider a écrit : Hi I am trying to use this plugin in my pom http://mojo.codehaus.org/buildnumber-maven-plugin/index.html My pom is as follows: plugin

Re: *** Parse error reading POM ***

2008-05-02 Thread RockRider
As per my understanding, the artifactId is nothing but a directory name. correct? I am using the same name for the artifactid as well as directory where the plugin classes are present makes snese?? Julien CARSIQUE wrote: Hello, Are you sure that the artifactId is maven-buildnumber-plugin

Re: *** Parse error reading POM ***

2008-05-02 Thread RockRider
The unrecognized tag 'exception' problem is solved, i am using the plugin under pluginManagement plugins section of my pom. but still the build that is generated is as appName-${timestamp}, instead of appName-20080502 Julien CARSIQUE wrote: Hello, Are you sure that the artifactId

Re: *** Parse error reading POM ***

2008-05-02 Thread Julien CARSIQUE
RockRider a écrit : As per my understanding, the artifactId is nothing but a directory name. correct? I am using the same name for the artifactid as well as directory where the plugin classes are present makes snese?? No. Module is a directory name. ArtifactId is the artifactId given to the

Re: *** Parse error reading POM ***

2008-05-02 Thread RockRider
Anyway, I hav downloaded the jar, but i do not have the pom xml for this plugin. :( Julien CARSIQUE wrote: RockRider a écrit : As per my understanding, the artifactId is nothing but a directory name. correct? I am using the same name for the artifactid as well as directory where the

RE: How to get around maven causing CI to fail

2008-05-02 Thread jlo_gestalt
Yes, that is exactly what I am referring to. Any way we can change this or provide an override ability? Brian E Fox wrote: Clean forks and executes so it can find additional output folders or something (which I find annoying most of the time)... therefore it is also going to try and

Re: Maven and Eclipse: getting started

2008-05-02 Thread Russell Bateman
Profuse thanks, Chris, for helping me get started here. Russ [EMAIL PROTECTED] wrote: And I've tried running mvn eclipse realizing that that is way too naive as a starting point. I'm guessing that to create a Dynamic Web Project under Maven control for use in Eclipse, I have to create a BLANK

Re: Problem with SNAPSHOT

2008-05-02 Thread Stanley Lee
Problem found: In my repository setting, I didn't set snapshotsenabledtrue/enabled/snapshots. So that repository is treated as regular, instead of snapshot repository. Now I only get MyApp-1.0-SNAPSHOT.jar in WEB-INF/lib. Thanks for the help!

RE: scm:checkout question

2008-05-02 Thread Daniel King
Dan, Here it is. ?xml version=1.0 encoding=UTF-8? project xmlns=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; parent

Reply protocol for this list?

2008-05-02 Thread Russell Bateman
I wondered, because based on the traffic I've watched the last couple of days since I joined I've not detected a specific pattern, if there's a best practice for replies to postings in this list. In the Vim users list, for example, they like you to reply only at the bottom of mail or

RE: scm:checkout question

2008-05-02 Thread Daniel King
Dan, I removed my local repo and pointed only to the http://people.apache.org/repo/m2-snapshot-repository/ and it downloaded the timestamp jars no problem. It looks like I had an older plugin that has to do with downloading snapshot jars. Thanks for the help! Daniel King Vurv The information

Re: scm:checkout question

2008-05-02 Thread Dan Tran
you have lots problems in your pom, however, I fixed it up to a minimal settings, just enough to get all the needed dependencies downloaded. However I dont use perforce so i can't help you in this area. Cut and paste the bellow pom and run mvn scm:checkout you should not see any more download

Central Repo Issues?

2008-05-02 Thread Randall Fidler
Hello, Has something occurred recently (past few days) with the maven central server? Project was working fine then it starting complaining that it couldn't check meta-data for maven-clean-plugin from the central maven repository. To get around the issue, I temporary locked down

RE: How to get around maven causing CI to fail

2008-05-02 Thread Brian E. Fox
Only if you can find an old version of clean that doesn't fork (I know one exists). We should fix clean to behave better but that doesn't help you now. -Original Message- From: jlo_gestalt [mailto:[EMAIL PROTECTED] Sent: Friday, May 02, 2008 10:12 AM To: users@maven.apache.org Subject:

MEAR-85 revisited: Transitive dependencies on ejb clients

2008-05-02 Thread Bryan Loofbourrow
MEAR-85 (http://jira.codehaus.org/browse/MEAR-85) is a Minor/Improvement JIRA that seems to be flying under the radar. In it, the maven-ear-plugin, faced with a dependency on an ejb-client, always packages it in the root directory of your ear, unless you explicitly tell it otherwise, for that

Re: Reply protocol for this list?

2008-05-02 Thread Wayne Fay
Gmail users (and other bottom feeders) like me mostly top post. But if I have something specific to address and it doesn't make sense to make a general reply, I'll go in-line. Many other people go in-line or even bottom post (gasp). There's no specific rules, at least, I've been here a while and

Re: Reply protocol for this list?

2008-05-02 Thread Russell Bateman
bottom post (gasp) Yup. I totally agree with that sentiment. But it's the rule in the Vim group and hardly a week goes by but what someone has to remind nubes about it. I wanted to start off on the right foot with the Maven crowd. Thanks. Wayne Fay wrote: Gmail users (and other bottom

Reason: Parse error reading POM. Reason: Unrecognised tag: 'executions'

2008-05-02 Thread Niranjan Deshpande
Hi I am trying to use this plugin in my pom http://mojo.codehaus.org/buildnumber-maven-plugin/index.html My pom is as follows: plugin groupIdorg.codehaus.mojo/groupId artifactIdmaven-buildnumber-plugin/artifactId executions execution phasevalidate/phase goals goalcreate/goal /goals

Re: Netbeans Rich Client Platform

2008-05-02 Thread Milos Kleint
BTW The IDE maven integration will recognize your maven projects are of nbm packaging and will offer netbeans platform specific file templates and other goodies. in the 3.1 version (coming real soon) the netbeans module and netbeans platform app archetype are listed in the archetype list when you

Re: Netbeans Rich Client Platform

2008-05-02 Thread Johannes Schneider
Well, I don't use Netbeans here (I prefer IntelliJ Idea). But I think the Rich Client Platform looks very promising... Therefore I really prefer a Maven based build. Regards, Johannes On Fri, 2008-05-02 at 19:34 +0200, Milos Kleint wrote: BTW The IDE maven integration will recognize your

Re: Reply protocol for this list?

2008-05-02 Thread Wendy Smoak
On Fri, May 2, 2008 at 7:39 AM, Russell Bateman [EMAIL PROTECTED] wrote: I wondered, because based on the traffic I've watched the last couple of days since I joined I've not detected a specific pattern, if there's a best practice for replies to postings in this list. I've given up on the

Re: Reply protocol for this list?

2008-05-02 Thread Antonio Petrelli
2008/5/2 Wendy Smoak [EMAIL PROTECTED]: I blame GMail. ;) And Outlook Express :-) Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

maven with flex3

2008-05-02 Thread matthew sporleder
Is anyone doing a flex3 project with maven? It looks like the latest net.israfil.mojo plugin supports flex3, but I'm having trouble getting my head around directory structures, plugins and dependencys. Any help/examples are appreciated. Matt

Re: maven with flex3

2008-05-02 Thread RedBugz Software
On Fri, May 2, 2008 at 11:59 AM, matthew sporleder [EMAIL PROTECTED] wrote: Is anyone doing a flex3 project with maven? It looks like the latest net.israfil.mojo plugin supports flex3, but I'm having trouble getting my head around directory structures, plugins and dependencys. Any

Re: Reason: Parse error reading POM. Reason: Unrecognised tag: 'executions'

2008-05-02 Thread Wayne Fay
But I am getting this error: org.apache.maven.reactor.MavenExecutionException: Parse error reading POM. Reason: Unrecognised tag: 'executions' (position: START_TAG seen .../artifactId\n\t\t executions... @652:16) for project unknown at /home/mig/cruisecontrol/cduweb/checkout/xxxWeb/pom.xml

APT, XDoc - Table Cell Span

2008-05-02 Thread Florian Kremser
Hello, is it possible via apt or xdoc, for a cell in one row to span multiple table cells (in xdoc, `colspan=2 won't work)? Or, if not, how can one define a cell width. Thanks in advance, Flo - To unsubscribe, e-mail: [EMAIL

Re: Reply protocol for this list?

2008-05-02 Thread Tom Huybrechts
On Fri, May 2, 2008 at 7:48 PM, Wendy Smoak [EMAIL PROTECTED] wrote: On Fri, May 2, 2008 at 7:39 AM, Russell Bateman [EMAIL PROTECTED] wrote: I wondered, because based on the traffic I've watched the last couple of days since I joined I've not detected a specific pattern, if there's a best

RE: How to get around maven causing CI to fail

2008-05-02 Thread jlo_gestalt
I don't necessarily need something immediate. I would much rather prefer getting this fixed in future versions of maven. Brian E Fox wrote: Only if you can find an old version of clean that doesn't fork (I know one exists). We should fix clean to behave better but that doesn't help you

Re: APT, XDoc - Table Cell Span

2008-05-02 Thread Lukas Theussl
This has been added in current doxia trunk [1], it will be available in the next release beta-1 of doxia. -Lukas [1] http://jira.codehaus.org/browse/DOXIA-78 Florian Kremser wrote: Hello, is it possible via apt or xdoc, for a cell in one row to span multiple table cells (in xdoc,

Re: maven with flex3

2008-05-02 Thread Jason van Zyl
On 2-May-08, at 11:09 AM, RedBugz Software wrote: On Fri, May 2, 2008 at 11:59 AM, matthew sporleder [EMAIL PROTECTED] wrote: Is anyone doing a flex3 project with maven? It looks like the latest net.israfil.mojo plugin supports flex3, but I'm having trouble getting my head around

Re: maven pde rcp to build

2008-05-02 Thread thenew05
Carlos, Can you open the sample code area? On Wed, Apr 30, 2008 at 9:15 AM, [EMAIL PROTECTED] wrote: I need a userid and passcode to get access to the code. On Tue, Apr 29, 2008 at 6:59 PM, Carlos Sanchez [EMAIL PROTECTED] wrote: the link to the code is in the slides On Fri, Apr 25,

site generation fails if war plugin is defined with goal 'exploded' (cant override read-only parameter)

2008-05-02 Thread Leonard Gestrin
Hello, I am running into problems generating site for project that has war plugin using 'exploded' goal. I searched the archives and it looks like other people had issues with it over the last couple years, but I could not find solution for it. The error is [INFO] Using default encoding to

How to instruct Maven to run more than one script?

2008-05-02 Thread Tawfik, Sameh E
Hi, I've two Perl scripts, Before_Build.pl, and After_Build.pl that I need to run the first one before the build starts and the other one after the build is complete. So, what is the command line syntax to run a full build with the above requirements? I've the following code in my pom.xml: