RE: Rejig the front page

2013-02-11 Thread Timothy Reilly
This is similar to what I've used to describe it to people in the past: Apache Maven is a build management and automation system that defines a standard build lifecycle as well a plug-in mechanism to perform activities using project configuration during specific lifecycle phases of the build pr

RE: Virtual versions

2009-03-17 Thread Timothy Reilly
Hi Oleg, I just worked with a company converting 130+ projects from Ant to Maven. LATEST and RELEASE were invaluable. I do think there needs to be more thought around when they're allowed. No artifact's "release" pom should contain SNAPSHOT, LATEST or RELEASE anywhere. The later 2 should be

RE: Skinny War

2009-02-02 Thread Timothy Reilly
I'm surprised no one has commented. Since it's an important issue in my work or anyone that packages ears I would think. I'll comment below. > 1. add a new scope called "application" that is exposed > as application dependencies Having a scope for these seems to be a better approach in my

In summer, the sky is blue?

2008-08-12 Thread Timothy Reilly
I wanted to try to faciliate maven testing on IBM jdk's. To following on to the "In summer, the sun shines" with some questions about the CI or IT server / grid: > It will be running Vmware ESX and hosting many VMs > to build out a Hudson grid of various os's in master-slave mode. I've been co

RE: maven components compilation failure ArtifactMetadataSource

2008-06-27 Thread Timothy Reilly
Awesome. Thanks Brett! I'm getting there... I get a couple test failures. First, in maven-project (not an issue once I deleted this from my temp dir. I am just wondering if its worth the testcase setup clearing any prior failures if that is what at I'm thinking happened): -

maven components compilation failure ArtifactMetadataSource

2008-06-26 Thread Timothy Reilly
I just checked out maven-components from trunk per the "Guide to Building Maven" and I ran into this compilation failure. Any ideas ? [INFO] Compiling 74 source files to C:\temp\m\maven-components\maven-project\target\classes [INFO] ---

RE: Unable to build maven components

2008-06-10 Thread Timothy Reilly
> Igor Fedorenko wrote > Are you using IBM Java5 VM by any chance? I had to switch to > SUN VM to workaround this issue. > Yes. That was it. I fixed that so I can still use IBM JDK 1.5. To do that I've rebuilt modello locally. This is probably a list for whoever is maintaining modello - but I

Unable to build maven components

2008-06-10 Thread Timothy Reilly
I'm attempting to build maven-compoents trunk I get this exception ... any suggestions welcome: [ERROR] BUILD ERROR [INFO] [INFO] Error building POM (may not be this project's POM). Project ID: null:modello-maven-plug

RE: Common Bugs

2008-01-14 Thread Timothy Reilly
Just an observation, but would it not be a good idea to codify these heuristics in a plugin and add them to the plugins pom. For example, PMD or some other plugin might generate violations for these. - To unsubscribe, e-mail:

RE: Maven WAR plugin

2007-10-14 Thread Timothy Reilly
Stephane, Any thoughts on http://jira.codehaus.org/browse/MWAR-114 I am okay with postponing this to a later alpha release (I'll try to keep updating the patches if needed), but I haven't heard from anyone in my pass posts if the patch is acceptable? if I can provide more on this? This is a big d

RE: Maven WAR plugin

2007-10-09 Thread Timothy Reilly
>>> I wrote: >>> I get test failures errors from trunk... ? >>> I'm on WinXP just thought I should mention it in case Stephane >> is not seeing them as well. np, if it's a known issue. >> Stephane Nicole wrote: >> Cool. I don't have those on MacOS. > olivier lamy wrote: > I have committed f

RE: Maven WAR plugin

2007-10-04 Thread Timothy Reilly
On 10/4/07, Wendy Smoak wrote: > On 10/3/07, gastaldi wrote: > > > Any tips on when Maven War 2.1-alpha will be released ? :clap: There is one > > pesty bug around. > > MWAR-104 is the last one open marked 2.1-alpha-1. Stephane, any thoughts? > > http://jira.codehaus.org/browse/MWAR-104 > > -- >

RE: Maven WAR plugin

2007-10-04 Thread Timothy Reilly
> Stephane Nicoll wrote > > Yes. I am bit busy right now but I am willing to sort that out. Give > me a couple of days and I'll do my best to cast a vote. > > Cheers, > Stéphane I get test failures errors from trunk... ? I'm on WinXP just thought I should mention it in case Stephane is not se

RE: EJB-client optional in war produces different result (was: Aggregator project war plugin context)

