Is it possible to have a shared component descriptor?

2010-09-28 Thread Michael Delaney
All, I have a set of files that I'd like included in all of our applications assembled artifact. Rather then having the XML copy and pasted in multiple locations I was wondering if I could there was a way to setup a shared component descriptor? I realize I could add a dependency on the

Re: Is it possible to have a shared component descriptor?

2010-09-28 Thread Michael Delaney
Ah, I forgot about the remote resources plugin. Thanks for the idea. I'll look into that. On 9/28/2010 10:39 AM, Anders Hammar wrote: Maybe this: http://maven.apache.org/plugins/maven-remote-resources-plugin/ /Anders On Tue, Sep 28, 2010 at 16:24, Michael

Maven war plugin adds some dependencies with unique timestamp.

2010-09-22 Thread Michael Delaney
All, I have a war project that is coping some dependency artifacts to WEB-INF/lib with the unique time stamp version (i.e. myProject-1.0.0-20100920.110440-99.jar). I'd like to have the project copy the artifact with the simple version (i.e. myProject-1.0.0-SNAPSHOT.jar). I was looking at

webResources not copied during build on UNIX.

2010-06-25 Thread Michael Delaney
All, I have a war project (by this I mean packaging type is 'war') that, in the maven-war-plugin, I'm defining some web resources (see snipped below). During a build on Windows the resources specified in the 'webResources' tag are copied over but during a build on UNIX (most explicitly

Re: [ANN] Maven Project Info Reports Plugin 2.2 Released

2010-05-20 Thread Michael Delaney
I'm using Maven 2.2.1 and didn't upgrade to the new version of the project info reports and all of my site calls are broken with the same issue. On 5/20/2010 3:37 PM, Kalle Korhonen wrote: Thanks! I tried 2.2 with the site plugin (2.1), but I'm getting: [INFO] Trace

Re: Attached files not getting unique identifier when deployed

2010-05-04 Thread Michael Delaney
work. Maybe someone else can say... -Marshall On 5/4/2010 8:30 AM, Michael Delaney wrote: Sure. Please see the attached pom file. I do have a parent defined but it's there just to define release profiles as well as version information. No additional configuration (for the maven-jar-plugin

Re: Attached files not getting unique identifier when deployed

2010-05-04 Thread Michael Delaney
can avoid creating two jars from a single project, that didn't feel right. Thanks for all your help, Marshall. On 5/4/2010 4:36 PM, Marshall Schor wrote: On 5/4/2010 3:31 PM, Michael Delaney wrote: I tried this and the deployed jars still lacks the unique time stamp identifier

Attached files not getting unique identifier when deployed

2010-05-03 Thread Michael Delaney
All, I have a simple maven project that generates a jar file; with the classifier 'config'. When I call the 'deploy' phase, the pom file is uploaded with unique identifier (as expected) but the jar file is not (see examples below); the maven metadata is updated with the timestamp as well.

Re: Activated profile on the existence of a file.

2010-04-02 Thread Michael Delaney
Opps, I knew I forgot something. I'm using Maven 2.2.1 On 4/2/2010 10:46 AM, Maven User wrote: What version of m2 are you using? On Thu, Apr 1, 2010 at 8:58 PM, Michael Delaneymdela...@upromise.comwrote: All, I have a parent pom, where I'm activating a profile based on the existence of

Activated profile on the existence of a file.

2010-04-01 Thread Michael Delaney
All, I have a parent pom, where I'm activating a profile based on the existence of the directory 'src/main/java'. I then have a multi module build where the children depend on the aforementioned parent pom. When I build the modules using an aggregator pom, the profile isn't activated

Setting up mirrors

2010-03-08 Thread Michael Delaney
All, Using Maven 2.2.1, I'm trying to setup (in the $M2_HOME/conf/settings.xml file) some mirrors. Looking at the documentation (http://maven.apache.org/guides/mini/guide-mirror-settings.html) for 2.2.1, it says that, in the mirrorOf tag, I can set repository includes and repository

Showing pom files in dependency tree.

2009-10-05 Thread Michael Delaney
All, I'm trying to diagnose an odd problem. The problem is on *some*, but not all, machines, one of our projects is trying to download an old retired snapshot build. I can't reproduce this locally but I can on our CI server. I checked the pom (top-level and parents) and check for this

Re: AW: Showing pom files in dependency tree.

2009-10-05 Thread Michael Delaney
), in which the false artifact is found? Maybe there are some legacy artifacts in it, which in return have dependencies on others and so on. -Ursprüngliche Nachricht- Von: Michael Delaney [mailto:mdela...@upromise.com] Gesendet: Montag, 5. Oktober 2009 16:56 An: users@maven.apache.org

Re: Showing pom files in dependency tree.

2009-10-05 Thread Michael Delaney
I just did that and no major differences. There were some differences but they were expected; location of the local repository and user name (those were the only two). Jörg Schaible wrote: Michael Delaney wrote at Montag, 5. Oktober 2009 16:55: All, I'm trying to diagnose an odd problem

Re: Showing pom files in dependency tree.

2009-10-05 Thread Michael Delaney
: Michael Delaney [mailto:mdela...@upromise.com] Sent: Monday, October 05, 2009 10:57 AM To: Maven Users List Subject: Re: Showing pom files in dependency tree. I just did that and no major differences. There were some differences but they were expected; location of the local repository and user

RE: possible bug in maven antrun plugin

