Re: Cleanup Script

2007-10-18 Thread Alan D. Salewski
] -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc. :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Cleanup Script

2007-10-18 Thread Alan D. Salewski
On Thu, Oct 18, 2007 at 02:57:56PM -0400, Alan D. Salewski spake thus: Below is a modded version of the quick and dirty 'mvn-clear-snapshots' script I have for clearing out SNAPSHOT artifacts for the project I'm currently working on. I typically run it prior to performing my first build

Re: Improving Maven Site Docs

2007-09-27 Thread Alan D. Salewski
that people have been citing here. -Al [0] http://en.wikipedia.org/wiki/GNU_build_system -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc

Re: Detecting build failures in linux

2007-09-27 Thread Alan D. Salewski
-- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc. :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: - To unsubscribe, e-mail: [EMAIL

Re: Improving Maven Site Docs

2007-09-27 Thread Alan D. Salewski
approaches and new tools should leverage users' existing experience as much as possible. -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc

my lobotomy [was: Improving Maven Site Docs]

2007-09-27 Thread Alan D. Salewski
On 9/27/07, Lally Singh [EMAIL PROTECTED] spake thus: On 9/27/07, Alan D. Salewski [EMAIL PROTECTED] wrote: I'm not suggesting that the maven 2.x 'install' build life cycle phase be renamed at this point because maven is well-enough established that doing so would be needlessly disruptive

Re: FTP plugin for deploying a directory, _not_ an artifact

2007-09-26 Thread Alan D. Salewski
-- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc. :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Building JBoss EAR archives with SAR included

2007-08-31 Thread Alan D. Salewski
On Thu, Aug 30, 2007 at 04:52:05PM -0500, Wayne Fay spake thus: On 8/30/07, Alan D. Salewski [EMAIL PROTECTED] wrote: Hope that cookbook is helpful to someone, This is a great contribution. I don't suppose I could get you to post it in the Maven User Wiki? http://docs.codehaus.org

Re: Building JBoss EAR archives with SAR included

2007-08-30 Thread Alan D. Salewski
On Fri, Aug 17, 2007 at 10:35:19AM -0400, Alan D. Salewski spake thus: On Fri, Aug 17, 2007 at 09:19:12AM -0500, Wayne Fay spake thus: I don't use the SAR plugin but I think I understand the error message... It looks like your dependencies define the sar as packagingjboss-sar without

Re: (Simple) POM in YAML

2007-08-21 Thread Alan D. Salewski
! ;-) -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc. :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: (Simple) POM in YAML

2007-08-21 Thread Alan D. Salewski
/download_rails_rdt.php [2] http://wiki.netbeans.org/wiki/view/NB6VisiblePlugins [3] http://www.digitalhobbit.com/archives/2005/09/15/yaml-editor-support/ [4] http://relaxng.org/ -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market

Re: Building JBoss EAR archives with SAR included

2007-08-17 Thread Alan D. Salewski
/sarModule Try this, instead: sarModule groupIduk.org.syscall.pugwash/groupId artifactIdpugwash-sar/artifactId /sarModule HTH, -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science

Re: Building MDB's with Maven

2007-08-16 Thread Alan D. Salewski
... /plugins /build ... For more info, check out the site for the maven-ejb-plugin: http://maven.apache.org/plugins/maven-ejb-plugin/ HTH, -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science

Re: Maven Wagon

2007-08-02 Thread Alan D. Salewski
it for deployment of non-maven-build artifacts. -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc

Re: release:perform - How do I suppress the version prompts

2007-07-17 Thread Alan D. Salewski
that invoke maven in various ways. Others may suggest you try to do this from within maven... -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc

Re: release:perform - How do I suppress the version prompts

2007-07-17 Thread Alan D. Salewski
$@ release:prepare ---8- -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc

Re: Can Maven do this?

2007-07-11 Thread Alan D. Salewski
On Wed, Jul 11, 2007 at 08:35:02AM -0400, Russell Gold spake thus: Alan D. Salewski wrote: Sure, maven can do this. In fact, any project that contains multiple subprojects (which would include any project that produces more than a single artifact) is probably organized to take advantage

Re: Can Maven do this?

2007-07-10 Thread Alan D. Salewski
' section of their pom.xml files, and get the version specified in the parent pom.xml. Google for 'dependencyManagement', and you should find everything you need to get this going. HTH, -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software

Re: Preflight check for 2.0.7

2007-06-06 Thread Alan D. Salewski
D. Salewski Software Developer Health Market Science, Inc. :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven 2.0.6 using JDK 1.3

2007-05-04 Thread Alan D. Salewski
plugin to default to source level 1.5. Is there a reason that it can't work like that? *snip* -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc

Re: Maven 2.0.6 source release

2007-04-30 Thread Alan D. Salewski
this: $ svn export https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.6 HTH -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc

Re: Question regarding finalName in maven-assembly-plugin

2007-04-11 Thread Alan D. Salewski
by maven once installed or deployed; when set maven would deploy the file as named. -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc

Re: Question regarding finalName in maven-assembly-plugin

2007-04-11 Thread Alan D. Salewski
On Wed, Apr 11, 2007 at 09:45:17PM +0200, Heinrich Nirschl spake thus: *snip* On 4/11/07, Alan D. Salewski [EMAIL PROTECTED] wrote: Maybe we need an attribute for 'finalName' that indicates yes I know this name will not be accessible by maven once installed or deployed; when set maven would

Re: Finding where the jar came from...

2007-02-22 Thread Alan D. Salewski
doesn't grock that I said to exclude when I specified the spring dependency? You can run $ mvn -o project-info-reports:dependencies to generate the dependency report in target/site/dependencies.html HTH, -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D

Re: multi project interdependencies

2007-01-04 Thread Alan D. Salewski
for it in your local repos (regardless of whether it's another subproject within the project that is building, or something else). That's just how it's supposed to work. -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market

Re: Running Maven 2 reports

2006-11-14 Thread Alan D. Salewski
-- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc. :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Current state of play with maven 2 junit 4.1

2006-11-12 Thread Alan D. Salewski
-- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc. :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

shameless self-promotion not considered harmful (was: WANTED: Suggestions on performing vendor-specific builds)

2006-09-13 Thread Alan D. Salewski
not mind, and in fact, appreciate links posted to this list for articles or other new maven-related documentation. So thanks, Eric :-) -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc

Re: shameless self-promotion not considered harmful (was: WANTED: Suggestions on performing vendor-specific builds)

2006-09-13 Thread Alan D. Salewski
, so I'll become aware of maven-related resources announced there more quickly. Thanks for the heads-up, anyway... -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc. Visit our new site

Re: help with manifest EJB

2006-08-16 Thread Alan D. Salewski
In short, you can configure the maven-ejb-plugin in the same way as the maven-jar-plugin. HTH, -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc

Re: plugin:download Failed

2006-07-13 Thread Alan D. Salewski
[0] http://galaxy.andromda.org/docs/maven-andromda-plugin/download.html -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc

Re: Any news about the update of Maven2 book with corrected errata ?

2006-06-27 Thread Alan D. Salewski
to respond to this thread. Natalie Hi Natalie, I'm interested in being a reviewer. -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc

Re: to install a plugin manually failed

2006-06-22 Thread Alan D. Salewski
] [INFO] Total time: 1 second [INFO] Finished at: Thu Jun 22 15:11:09 EDT 2006 [INFO] Final Memory: 2M/4M [INFO] -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski