Re: pvn package command dependencies error

2021-05-04 Thread Mark H. Wood
ne who has done it with a released version of DSpace. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature

Re: Augment pom dependencies information with custom ones

2019-12-06 Thread Mark H. Wood
paces instead of killing the build with an ERROR. Then a POM document could be augmented for processing by other tools (such as a slightly different XSL transform). -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street I

Re: Quicker local maven builds article

2019-10-22 Thread Mark H. Wood
ot being able to grep for specific GAVs is a critical flaw. Wrong tool. grep is for text, not structured documents. Try XQuery. But this is wandering away from "how can we avoid rebuilding unchanged stuff?" -- Mark H. Wood Lead Technology Analyst University Library Indiana University

Re: Is specifying direct dependencies a good practice?

2019-01-10 Thread Mark H. Wood
On Thu, Jan 10, 2019 at 09:14:45AM -0500, Mark H. Wood wrote: > I try always to declare all direct dependencies, regardless of whether > they are also transitive dependencies (today). > > One reason for this is that it improves the documentation of the > project. Not only does it

Re: Is specifying direct dependencies a good practice?

2019-01-10 Thread Mark H. Wood
s no more, can break the build in a way that is quite avoidable. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature

Integration testing of command line tools?

2018-08-20 Thread Mark H. Wood
and just calling the appropriate method on an instance created by the test suite? Without stubbing or mocking the underlying code, of course, since it's an integration test. Is there a better place to ask? -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue

Questions about

2017-06-28 Thread Mark H. Wood
reference? o Where *is* it documented? Lots of people seem to know about it. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Descri

Re: Gentoo packaging / reproducibility of Maven-based Java projects

2017-03-20 Thread Mark H. Wood
e that the binary is not built for. That's sadly not without precedent. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature

Re: Comparing specifying repositories in pom vs. settings.xml?

2016-10-19 Thread Mark H. Wood
leases. Why would you have more than these? -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc Description: PGP signature

Re: Comparing specifying repositories in pom vs. settings.xml?

2016-10-18 Thread Mark H. Wood
d, and I would hack > the specified repos when I needed to. I'm trying, without success, to imagine why you do not simply accumulate elements as required. Before long you should reach a state in which new additions are extremely rare. -- Mark H. Wood Lead Technology Analyst University Libr

Is there any way to have archetype:generate fill in "boilerplate" fields?

2016-07-05 Thread Mark H. Wood
It's a small thing, but it would be handy if I could stash some settings somewhere that would cause the archetype generator to fill in my and and the like. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street

Re: Questions regarding License Maven Plugin

2016-05-27 Thread Mark H. Wood
roject, and it would be good to see if it has its own mailing list. A plugin with a name like maven-FOO-plugin probably *is* maintained by the Maven project. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indian

How to get m-assembly-p to copy from an existing symlink?

2015-12-15 Thread Mark H. Wood
ted. (The dspace-installer directory *is* created.) Is this expected behavior? Is there a way to make this work? (I want the link followed and the content of its target copied to the assembly.) Should I file an issue? -- Mark H. Wood Lead Technology Analyst University Library Indiana Univers

Re: License Auditing

2015-10-06 Thread Mark H. Wood
Doesn't the pro version of Nexus do license auditing and analysis? -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu smime.p7s Description: S/MIME

Best practice for optional dependencies?

2015-01-22 Thread Mark H. Wood
dependency:analyze is wrong and you should not remove this dependency; or keep explaining to people why they get NoClassDefFoundError when processing some of their files. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street

Re: Little documentation issues

2014-12-10 Thread Mark H. Wood
of the knowledge one has just gained. Perhaps pick one common plugin as an example. Someone noted that goal and Mojo are often used interchangeably, but it may be good to mention here that goal is a named behavior and Mojo is its implementation. (If I have that right.) -- Mark H. Wood Lead

Re: [LOGO] site with Fluido skin and owl logo

2014-11-26 Thread Mark H. Wood
are all being redesigned as a skinny rivulet of text down the center of a broad snowfield. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu signature.asc

Re: Why not a forum

