RE: multi-module bootstrap/release in a flat directory hierarchy (using ClearCase)

2008-02-13 Thread Barrett Nuzum
http://jira.codehaus.org/browse/MRELEASE-225 Barrett Barrett Nuzum Sr. Consultant [EMAIL PROTECTED] Mobile: 918-640-4414 Valtech 5080 Spectrum Drive, Ste 700W Addison, TX 75001 USA Tel: 972-789-1200 Fax: 972-789-1340 www.valtech.us

RE: How to debug transitive dependencies

2008-02-05 Thread Barrett Nuzum
Alternatively, you can use the new dependency:tree goal with the 2.0 version of the dependency plugin. mvn org.apache.maven.plugins:maven-dependency-plugin:2.0:tree It seems to be the simplest and most available option. (Thanks, Brian!) Barrett Nuzum Sr. Consultant [EMAIL PROTECTED] Mobile

RE: Disk Space Optimization with Snapshots

2008-01-15 Thread Barrett Nuzum
Robert: We use a combination of distributionManagement snapshotRepository uniqueVersionfalse/uniqueVersion /snapshotRepository /distributionManagement and Archiva. Both have worked well for us. Barrett Barrett Nuzum Sr. Consultant [EMAIL PROTECTED] Mobile: 918-640-4414

RE: Dependency versions in large multi-projects multi-modules environment

2008-01-07 Thread Barrett Nuzum
Guillaume: At one of our clients, we had a very similar situation. We opted to go with option #1, below. It *is* a bit of a maintenance burden, but it's far more reliable and explicit than any alternatives. Barrett :: Barrett Nuzum Sr. Consultant Direct: 918.640.4414 Fax: 972.789.1340

RE: Where is crimson-1.1.3 dependency coming from?

