Maven plugin for WebSphere 6.x

2007-07-25 Thread robert . egan
not 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

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-antrun-plugin

2007-08-15 Thread robert . egan
} !-- runs even if i change to unless -- echoEcho here/echo /tasks /configuration goals goalrun/goal /goals /execution /executions /plugin /plugins Robert Egan This email message and any attachments may contain confidential

manifest classpath

2007-08-16 Thread robert . egan
. 0.1mrel-ri/rowset.jar lib/jdom/jdom-1.0/jdom.jar lib/rsa/authapi.jar lib/apache/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

Date and time processing

2007-08-16 Thread robert . egan
... Build-Time${now}/Build-Time ... /manifestEntries /archive /configuration /plugin 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

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 users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: manifest

Dependency management

2007-08-21 Thread robert . egan
dependency 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 transmission

Re: Dependency management

2007-08-21 Thread robert . egan
didn't think dependency management was the answer either. I'll have to port our home grown system to a plugin at some point, or convince management to re-engineer the build process. Thanks again, Robert Egan This email message and any attachments may contain confidential, proprietary or non

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 PROTECTED

Re: Dependency management

2007-08-21 Thread robert . egan
several dozen artifacts with numerous dependencies similar to the above. Also, I am willing 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

Re: Dependency management

2007-08-21 Thread robert . egan
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 sender immediately

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 properties super.artifactId${artifactId}super.artifactId /properties Roland Asmann [EMAIL PROTECTED]

patching maven-jar-plugin

2007-09-19 Thread robert . egan
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, proprietary or non-public information

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=178local=yquery=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 the

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

patching maven-jar-plugin

2007-09-24 Thread robert . egan
scopetest/scope /dependency /dependencies /project 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

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

starteam provider

2007-09-26 Thread robert . egan
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 has misdirected this email

Re: starteam provider

2007-09-26 Thread robert . egan
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 confidential, proprietary or non-public information. The information is intended solely

Unusual error from JavaMojoDescriptorExtractor

2007-10-01 Thread robert . egan
(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 This email message and any attachments may

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 on 10/01/2007

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

Re: Build plugin without using it

2007-10-04 Thread robert . egan
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 for packaging type maven-plugin without actually executing the plugin? Just 'mvn install' should work

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: On 10/4/07, [EMAIL PROTECTED] [EMAIL

exec-maven-plugin

2007-10-04 Thread robert . egan
I am using the exec-maven-plugin to manipulate some classes and the exec fails. plugin groupIdorg.codehaus.mojo/groupId artifactIdexec-maven-plugin/artifactId executions execution phaseprocess-classes/phase goals

Re: exec-maven-plugin

2007-10-05 Thread robert . egan
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 addressing or transmission error has misdirected this email, please notify

Re: Build plugin without using it

2007-10-05 Thread robert . egan
and 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

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 Egan jimpo

WAR confusion

2008-01-23 Thread robert . egan
/configuration /plugin 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 sender

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

MJAR-90 and empty jar files

2008-01-24 Thread robert . egan
way? 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 sender immediately

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/24, [EMAIL PROTECTED] [EMAIL

Repeating resource collections

2008-01-25 Thread robert . egan
in Maven? 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 sender

Resource collections and -X mode

2008-01-25 Thread robert . egan
11:38 PM38,631 web.xml 08/22/2003 05:51 AM 405 weblogic.xml 4 File(s) 52,259 bytes Yet, mainWeb.jsp is just not getting copied. Thanks Robert Egan This email message and any attachments may contain confidential, proprietary or non-public

Re: Resource collections and -X mode

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

discuss: module paths

2008-02-08 Thread robert . egan
-- modules module${root.dir}/module1/sub-module1/artifact1a/module module${root.dir}/module1/sub-module1/artifact1b/module /modules Thanks Robert Egan This email message and any attachments may contain confidential, proprietary or non-public information. The information is intended solely

exec-maven-plugin exec:java question

2008-02-18 Thread robert . egan
exec:exec to 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

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 control

Re: maven-jar-plugin question

2008-03-01 Thread robert . egan
. 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 information is intended solely for the designated recipient(s). If an addressing or transmission error has

scm reference works?

2008-03-05 Thread robert . egan
/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 email, please notify the sender

Re: scm reference works?

2008-03-05 Thread robert . egan
. 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 provider plugin seems to be very exacting in what it expects for configuration parameters (i.e. their content

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 packagingjar/packaging don't change any

Multi module questions

2008-03-07 Thread robert . egan
) Is this 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

Logging

2008-03-13 Thread robert . egan
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 misdirected this email, please

Re: Logging

2008-03-14 Thread robert . egan
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/shell script programming. I don't know how

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

Re: Large number of dependencies

2007-07-20 Thread robert . egan
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 this email, please

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, proprietary or non

RE: deleting things out of a repository

2008-03-31 Thread robert . egan
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's just repo1, what about people managing their own repositories

Remote file copy

2008-04-09 Thread robert . egan
be 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: 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 [EMAIL PROTECTED] wrote on 05/05/2008 09:23:17 AM: Hi all

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. [ ] Our team

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: 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 joerg.schai...@gmx.dewrote: Robert Egan wrote: I have written a ContainerDescriptorHandler plugin

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: module question

2012-04-17 Thread Robert Egan
, 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 robert.e...@aciworldwide.com wrote: I have a POM hat works correctly when it is the 'root' POM but fails to resolve a dependency when it is invoked

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 wayne...@gmail.com 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

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 wayne...@gmail.com wrote: I suppose I will have to figure out a way to

Some basic questions about the Starteam provider

2007-09-26 Thread robert . egan
? 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 sender