2014-07-23 Thread Mark H. Wood
offhand of any forum software I've used that isn't uncomfortable, inconvenient and hard to search. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature

Re: Complex Maven projects - Tutorials? Books?

2014-06-13 Thread Mark H. Wood
. I typically had both open when working on anything nontrivial. It's essential to have both the macro and the micro view of a tool, to use it well. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description

Re: Use native tar to unpack? good/bad idea?

2014-06-03 Thread Mark H. Wood
accept a patch. Then everybody wins. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature

Re: Hot deployment using jetty 8 and maven

2014-04-10 Thread Mark H. Wood
IDE. Or maybe your IDE can use an on save trigger to kick Maven to run process-classes? If it was mine, I'd check the changes into an SCM, which I'd have monitored by something like Jenkins. I'd want all those bits anyway. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines

Re: Why is dependency:analyze lying to me?

2014-02-12 Thread Mark H. Wood
* [test]Compile, [test]Runtime. Having sorted that (I hope), I think I agree with you. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature

Re: New logo?

2014-01-14 Thread Mark H. Wood
like? beats me.) Maybe you can do something with the Reactor: skinny pipes bring things in, one big pipe lets the product out. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature

Re: New logo?

2014-01-14 Thread Mark H. Wood
strongly to the need for a graphic designer. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature

Re: New logo?

2014-01-09 Thread Mark H. Wood
All rather nicely done. FWIW I'm partial to #5. http://people.apache.org/~stephenc/maven-logo-contest/maven-5.png -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature

Re: New logo?

2014-01-09 Thread Mark H. Wood
a number of questions why's your mascot an anteater, of all things? -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature

Re: New logo?

2014-01-09 Thread Mark H. Wood
, to assemble a well-specified configuration of runnable code. What does that look like? -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature

Re: Changing JDK version without specifying maven-compiler-plugin version

2013-11-26 Thread Mark H. Wood
. --- 1. All together, now: convention over configuration! -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature

Re: System-wide, read-only repository

2013-10-30 Thread Mark H. Wood
storage at the problem is often a reasonable choice, but it's also reasonable to always ask if there isn't a better way. Sorry, I've been aching to write that for a long time -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient

Re: Trying to understand how maven finds source

2013-10-25 Thread Mark H. Wood
that IntelliJ is good with Maven projects too. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature

Re: Plugin name is idfc-maven-proguard-plugin (was re: introducing maven-proguard-plugin)

2013-07-16 Thread Mark H. Wood
learned as a start on improving the javadocs. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature

Re: Is it necessary to learn XML in order to lear Maven?

2013-06-28 Thread Mark H. Wood
effort, but that effort will be amply rewarded. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature

Re: Maven Profile for distincts web.xml

2013-05-28 Thread Mark H. Wood
rather than baked into the app? -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature

Re: Maven Profile for distincts web.xml

2013-05-28 Thread Mark H. Wood
On Tue, May 28, 2013 at 02:49:26PM +0100, Stephen Connolly wrote: On 28 May 2013 14:37, Mark H. Wood mw...@iupui.edu wrote: On Mon, May 27, 2013 at 02:20:15PM -0300, Alberto Ivo wrote: The differences between the web.xml is context-param param-namejavax.faces.PROJECT_STAGE/param

Is there a way to specify encoding of files configured in filters?

2013-04-26 Thread Mark H. Wood
uses java.util.Properties.load(), which takes no notice of POM values, to read .properties files. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature

Re: [mojo-dev] Re: Build-Helper-Maven-Plugin / Build-MetaData-Maven-Plugin

2013-04-16 Thread Mark H. Wood
be built*. But if I have understood the situation, Maven exists to figure out *how* after you have told it *what*. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature

Re: Unpacking jars into target/classes

2013-03-15 Thread Mark H. Wood
, finding, chasing and hounding) the people who know that which must be written down. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu There's an app for that: your browser pgpxZVJ735H1I.pgp Description: PGP signature

Re: Deployment

2013-03-04 Thread Mark H. Wood
of jars, and configure the classpath appropriately. I am just thinking out loud and trying to get ideas from people. If the main thing you want from Maven in this case is dependency resolution, consider something like Ivy, which specializes in such. -- Mark H. Wood, Lead System Programmer mw