2008-09-16 Thread Michael Delaney
My apologies. This seems to have been resolved in maven-antrun-plugin version 1.2 From: Michael Delaney [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2008 10:07 AM To: Maven Users List Subject: possible bug in maven antrun plugin While trying

Error while executing Maven javadoc

2008-08-11 Thread Michael Delaney
All, There seems to have been a new maven Javadoc plug-in uploaded that is causing some issues on our side. Is anyone else seeing this issue? We are using Maven 2.0.9 and this is encountered during the call 'mvn site install' [ Console Errors ] Downloading:

RE: Building Maven2

2008-06-16 Thread Michael Delaney
? This may also be a line delimiter problem or other wired stuff ... LieGrü, strub --- Michael Delaney [EMAIL PROTECTED] schrieb am Fr, 13.6.2008: Von: Michael Delaney [EMAIL PROTECTED] Betreff: RE: Building Maven2 An: Maven Users List users@maven.apache.org Datum: Freitag, 13

RE: Building Maven2

2008-06-13 Thread Michael Delaney
correctly installed. Also, if you can forward the apache link you are talking about (where you got the example), I can look into that. Thanks Regards, Ram On 6/12/08, Michael Delaney [EMAIL PROTECTED] wrote: All, I am trying to build Maven 2.0.9 from the source, as found on the Apache site. I

RE: Building Maven2

2008-06-13 Thread Michael Delaney
To: Maven Users List Subject: Re: Building Maven2 If you don't mind me asking, why are you trying to build Maven? Just for fun; because corporate says we have to be able to build everything (including our tools) from scratch; some other reason; etc? Wayne On 6/13/08, Michael Delaney [EMAIL

Building Maven2

2008-06-12 Thread Michael Delaney
All, I am trying to build Maven 2.0.9 from the source, as found on the Apache site. I went through the necessary steps of setting M2_HOME to a valid name (M2_HOME=c:\tmp\apache-maven-2.0.9) and adding M2_HOME to my windows path (PATH=%M2_HOME%\bin;%PATH%) as per the documentation. However,

RE: Release plugin questions

2008-06-11 Thread Michael Delaney
-Original Message- From: Michael Delaney [mailto:[EMAIL PROTECTED] Sent: 10 June 2008 17:01 To: Maven Users List Subject: RE: Release plugin questions Sorry, I am still getting the same error when I add that to the pom.xml file. -Original Message- From: Bracewell, Robert [mailto:[EMAIL

RE: Release plugin questions

2008-06-11 Thread Michael Delaney
computer. If not we have to add them ;) txs, strub --- Michael Delaney [EMAIL PROTECTED] schrieb am Mi, 11.6.2008: Von: Michael Delaney [EMAIL PROTECTED] Betreff: RE: Release plugin questions An: Maven Users List users@maven.apache.org Datum: Mittwoch, 11. Juni 2008, 17:45 I executed

Release plugin questions

2008-06-10 Thread Michael Delaney
All, I am trying to evaluate the maven-release-plugin (version 2.0-beta-7) and I can't seem to get it to work flawlessly. Here is my scenario: I have a single library/artifact that has zero dependencies. The current version is set to 1.2-SNAPSHOT in the pom.xml file (see below for XML

RE: Release plugin questions

2008-06-10 Thread Michael Delaney
Delaney [EMAIL PROTECTED] schrieb am Di, 10.6.2008: Von: Michael Delaney [EMAIL PROTECTED] Betreff: Release plugin questions An: Maven Users List users@maven.apache.org Datum: Dienstag, 10. Juni 2008, 15:29 All, I am trying to evaluate the maven-release-plugin (version 2.0-beta-7

RE: Release plugin questions

2008-06-10 Thread Michael Delaney
., !-- P4 Location -- scm connectionscm:perforce:localhost:1666://depot/sandboxes/mdelaney/utils/connection developerConnectionscm:perforce:localhost:1666://depot/sandboxes/mdelaney/utils/developerConnection /scm -Original Message- From: Michael Delaney [mailto:[EMAIL

RE: Upgrading Maven 2.0.5 - 2.0.9

2008-05-28 Thread Michael Delaney
Subject: RE: Upgrading Maven 2.0.5 - 2.0.9 Can you show the full output of running the command from the CLI? -Original Message- From: Michael Delaney [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2008 4:41 PM To: Maven Users List Subject: Upgrading Maven 2.0.5 - 2.0.9 All, I am

RE: Upgrading Maven 2.0.5 - 2.0.9

2008-05-28 Thread Michael Delaney
, and neither seems to be a *change* that upgrading maven will introduce. Instead they appear to be issues that your code has always had. Regards, Simon Michael Delaney schrieb: Brian, Sure ... please see the text below. [INFO] Scanning for projects... [INFO] Searching repository

Upgrading Maven 2.0.5 - 2.0.9

2008-05-27 Thread Michael Delaney
All, I am testing out upgrading from Maven 2.0.5 to 2.0.9, I was reading documentation that said that there were some dependency sanity checks one should do before upgrading to the latest version of Maven from 2.0.6 or earlier (the page I am referring to is located at

Maven stalls while scanning for projects

2008-05-06 Thread Michael Delaney
All, While trying to execute a maven goal install against a project, sometimes I see the behavior where it starts to scan for projects, within the project I am building, and the java process consumes 100% of my CPU resources for hours, where it should take seconds. Does anyone know why this

RE: Maven stalls while scanning for projects

2008-05-06 Thread Michael Delaney
To: Maven Users List Subject: RE: Maven stalls while scanning for projects Try running with -X to see if it's spinning in a loop somewhere. -Original Message- From: Michael Delaney [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 06, 2008 8:07 AM To: users@maven.apache.org Subject: Maven