Re: Maven Wagon

2007-08-02 Thread Alan D. Salewski
is of general use by other projects. We have several projects using it for deployment of non-maven-build artifacts. -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. S

Re: Building MDB's with Maven

2007-08-16 Thread Alan D. Salewski
ns/maven-ejb-plugin/ HTH, -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc. :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: Building JBoss EAR archives with SAR included

2007-08-17 Thread Alan D. Salewski
; > jboss-sar > > Try this, instead: uk.org.syscall.pugwash pugwash-sar HTH, -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc. :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: ::

Re: (Simple) POM in YAML

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

Re: (Simple) POM in YAML

2007-08-21 Thread Alan D. Salewski
re for Maven pom.xml files. -Al [0] http://www.mail-archive.com/[EMAIL PROTECTED]/msg01291.html [1] http://www.aptana.com/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/ -- ::

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 >

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 > i

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

2007-09-26 Thread Alan D. Salewski
scpexe://somehost.com/path/to/some/directory/ ${project.build.directory}/whatever Note that I've not tried to use the plugin to deploy a directory with sub

Re: Improving Maven Site Docs

2007-09-27 Thread Alan D. Salewski
documentation mishmash issues that people have been citing here. -Al [0] http://en.wikipedia.org/wiki/GNU_build_system -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Heal

Re: Detecting build failures in linux

2007-09-27 Thread Alan D. Salewski
rintf "${PROG} (ERROR): maven build failed\n" 1>&2 exit 1 fi -----8<-- Customiz

Re: Improving Maven Site Docs

2007-09-27 Thread Alan D. Salewski
en-lobotomy days, it would have been nice if it did not violate the principle of least surprise on this point. To the extent possible, new approaches and new tools should leverage users' existing experience as much as possible. -Al --

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-

Re: Cleanup Script

2007-10-18 Thread Alan D. Salewski
] > > For additional commands, 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 perfor

Re: Question regarding finalName in maven-assembly-plugin

2007-04-11 Thread Alan D. Salewski
es different from what I specified in 'finalName' is simply an annoyance (because I then have to rename the files on the deployment server "by hand"). Maybe we need an attribute for 'finalName' that indicates "yes I know this name will not be accessibl

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

Re: Maven 2.0.6 source release

2007-04-30 Thread Alan D. Salewski
sion repository like this: $ svn export https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.6 HTH -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Mark

Re: Maven 2.0.6 using JDK 1.3

2007-05-04 Thread Alan D. Salewski
27;m running maven with jdk1.5 I would expect the compiler plugin to > >default to source level 1.5. > >Is there a reason that it can't work like that? *snip* -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: ::

Re: Preflight check for 2.0.7

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

Re: Can Maven do this?

2007-07-10 Thread Alan D. Salewski
ttings as necessary). The subproject builds declare their dependencies in the 'dependencies' 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

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 organi

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

2007-07-17 Thread Alan D. Salewski
t know how common it is, but I have all kinds of scripts that invoke maven in various ways. Others may suggest you try to do this from within maven... -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salews

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

2007-07-17 Thread Alan D. Salewski
SCM_TAG="$1" shift set -x mvn --batch-mode "-Dtag=${SCM_TAG}" -DautoVersionSubmodules "$@" release:prepare ---8<----- -- :: :: :: :: :: :

Re: to install a plugin manually failed

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

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

2006-06-27 Thread Alan D. Salewski
reviewers, please > feel free to respond to this thread. > > Natalie Hi Natalie, I'm interested in being a reviewer. -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Deve

Re: plugin:download Failed

2006-07-13 Thread Alan D. Salewski
in, unless there's a maven-2.x equivalent somewhere (I didn't find one when I quickly rummaged around their site a few minutes ago[0]). HTH, -Al [0] http://galaxy.andromda.org/docs/maven-andromda-plugin/download.html -- :

Re: help with manifest & EJB

2006-08-16 Thread Alan D. Salewski
.com/users@maven.apache.org/msg47020.html In short, you can configure the maven-ejb-plugin in the same way as the maven-jar-plugin. HTH, -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software

Re: multi project interdependencies

2007-01-04 Thread Alan D. Salewski
en needs a dependency, it looks 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 -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: ::

Re: Finding where the jar came from...

2007-02-22 Thread Alan D. Salewski
lude 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 -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: ::

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

2006-09-13 Thread Alan D. Salewski
> Eric I, for one, do 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 Healt

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

2006-09-13 Thread Alan D. Salewski
email client all day, 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, In

Re: Current state of play with maven 2 & junit 4.1

2006-11-12 Thread Alan D. Salewski
otated with @Test, and /only/ those methods, are treated as unit test methods (regardless of the method name) HTH, -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc. :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: -

Re: Running Maven 2 reports

2006-11-14 Thread Alan D. Salewski
e goal to run to create a specific report. -Al -- :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: Alan D. Salewski Software Developer Health Market Science, Inc. :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: :: - To unsubscribe, e-mail: [EMAIL PRO