How to get Maven's own version into an artifact?

2013-01-18 Thread Mark H. Wood
, but before I go writing up a whole plugin just for this little thing, I thought I should ask if there's an easier way that I missed. Ultimately I will likely filter the value into a Properties-formatted file to be loaded at need. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu There's an app

Re: maven-nar-plugin (version?)

2013-01-16 Thread Mark H. Wood
On Tue, Jan 15, 2013 at 09:22:33PM -0500, Benson Margulies wrote: Nar is not a product of the Maven PMC, and so will never be an official org.apache.maven.plugin anything. Right, but whose product is it today and how do we find the latest official release? -- Mark H. Wood, Lead System

Re: Site plugin to document properties in the pom?

2013-01-15 Thread Mark H. Wood
. org.codehaus.mojo:properties-maven-plugin seems to know how to enumerate properties, but it doesn't do reporting. It could perhaps be studied as a model. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu There's an app for that: your browser smime.p7s Description: S/MIME cryptographic signature

Re: Match syntax?

2012-11-30 Thread Mark H. Wood
of hierarchy levels (treating a level as an atom, not a string). They're clearly not REs: *.something viewed as an RE begins with a quantifier which has nothing to quantify. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu I don't do doorbusters. pgpVhzB81DDVS.pgp Description: PGP

Re: Create text file in maven?

2012-11-28 Thread Mark H. Wood
On Wed, Nov 28, 2012 at 10:13:47AM -0600, Steve Cohen wrote: Is there a way in maven to echo some text provided via a property in pom.xml into a text file at a given location? Perhaps [modest cough] http://mypage.iu.edu/~mwood/FileWeaver/ -- Mark H. Wood, Lead System Programmer mw

Re: Request For Enhancements

2012-08-17 Thread Mark H. Wood
May I suggest that the issue tracking system: http://jira.codehaus.org/browse/MNG would be the best place to submit each individual issue. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Asking whether markets are efficient is like asking whether people are smart

[ANN] FileWeaver Maven Plugin 1.0 Released

2012-05-14 Thread Mark H. Wood
/plugin -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Asking whether markets are efficient is like asking whether people are smart. pgpacFSWVveLo.pgp Description: PGP signature

Re: The Maven Way

2012-04-19 Thread Mark H. Wood
for, Maven's behavior can be puzzling. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Asking whether markets are efficient is like asking whether people are smart. pgprH73SeCX1a.pgp Description: PGP signature

Re: The Maven Way

2012-04-19 Thread Mark H. Wood
with Maven, but will focus more on good ways to think about and organize what you want to achieve, which map well into Maven's capabilities and assumptions oops I mean conventions. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Asking whether markets are efficient is like asking whether

Re: The Maven Way

2012-04-18 Thread Mark H. Wood
! -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Asking whether markets are efficient is like asking whether people are smart. pgpvIm8dwK3Dy.pgp Description: PGP signature

Re: The Maven Way

2012-04-17 Thread Mark H. Wood
will fight you and Maven will win. People extol the virtues of convention over configuration, but where is the compact definitive specification of The Conventions? -- Mark H. Wood, Lead System Programmer mw...@iupui.edu What is obvious to A may be not so obvious to B and downright ridiculous to C

Re: Uploading external libraries to the central repository without being the owner

2012-04-03 Thread Mark H. Wood
https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+The+Central+Repository But I agree that the best outcome would be to convince the owners of the code to publish it to Central themselves and maintain it there. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu

Re: using build profiles for WAR plugin

2012-03-02 Thread Mark H. Wood
is that customization is not part of the product; it's part of the deployment. Maven builds your product. You need something else for deployment. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu When the only tool you have is a hammer, every problem looks like a nail. -- Maslow

Re: maven-plugin-tools-ant custom parameter

2012-01-18 Thread Mark H. Wood
for the bits I managed to understand, but still felt no certainty. So what *are* we supposed to do if we want structured parameters? And where should I have read that? -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Asking whether markets are efficient is like asking whether people are smart

