Re: Assembly plugin plugin

2012-04-18 Thread Robert Egan
The latter. There is indeed a 'root' module with a pluginManagement section. I do not control its content directly, I can ask that the my assembly plugin be added there. Thanks On Tue, Apr 17, 2012 at 11:39 PM, Wayne Fay wrote: > > I suppose I will have to figure out a way to make sure mine ge

Re: module question

2012-04-17 Thread Robert Egan
Thanks But that's not my decision to make. On Tue, Apr 17, 2012 at 9:38 PM, Wayne Fay wrote: > > The real answer is that in the multi-module project, someone calls the > > 'standard' assembly plugin before I do (there are many other EARs, WARs > and > > JARs in the build). So it is the one in

Re: module question

2012-04-17 Thread Robert Egan
build output, > not to mention pom files themselves, would help a lot to better diagnose > root cause. > > Regards, > Stevo. > On Apr 18, 2012 1:17 AM, "Robert Egan" > wrote: > > > I have a POM hat works correctly when it is the 'root' POM but fails to

module question

2012-04-17 Thread Robert Egan
I have a POM hat works correctly when it is the 'root' POM but fails to resolve a dependency when it is invoked as a module from another POM. How does one go about resolving an issue like this?

Re: Assembly plugin plugin

2012-04-17 Thread Robert Egan
M2. I suppose I will have to figure out a way to make sure mine gets loaded first. Are there any tricks out there for fooling the reactor? On Tue, Apr 17, 2012 at 5:58 PM, Jörg Schaible wrote: > Robert Egan wrote: > > > I have written a ContainerDescriptorHandler plugin for the Ma

Assembly plugin plugin

2012-04-17 Thread Robert Egan
I have written a ContainerDescriptorHandler plugin for the Maven assembly plugin. It works when the module that uses it is built 'standalone'. When the module is built as part of a large multi-module project I see either [INFO] : org.apache.maven.plugin.assembly.model.Assembly@13579e0 Assembly is

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread robert . egan
We use HTTP. > Hi, > > I'm just trying to get some data on what protocol is used to retrieve > artifacts. This question strictly relates to what you use for > retrieval. Most people I have seen use a web server or a shared > network drive, but I'd like to get some feedback. > > [ ] Ou

Re: maven2 was plugin

2008-05-05 Thread robert . egan
You must use the plugin on a machine where Websphere is installed, but you can deploy TO any machine running websphere by setting the configuration parameters of "host", "port","username" and "password". Robert Egan "Guillaume Boucherie" &l

Remote file copy

2008-04-09 Thread robert . egan
best suited for this task? Thanks Robert Egan This email message and any attachments may contain confidential, proprietary or non-public information. The information is intended solely for the designated recipient(s). If an addressing or transmission error has misdirected this email, please

RE: deleting things out of a repository

2008-03-31 Thread robert . egan
eem like a plausible answer? Robert Egan "EJ Ciramella" <[EMAIL PROTECTED]> wrote on 03/31/2008 01:29:56 PM: > Pretend for a moment maven will still be in use in 10 years - you > will truly keep around something generated today? > > Additionally, that'

Re: Logging

2008-03-14 Thread robert . egan
tom plexus component to add that capability. I've filed such a request in JIRA [MNG-3463]. Perhaps it will make it into 2.1. Robert Egan "Wayne Fay" <[EMAIL PROTECTED]> wrote on 03/13/2008 03:13:01 PM: > Edit mvn.bat and redirect output somewhere using normal batch > file/s

Logging

2008-03-13 Thread robert . egan
anyone point me in the right direction? Thanks Robert Egan This email message and any attachments may contain confidential, proprietary or non-public information. The information is intended solely for the designated recipient(s). If an addressing or transmission error has misdirecte

Multi module questions

2008-03-07 Thread robert . egan
the correct behavior or am I doing something wrong and 2) If I want to propogate scm:update to my submodules, how would I do it? Thanks Robert Egan -- This email message and any attachments may contain confidential, proprietary or non-public information. The information is intended solely for

Re: override a goal within a phase

2008-03-06 Thread robert . egan
"jar" is the default value, so simply deleting the element is insufficient. You must actually change the value to something else, like "pom". Robert Egan Paolo Casarini <[EMAIL PROTECTED]> wrote on 03/06/2008 10:54:15 AM: > > I don't know... erasing j

Re: scm reference works?

2008-03-05 Thread robert . egan
quot; onto the difference between checkout and update, and I'd like to shorten it this time around. Thanks again, Robert Egan Previously, I wrote on 03/05/2008 09:59:24 AM: > I have written my own scm provider for the scm plugin and I am now trying > to use it. Unfortunately, the scm

scm reference works?

2008-03-05 Thread robert . egan
e for any links to scm manuals/tutorials. Robert Egan This email message and any attachments may contain confidential, proprietary or non-public information. The information is intended solely for the designated recipient(s). If an addressing or transmission error has misdirected this e

Re: maven-jar-plugin question

2008-03-01 Thread robert . egan
add an empty file to the generate-resources phase, and another one to remove it in the verify phase. Thanks for the rapid response, especially on a Saturday night! Robert Egan -- This email message and any attachments may contain confidential, proprietary or non-public information. The in

maven-jar-plugin question

2008-03-01 Thread robert . egan
resolve it? The reason this is an issue is that it needs to construct an empty jar, which was disallowed in 2.2. Thanks Robert Egan PS: I'm not allowed to put an empty file in the jar, as has previously been suggested. The reasons are political, not programmatic, and quite out of my co

exec-maven-plugin exec:java question

2008-02-18 Thread robert . egan
change VM parameters, so that would seem to not be the case. Hence, my confusion. Thanks, Robert Egan This email message and any attachments may contain confidential, proprietary or non-public information. The information is intended solely for the designated recipient(s). If an add

discuss: module paths

2008-02-08 Thread robert . egan
act1b Thanks Robert Egan This email message and any attachments may contain confidential, proprietary or non-public information. The information is intended solely for the designated recipient(s). If an addressing or transmission error has misdirected this email, please notify the s

Re: Resource collections and -X mode

2008-01-28 Thread robert . egan
capabilities of the element. Robert Egan [EMAIL PROTECTED] wrote on 01/25/2008 02:59:05 PM: > Is there any way for -X to expand my elements in > resources:resources? They look right, but for some reason they're not > working, and the debug information (as shown) is somewhat le

Resource collections and -X mode

2008-01-25 Thread robert . egan
not getting copied. Thanks Robert Egan This email message and any attachments may contain confidential, proprietary or non-public information. The information is intended solely for the designated recipient(s). If an addressing or transmission error has misdirected this email, please notify the send

Repeating resource collections

2008-01-25 Thread robert . egan
As I continue to move our Ant build to Maven artifacts, I have found myself repeating collections, particularly the and criteria. In ant, such duplication would be eliminated by defining FileSets and referencing them throughout the build. Is there any equivalent in Maven? Robert Egan

Re: MJAR-90 and empty jar files

2008-01-24 Thread robert . egan
That would create the jar, but it would not be physically empty, only functionally empty. Robert Egan [EMAIL PROTECTED] wrote on 01/24/2008 07:44:36 AM: > Hi, > Should work with adding a dummy/empty resource file in src/main/resources. > > -- > Olivier > > 2008/1

MJAR-90 and empty jar files

2008-01-24 Thread robert . egan
ement, not programmatic, decision) to produce a few empty jars in my build. I had hoped the configuration option would do the trick, but it doesn't. Since the jars are empty I do not need any 2.2 specific functionality, so I can force 2.1 using as a workaround. Is there a cleaner way? Ro

Re: WAR confusion

2008-01-23 Thread robert . egan
Yes, that was it. Thanks very much. Robert Egan This email message and any attachments may contain confidential, proprietary or non-public information. The information is intended solely for the designated recipient(s). If an addressing or transmission error has misdirected this email

WAR confusion

2008-01-23 Thread robert . egan
insight, here is the relevant pom.xml section maven-war-plugin src/web false src/web **/*.jsp **/*.jsf WEB-INF/ **/test/ WEB-INF/lib/ Rober

Re: Deploying war to 2 different containers at the same time

2007-10-30 Thread robert . egan
Amen to that. I've gotten so frustrated at the lack of basic file support that I've written my own plugin for such elementary goals as file:create file:mkdir file:copy file:move file:append file:delete file:rmdir Robert Eg

Re: exec-maven-plugin

2007-10-05 Thread robert . egan
#x27;ll have to enhance my plugin to include some kind of EXIT command in the single bat. Thanks again Robert Egan This email message and any attachments may contain confidential, proprietary or non-public information. The information is intended solely for the designated recipient(s). If an ad