2007-09-05 Thread Timothy Reilly
> [I wrote:} > Sent: Thursday, August 30, 2007 7:29 PM > To: dev@maven.apache.org > Subject: Aggregator project war plugin context > > Hi, > > We have Websphere ejb plugin which we modeled after the > existing ejb plugin. > (We use the Websphere ejbDeploy command instead to generate > stubs,

Aggregator project war plugin context

2007-08-30 Thread Timothy Reilly
Hi, We have Websphere ejb plugin which we modeled after the existing ejb plugin. (We use the Websphere ejbDeploy command instead to generate stubs, etc.) We are facing an issue related to this posting: http://www.nabble.com/%3Coptional%3Etrue%3C-optional%3E-ignored-with-build-from-parent-t4349

RE: Maven plugin using ant

2007-08-20 Thread Timothy Reilly
Florian, let me know if this example pom helps? This pom http://maven.apache.org/POM/4.0.0 " xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance " xsi:schemaLocation="http://maven

RE: API for non-Mojo consumers

2007-07-14 Thread Timothy Reilly
> Alexander Horn wrote: > However, what do I need to do to determine the local file > system location of an artifact from outside a Mojo (i.e. a Just IMO, it would be better if your TestCase's had no knowledge of Maven or the execution environment they're running in. Personally, I would locate

RE: eclipse:m2eclipse

2007-07-13 Thread Timothy Reilly
at I've been using for > probably 6 months now, without much trouble...you might see if that > fits your needs, I'll give it whirl - I am sure this is what I was looking for. Thanks for point it out to me. > and I'll bookmark that MECLIPSE issue for follow up. >&g

eclipse:m2eclipse

2007-07-12 Thread Timothy Reilly
I was thinking about the need for m2eclipse support in the maven eclipse mojo. I was starting to think of what changes might be needed and how a different goal eclipse:m2eclipse (or such) might be used. Anyhow, I thought to first checkout jira and see what's been proposed in the past and I found

Question regarding 2.1 Versioning

2007-06-26 Thread Timothy Reilly
I just read: http://docs.codehaus.org/display/MAVEN/Versioning Nice document btw, well thought out. I have a curiosity question...Under: Make version handling pluggable Is this saying I would have to define version schemas using a xsd/schema, or is it saying the versionScheme artifact is a java a

Plugin parameter missing

2007-05-29 Thread Timothy Reilly
I'm not sure how to tell what happened, or if this is intended behavior / keywords in plugin parameters? Within my FoobarMojo I declare: /** * @parameter expression="${ws.config.root" default-value="${was.home}/config" */ protected String wsConfigRoot And when I run mvn -X FoobarMojo:co

RE: Settings Variable expansion

2007-05-23 Thread Timothy Reilly
an activated profile?) > -Original Message- > From: Timothy Reilly > Sent: Tuesday, May 22, 2007 5:21 PM > To: [EMAIL PROTECTED] > Subject: Settings Variable expansion > > Based on this information > http://maven.apache.org/settings.html > <http://

RE: [proposal] Donation of Aardvark to Maven

2007-05-21 Thread Timothy Reilly
>>> I'm looking for others that are interested in working with or using >>> this - thoughts? I would be interested using the dependency discovery from md5 feature (currently have a need for this.) - To unsubscribe, e-mail: [

RE: Cataloging the maven xsds

2007-05-18 Thread Timothy Reilly
Max, that works - I'm happily using syntax completion in my pom's etc now. Thank you for the example! > Max Bowsher wrote: > Sent: Thu 5/17/2007 7:34 PM > To: Maven Developers List > Subject: Re: Cataloging the maven xsds > I took a guess, and created a "central.xml" file, and pointed Eclipse at

Cataloging the maven xsds

2007-05-17 Thread Timothy Reilly
Just an observation but when I attempt to add the maven 2 XSD's to the XML Catalog within Eclipse I have issues with the key to use. This is due to the fact that both settings xsd and project xsd's share the same target namespace. The key may be Namespace Name or Schema Location - in both cases

mvn bat uses %HOME%

2007-05-17 Thread Timothy Reilly
Can anyone tell me if the %HOME% reference in the mvn .bat is purposefully not set to %HOMEDRIVE%%HOMEPATH%? I had to add this to mine in order for mavenrc_pre.bat to run: if "%HOME%" == "" (set HOME=%HOMEDRIVE%%HOMEPATH%) @REM Execute a user defined script before this one if exist "%HOME%\m