Re: Howto access project version programmatically within application

2012-01-11 Thread Mark H. Wood
use resource filtering to produce a customized allAboutMe.properties explicitly, containing anything Maven knows and is willing to provide to a filter. But I too would like to know what the supported method is, and where that is documented. -- Mark H. Wood, Lead System Programmer mw

Re: Could we delete old version jar in local repository by mvn ?

2012-01-05 Thread Mark H. Wood
for developing statistics on artifacts' useful lifetimes, so we could concoct well-thought-out cache maintenance strategies? Or maybe it would be easier to just write a script to clobber anything with an atime more than 180 days in the past. -- Mark H. Wood, Lead System Programmer mw

hyperlinks out of description?

2011-09-12 Thread Mark H. Wood
the right place to link to e.g. protocol specifications and other standards. Like: BaloneySoft FooPlex implements aour profile/a of aRFC 1149/a. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Asking whether markets are efficient is like asking whether people are smart. pgpxGoyowWWJI.pgp

Re: How to configure plugin with default values

2011-08-18 Thread Mark H. Wood
documentation on the creating/wiring of plugin mojos to the container? Some. Not enough. When I figure out some of the missing stuff I will write some more. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Asking whether markets are efficient is like asking whether people are smart

Re: When is the best phase to generate javadocs?

2011-08-09 Thread Mark H. Wood
sentence, a useless one, or one that is bizarrely formatted and unreadable. Or the amount of material that doesn't really say anything which would help someone not already intimately familiar with the code. Documentation should be generated and reviewed regularly. -- Mark H. Wood, Lead System

Re: How can a plugin become aware of its environment (e.g. properties)?

2011-08-08 Thread Mark H. Wood
. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Asking whether markets are efficient is like asking whether people are smart. pgp7qeuEpUSU4.pgp Description: PGP signature

Re: How can a plugin become aware of its environment (e.g. properties)?

2011-08-08 Thread Mark H. Wood
H. Wood, Lead System Programmer mw...@iupui.edu Asking whether markets are efficient is like asking whether people are smart. pgpYnPYiREnFe.pgp Description: PGP signature

Re: How can a plugin become aware of its environment (e.g. properties)?

2011-08-05 Thread Mark H. Wood
On Thu, Aug 04, 2011 at 04:05:10PM -0400, Mark H. Wood wrote: Back to topic: I'm writing a plugin that needs access to the project's properties. Nothing environmental is passed to a mojo, and fishing through the Javadocs for static methods that look promising has turned up nothing so far

How can a plugin become aware of its environment (e.g. properties)?

2011-08-04 Thread Mark H. Wood
, and fishing through the Javadocs for static methods that look promising has turned up nothing so far. What *should* I be reading? Lots of other questions about plugin development, that the Plugin Developer Centre doesn't address -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Asking

Filter files from modules during assembly?

2011-07-26 Thread Mark H. Wood
I need to build an assembly by gathering up files from sub-modules, *and* I need to filter one of the files. In Maven 2.2 there doesn't seem to be any way to do both: files can't appear inside a moduleSet, and only file implements filter. Am I missing something? -- Mark H. Wood, Lead System

Re: Re : m2Eclipse

2010-06-04 Thread Mark H. Wood
extras to find the separate site on which they live. How did we miss this? -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Balance your desire for bells and whistles with the reality that only a little more than 2 percent of world population has broadband. -- Ledford and Tyler

Re: Central repository, bundle-create and distribution of licenses

2010-05-19 Thread Mark H. Wood
packed up into the archive, but I don't see anything which says that anything else shall be done with it. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Balance your desire for bells and whistles with the reality that only a little more than 2 percent of world population has broadband

Re: I have the right version, but maven can't find it

2010-04-28 Thread Mark H. Wood
on a specific version is often a sign of poor-quality code (perhaps the dependent, perhaps the dependency, could even be both). -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Balance your desire for bells and whistles with the reality that only a little more than 2 percent of world population has

Re: Can Maven POM be named as POM.XML