Re: Build plugin without using it

2007-10-05 Thread robert . egan
nd simplifies my life quite a bit. Why isn't this essential tidbit mentioned on any of the plugin how-to pages, or did I just miss it? Robert Egan This email message and any attachments may contain confidential, proprietary or non-public information. The information is intended solely fo

exec-maven-plugin

2007-10-04 Thread robert . egan
I am using the exec-maven-plugin to manipulate some classes and the exec fails. org.codehaus.mojo exec-maven-plugin process-classes exec ${ejbdeploy.output}

Re: Build plugin without using it

2007-10-04 Thread robert . egan
how does one have an "abstract" parent pom. I gather, based on a Nabble search, that it involves profiles in some manner. So I'll just wait on it for now. Thanks again for the help Robert Egan "Wendy Smoak" <[EMAIL PROTECTED]> wrote on 10/04/2007 02:59:29 PM:

Re: Build plugin without using it

2007-10-04 Thread robert . egan
I stumbled across a previously untried combination of elements? Thanks Robert Egan "Wendy Smoak" <[EMAIL PROTECTED]> wrote on 10/04/2007 02:59:29 PM: > On 10/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > How does one go about calling mvn install

Build plugin without using it

2007-10-04 Thread robert . egan
How does one go about calling mvn install for packaging type maven-plugin without actually executing the plugin? I only want to install it. I want others to actually use it. This email message and any attachments may contain confidential, proprietary or non-public information. The information

Re: Unusual error from JavaMojoDescriptorExtractor

2007-10-01 Thread robert . egan
Double oops. Apparently I've left my good typing hands at home :). The real error was here for (int i = 0; i < files.length; i++)// Forget the brace resulting in a missing right hand brace at the end of the file. Sorry about that. Robert Egan [EMAIL PROTECTED] wrote

Unusual error from JavaMojoDescriptorExtractor

2007-10-01 Thread robert . egan
.invoke(Method.java:391) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Robert Egan Thi

Re: starteam provider

2007-09-26 Thread robert . egan
ed that flaw > (seems likely, since Ant never bothered to correct it) and perhaps > submit our override as an enhancement, since I am certainly going to > implement it myself anyway. > > Regards, > Robert Egan > > This email message and any attachments may contain co

starteam provider

2007-09-26 Thread robert . egan
ent, since I am certainly going to implement it myself anyway. Regards, Robert Egan This email message and any attachments may contain confidential, proprietary or non-public information. The information is intended solely for the designated recipient(s). If an addressing or transmission error h

maven-scm-provider-starteam

2007-09-25 Thread robert . egan
It is not entirely clear from the site documentation how you checkout by label (although the scmVersion and scmVersionType look like good candidates), or is this an area still requiring development? If so, I will create a request in JIRA and even begin working on it. Thanks Robert Egan This

patching maven-jar-plugin

2007-09-24 Thread robert . egan
commons-lang 2.1 org.apache.maven.shared maven-plugin-testing-harness 1.0-beta-1 test Robert Egan This email message and any attachments may contain confidential, proprietary or non-public information. The information is intended solely for

Re: Excluding files from a jar

2007-09-21 Thread robert . egan
Here's a technique I received just the other day. I haven't done it yet, because the Maven port has been moved down my priority list by senior management, but it should work > Here's how I patch Maven jars: > download the code from svn > apply patch > modify pom to add -mycompany to version nu

Re: Excluding files from a jar

2007-09-21 Thread robert . egan
Known issue. check out these links. http://www.nabble.com/forum/Search.jtp?forum=178&local=y&query=MJAR-30 (previous discussion) http://jira.codehaus.org/browse/MJAR-30 (patch) Mark Eramo <[EMAIL PROTECTED]> wrote on 09/21/2007 01:44:57 PM: > I have been trying to exclude certain files from th

patching maven-jar-plugin

2007-09-19 Thread robert . egan
do? The patch is already in jira (MJAR-30) so it's likely to be rolled up eventually, but I'd prefer not to wait. Please note that I do not use any tools, just maven from the command line. Thanks Robert Egan This email message and any attachments may contain confidential,

Re: Is there a property for parent directory?