2007-09-28 Thread Barrett Nuzum
Blake: Analyzing the Project Site Dependency report or running dependency:tree (if available :( ) should be able to tell you which dependency is causing crimson to be included. Barrett :: Barrett Nuzum Sr. Consultant Direct: 918.640.4414 Fax: 972.789.1340 Valtech Technologies, Inc

RE: how NOT to include any lib (dependencies) in the WAR ?

2007-09-18 Thread Barrett Nuzum
these Skinny WARs. Note on that page, it says that it's decidedly broken with the 2.0 release of the war-plugin. That might be your problem. Barrett :: Barrett Nuzum Sr. Consultant Direct: 918.640.4414 Fax: 972.789.1340 Valtech Technologies, Inc. 5080 Spectrum Drive Suite 700 West Addison

RE: Profile activation - release

2007-07-17 Thread Barrett Nuzum
the -Pprofile-id argument activates profile-id when the release:* goals are run. Steve Barrett Nuzum wrote: Hi everyone. I have a plugin that needs to be executed in two different configurations. One configuration is for when being released with the release plugin only. Another is for all other

Profile activation - release

2007-07-16 Thread Barrett Nuzum
name!someProperty [...] profile id2/id activation property namesomeProperty Any suggestions? Barrett :: Barrett Nuzum Consultant, Skill Development Direct: 918.640.4414 Fax: 972.789.1340 Valtech Technologies, Inc. 5080

RE: Surefire classpath issues

2007-06-20 Thread Barrett Nuzum
Randall: Surefire seems to have a number of issues because of it's dedicated Resource and Class loaders. I believe the best practice here is to make an example project and submit a bug to codehaus. I've had to do so. http://jira.codehaus.org/browse/SUREFIRE-340 Barrett :: Barrett

RE: profile and distributionmanagement

2007-06-19 Thread Barrett Nuzum
/properties [] pom.xml distributionManagement repository [...] url${my.deploy.path/url /repository Hope that helps. Barrett :: Barrett Nuzum Consultant, Skill Development Direct: 918.640.4414 Fax: 972.789.1340 Valtech Technologies, Inc. 5080

RE: [m2] relocating resource artifacts not in ./classes

2007-06-12 Thread Barrett Nuzum
-- directorytarget/generated-resources/directory /resource /webResources /configuration /plugin /plugins /build :: Barrett Nuzum Consultant, Skill Development Direct: 918.640.4414 Fax: 972.789.1340 Valtech Technologies, Inc. 5080 Spectrum Drive

RE: [m2] relocating resource artifacts not in ./classes

2007-06-11 Thread Barrett Nuzum
(http://maven.apache.org/plugins/maven-dependency-plugin/examples/unpacking-artifacts.html) to unpack what they want wherever they want it. Barrett :: Barrett Nuzum Consultant, Skill Development Direct: 918.640.4414 Fax: 972.789.1340 Valtech Technologies, Inc. 5080 Spectrum Drive Suite 700

RE: How do I upgrade internal maven1 repos to maven2

2007-05-16 Thread Barrett Nuzum
build, it will download all the relevant dependencies from the M1 repo and install them to the correct location in your M2 repo. Barrett :: Barrett Nuzum Consultant, Skill Development Direct: 918.640.4414 Fax: 972.789.1340 Valtech Technologies, Inc. 5080 Spectrum Drive Suite 700 West Addison

RE: How do I upgrade internal maven1 repos to maven2

2007-05-16 Thread Barrett Nuzum
and you will see other benefits. (2x+ build speed, etc.) Barrett :: Barrett Nuzum Consultant, Skill Development Direct: 918.640.4414 Fax: 972.789.1340 Valtech Technologies, Inc. 5080 Spectrum Drive Suite 700 West Addison, Texas 75001 www.valtech.com http://www.valtech.com/ making

RE: How to deploy source jar generated by source plug-in into repository when running mvn deploy?

2007-05-10 Thread Barrett Nuzum
Hi folks. For one of our clients, we just have the CI server call 'mvn clean source:jar deploy' and Maven includes the source jars when it deploys. File under what is the simplest thing that could possibly work. Barrett :: Barrett Nuzum Consultant, Skill Development Direct

RE: WebSphere 6.1 Maven Plugin

2007-04-30 Thread Barrett Nuzum
. Regarding deployment -- we hacked our own Mojo which is a shallow wrapper around jython scripts that IBM provides as a way to deploy. I hear murmurs of Cargo support (http://jira.codehaus.org/browse/CARGO-147), but it looks like it's not done yet. Barrett :: Barrett Nuzum Consultant

RE: exec-maven-plugin: Swing app disappears immediately?

2007-03-23 Thread Barrett Nuzum
%20app%20disappears%20immediately_x003F_.EML/1_text.htm#cleanupDaemonThreads = false is what you want. Give it a shot. Barrett :: Barrett Nuzum Consultant, Skill Development Direct: 918.640.4414 Fax: 972.789.1340 Valtech Technologies, Inc. 5080 Spectrum Drive Suite 700 West Addison, Texas

RE: Cruiscontrol and Maven dependency management

2007-03-15 Thread Barrett Nuzum
A on a very short interval, and the other projects on a longer interval, can help alot too. Further questions along that line might be better suited for the CruiseControl-user list. Hope that helps. Barrett :: Barrett Nuzum Consultant, Skill Development Direct: 918.640.4414 Fax

RE: Can Maven be used for release control?

2007-03-09 Thread Barrett Nuzum
the Maven standard, the more pain you're in for. Barrett :: Barrett Nuzum Consultant, Skill Development Direct: 918.640.4414 Fax: 972.789.1340 Valtech Technologies, Inc. 5080 Spectrum Drive Suite 700 West Addison, Texas 75001 www.valtech.com http://www.valtech.com/ making IT business

RE: unable to get dependency classpath passed to an ant script

2007-02-19 Thread Barrett Nuzum
There are a number of other issues with Antrun that might also be relevant. Hope that helps. Barrett :: Barrett Nuzum Consultant, Skill Development Direct: 918.640.4414 Fax: 972.789.1340 Valtech Technologies, Inc. 5080 Spectrum Drive Suite 700 West Addison, Texas 75001 www.valtech.com http

RE: Build dashboard question

2007-02-08 Thread Barrett Nuzum
to define custom fields with either -- but all the status pages are JSPs in both applications, so you should be able to wrangle that together with some effort. Barrett :: Barrett Nuzum Consultant, Skill Development Direct: 918.640.4414 Fax: 972.789.1340 Valtech Technologies, Inc. 5080 Spectrum

RE: maven version management in ant

2007-01-08 Thread Barrett Nuzum
Barrett :: Barrett Nuzum Consultant, Skill Development Direct: 918.640.4414 Fax: 972.789.1340 Valtech Technologies, Inc. 5080 Spectrum Drive Suite 700 West Addison, Texas 75001 www.valtech.com http://www.valtech.com making IT business friendly From: EJ

RE: Plugin Annotation to control Inheritance

2006-11-11 Thread Barrett Nuzum
plain doesn't do that, that's fine. :) Barrett Barrett Nuzum Consultant, Skill Development [EMAIL PROTECTED] T: +1 (918) 640 4414 F: +1 (972) 789 1340 Valtech 5080 Spectrum Drive Suite 700 West Addison, Texas 75001 USA T: +1 (972) 789 1200 From

RE: Plugin Annotation to control Inheritance

2006-11-10 Thread Barrett Nuzum
, but it did not seem to work. Only hardcoding inherited in each project POM seemed to have any effect whatsoever. That doesn't answer the second part of my question, though -- why can't I configure the plugin the way the plugin API seems to be designed to intend? Barrett Barrett Nuzum

RE: [m2] List of All Dependencies for any project X

2006-11-10 Thread Barrett Nuzum
Peter: mvn project-info-reports:dependencies should give you what you want. Barrett Barrett Nuzum Consultant, Skill Development [EMAIL PROTECTED] T: +1 (918) 640 4414 F: +1 (972) 789 1340 Valtech 5080 Spectrum Drive Suite 700 West Addison, Texas 75001 USA T: +1 (972) 789 1200

RE: Too many jars added to lib?

2006-11-09 Thread Barrett Nuzum
without changing all your groupIds, when the time comes. (... for it certainly will.) Barrett Barrett Nuzum Consultant, Skill Development [EMAIL PROTECTED] T: +1 (918) 640 4414 F: +1 (972) 789 1340 Valtech 5080 Spectrum Drive Suite 700 West Addison, Texas 75001 USA T: +1 (972) 789 1200

RE: Testing Mojos

2006-11-09 Thread Barrett Nuzum
stubbing out and creation of test bases. http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Harness Barrett Barrett Nuzum Consultant, Skill Development [EMAIL PROTECTED] T: +1 (918) 640 4414 F: +1 (972) 789 1340 Valtech 5080 Spectrum Drive Suite 700 West Addison, Texas 75001 USA T: +1

Plugin Annotation to control Inheritance

2006-11-09 Thread Barrett Nuzum
plugin.xml entity doesn't have an associated annotation is beyond me. (I also tried making my own plugin.xml and flip it manually, but that didn't seem to work either - packaging maven-plugin overwrites it.) Can anyone provide any insight? Thanks in advance, Barrett Barrett Nuzum Consultant

RE: Transitive dependecies

2006-11-07 Thread Barrett Nuzum
duplication further. Hope that helps. Barrett Barrett Nuzum Consultant, Skill Development [EMAIL PROTECTED] T: +1 (918) 640 4414 F: +1 (972) 789 1340 Valtech 5080 Spectrum Drive Suite 700 West Addison, Texas 75001 USA T: +1 (972) 789 1200 From: Sebastien

RE: Transitive dependecies

2006-11-07 Thread Barrett Nuzum
. Barrett Barrett Nuzum Consultant, Skill Development [EMAIL PROTECTED] T: +1 (918) 640 4414 F: +1 (972) 789 1340 Valtech 5080 Spectrum Drive Suite 700 West Addison, Texas 75001 USA T: +1 (972) 789 1200 From: Sebastien Brunot [mailto:[EMAIL PROTECTED] Sent: Tue