2010-04-14 Thread Mark H. Wood
(on Windows) is case-preserving but case-insensitive: if you name a file cAmElCaSe it will remember the capitalization, but will give you that file even if you ask for camelcase or CamelCase or CAMELCASE. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Balance your desire for bells

Re: Dealing with artifacts that have been moved - What to do?

2010-03-19 Thread Mark H. Wood
promising paths as they emerge, and to organize the resulting understanding into a coherent whole. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu pgpNP5rgaj82h.pgp Description: PGP signature

Re: Refactoring the Maven Build

2010-03-09 Thread Mark H. Wood
Maven cringes before my stern gaze, whimpering, what is thy will, O my master? as a good tool should.) -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Friends don't let friends publish revisable-form documents. pgpvnosedEGcZ.pgp Description: PGP signature

Curiosity: why does site plugin always re-download woodstox:wstx-asl?

2010-02-09 Thread Mark H. Wood
??? I checked my local repository and it contains wstx-asl-3.2.7.jar and wstx-asl-3.2.7.jar.sha1, but not the maven-metadata-*.xml that I'm accustomed to seeing. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Friends don't let friends publish revisable-form documents

Re: Transitive exclusions in multi-module project with Maven 2.2.1

2010-02-04 Thread Mark H. Wood
be factored out as a common dependency of Client and Server? That's what I do with CORBA which is fairly similar. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Friends don't let friends publish revisable-form documents. pgp0mkspFRTCd.pgp Description: PGP signature

Re: Compile what can be compiled, ignore sources with errors

2010-01-29 Thread Mark H. Wood
problem? Of course that has to be balanced against the fact that, when compiling X against broken Y, you may not get a true picture of the status of X. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Friends don't let friends publish revisable-form documents. pgpCFXpy2ucDp.pgp Description

Re: assembly is deprecated. What to use?

2009-12-10 Thread Mark H. Wood
Thanks for pointing out my version confusion. On Wed, Dec 09, 2009 at 04:12:29PM +0100, Jörg Schaible wrote: Mark H. Wood wrote at Mittwoch, 9. Dezember 2009 15:09: mw...@mhw ~ $ mvn --version CompilerOracle: exclude org/eclipse/core/internal/dtree/DataTreeNode.forwardDeltaWith Apache

Re: assembly is deprecated. What to use?

2009-12-09 Thread Mark H. Wood
: UTF-8 OS name: linux version: 2.6.30-gentoo-r5 arch: i386 Family: unix mw...@mhw ~ $ -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Friends don't let friends publish revisable-form documents. pgp2gpGUVDDQs.pgp Description: PGP signature

multi-module 'site-deploy' gets inter-module links wrong

2009-12-07 Thread Mark H. Wood
, as if it were its own parent or something. I've had the same behavior from 2.0.10 and 2.2.1. POMs attached. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Friends don't let friends publish revisable-form documents. pom.xml Description: parent POM pom.xml Description: sub-module POM

Re: multi-module 'site-deploy' gets inter-module links wrong

2009-12-07 Thread Mark H. Wood
place. Hence no links. *sigh* Of course it does. And if I leave out that bit of Configuration (the url element) in the sub-module POM then a Convention supplies the structure automagically. Okay, it's consistent and I'm unobservant. Thanks! -- Mark H. Wood, Lead System Programmer mw

Properties conditional on phase?

2009-07-24 Thread Mark H. Wood
I want to have a property defined only during certain phases -- I want to make certain that it doesn't leak out into the packaging, for example. Is there a way to do that? -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Friends don't let friends publish revisable-form documents

Re: maven repository update.

2008-10-08 Thread Mark H. Wood
that the Maven documentation assumes far too much knowledge of the celebrated conventions and contains too few pointers to them for the uninitiated. That's why I bought the book. Yes, I will try to remember to report specific cases when I see them. -- Mark H. Wood, Lead System Programmer [EMAIL

Re: Making the case for Maven to managment

2008-08-22 Thread Mark H. Wood
for the 10% -- forcing the tool is one common source of errors and delays. -- Mark H. Wood, Lead System Programmer [EMAIL PROTECTED] Typically when a software vendor says that a product is intuitive he means the exact opposite. pgpGoHZAJTjsh.pgp Description: PGP signature