2007-09-11 Thread robert . egan
Is this ${parent} property generally available, i.e. ${parent.artifactId}, etc It would help me refactor a number of places where I use something similar to this in a parent POM ${artifactId} Roland Asmann <[EMAIL PROTECTED]> wrote on 09/11/2007 06:49:55 AM: > Yes there is: ${pare

Re: Dependency management

2007-08-21 Thread robert . egan
u can do "mvn clean install" from /base/artifact3/ you will not be > > allowed to do it from /base, because the reactor won't let you visit > > artifact1 and artifact2 twice. > > > > This is a very simplified example. Our build contains several dozen >

Re: Dependency management

2007-08-21 Thread robert . egan
ng to live with the fact that this may not be the best design and that it may be easier to re-engineer the build, if that is your recommendation. Thanks again Robert Egan This email message and any attachments may contain confidential, proprietary or non-public information. The information is

Re: Dependency management

2007-08-21 Thread robert . egan
I'd like to thank you again for taking time to work with me on this. I have been asked to address a production problem for now but I will attempt to post a concrete example from home this evening or no later than tomorrow morning (my TZ is GMT +5). Robert Egan Tim Kettler <[EMAIL P

Re: Dependency management

2007-08-21 Thread robert . egan
ngs us back to that start of this message. > > > I'm not understanding what you want to do. Is what behavior possible? Making > the reactor build a project twice? If that is your question, then no. > Thanks for the explanation. I didn't think dependency management was the ans

Dependency management

2007-08-21 Thread robert . egan
pendency management, which brings us back to that start of this message. Thanks Robert Egan This email message and any attachments may contain confidential, proprietary or non-public information. The information is intended solely for the designated recipient(s). If an addressing or tran

Re: manifest classpath

2007-08-16 Thread robert . egan
The former, and thanks for the link. I'll bring the issue there (if it hasn't been raised already). Robert Egan "Wayne Fay" <[EMAIL PROTECTED]> 16-Aug-2007 11:27 AM Please respond to "Maven Users List" To "Maven Users List" cc Subject Re:

Date and time processing

2007-08-16 Thread robert . egan
Does Maven or one of it's plugins support date/time stamping? In particular, I'd like to add the build date to my Manifests with something like org.apache.maven.plugins maven-jar-plugin ... ${now} ... Thanks Robert Egan

manifest classpath

2007-08-16 Thread robert . egan
che/log4j/log4j-1.2.8.jar So I'm sure you can see why I'd like the former approach. Any ideas would be welcome. Thanks Robert Egan This email message and any attachments may contain confidential, proprietary or non-public information. The information is intended solely for the des

maven-antrun-plugin

2007-08-15 Thread robert . egan
Do the if and/or unless attributes of the element actually work? It seems that my ant code gets run no matter what. maven-antrun-plugin install Echo here run Robert Egan

Maven Wagon

2007-08-01 Thread robert . egan
Is there additional information on Wagon besides http://maven.apache.org/wagon ? This email message and any attachments may contain confidential, proprietary or non-public information. The information is intended solely for the designated recipient(s). If an addressing or transmission error

Maven plugin for WebSphere 6.x

2007-07-25 Thread robert . egan
ot to participate in Open Source any more? Thanks Robert Egan This email message and any attachments may contain confidential, proprietary or non-public information. The information is intended solely for the designated recipient(s). If an addressing or transmission error has misdirected

Re: Large number of dependencies

2007-07-20 Thread robert . egan
Yes, that's done it. I prefer this approach because it brings the handling of third party jars in line with the ones we've created ourselves, instead of being a special case. Thanks again! Robert Egan This email message and any attachments may contain confidential, propriet

Re: Large number of dependencies

2007-07-20 Thread robert . egan
s R&D). Thanks anyway for taking the time to answer. Robert Egan This email message and any attachments may contain confidential, proprietary or non-public information. The information is intended solely for the designated recipient(s). If an addressing or transmission error has misdirected

Large number of dependencies

2007-07-20 Thread robert . egan
I've just begun implementing maven into our build process. I have some artifacts with a large number of dependencies. ibm\websphere\j2ee\6.0.2\j2ee-6.0.2.jar ibm\websphere\runtime\6.0.2\runtime-6.0.2.jar ibm\websphere\rsadaptercci\6.0.2\rsadaptercci-6.0.2.jar ibm\websphere\rsadapterspi\6.0.2\rsad