questions about Apache parent pom (and Commons parent pom)

2012-04-18 Thread Michael Heuer
Hello, We have adapted the Commons parent pom (and by extension the Apache parent pom) with some changes for our internal parent pom. We are running into an issue with a combination of maven release plugin + maven bundle plugin + maven jar plugin for pom packaging projects. Is this the right mai

Re: [ANN] Maven Archetype 2.2 Released

2011-11-26 Thread Michael Heuer
Hello Benson, I'm still bothered that http://jira.codehaus.org/browse/ARCHETYPE-70 hasn't been resolved. Any chance you might be able to look at it? Thanks, michael On Wed, Nov 23, 2011 at 6:35 AM, Benson Margulies wrote: > The Maven team is pleased to announce the release of the Maven

Best practices for dependency on SWT

2009-10-27 Thread Michael Heuer
Hello, This is a follow-up to some old threads on maven-dev/maven-users: What is the official Eclipse repo layout/How to use central repo into an Eclipse project? [1] Problem of resolving eclipse swt linux library [2] It appears that things have not improved since then. We're a maven-only p

Re: New SVG project

2006-04-05 Thread Michael Heuer
Mark McKay wrote: > This is the page I used to create my bundle. And this is also the > content of my bundle file. While my upload request did have the > internal jar files listed separately, they are also all included in the > bundle file. Simply using the bundle file alone should have everyth

Re: [ANN] maven 2 assembly plugin 2.0.1 released

2006-01-27 Thread Michael Heuer
> Carlos Sanchez wrote: > > > This is a bugfix release from 2.0: > > > > - assembly jar-with-dependencies does not utilize or provide for > > manifest configuration > > Might you be able to explain how this is supposed to work? The issue was > marked as fixed and closed without any explanation as

Re: [ANN] maven 2 assembly plugin 2.0.1 released

2006-01-27 Thread Michael Heuer
Carlos Sanchez wrote: > This is a bugfix release from 2.0: > > - assembly jar-with-dependencies does not utilize or provide for > manifest configuration Might you be able to explain how this is supposed to work? The issue was marked as fixed and closed without any explanation as to what the fix

Re: How to make self contained database dependant unit tests in maven 2?

2005-11-09 Thread Michael Heuer
Chris Richardson wrote: > On 11/9/05, Brian E. Fox <[EMAIL PROTECTED]> wrote: > > > > Funny you should mention that. I just stumbled upon this myself. Do you > > need to execute anything before hand to setup the hsqldb or do you just > > point the jdbc connection at it? > > You configure Hiberna

Re: [m2] manifest for assembly jar-with-dependencies

2005-10-31 Thread Michael Heuer
> http://jira.codehaus.org/browse/MNG-1380 On Mon, 31 Oct 2005, Brett Porter wrote: > Yes, that's an issue with the assembly plugin. If there is no > corresponding JIRA issue, please file one. > > - Brett > > On 10/28/05, Michael Heuer <[EMAIL PROTECTED]> wrot

[m2] manifest for assembly jar-with-dependencies

2005-10-27 Thread Michael Heuer
Hello, I followed the guide at > http://maven.apache.org/guides/mini/guide-manifest.html to add entries to my MANIFEST.MF, and that works fine with $ mvn package However, it seems that the assembly plugin does not reuse the configuration information when building the jar-with-dependencies jar,

[m2] doc error for assembly plugin

2005-10-27 Thread Michael Heuer
Hello, Running the assembly plugin as documented on > http://maven.apache.org/plugins/maven-assembly-plugin/howto.html results in an error, $ mvn assembly:assembly -Dmaven.assembly.descriptorId=jar-with-dependencies [ERROR] BUILD FAILURE [INFO] -

[m1] no dependencies listed in batik poms

2005-08-01 Thread Michael Heuer
Sorry to be venting a bit of frustration, but the POMs for batik in the maven1 ibiblio repository are quite useless without the dependencies tags filled in. Having to random-guess trial-and-error dependency relationships between 21 different jar files is a pain in the ass. e.g. http://www.ibibl

[m2] assembly equivalent of dist?

2005-05-25 Thread Michael Heuer
Hello, Just got started with maven2 and am having trouble finding the equivalent of the maven1 dist plugin, for creating binary and source tarballs. The plug-in doc for the assembly plugin reads "Build an assembly (distribution) of sources and binaries" but I'm not sure how to use it: $ m2 assem

[m1] xinclude in xdocs?

2005-04-25 Thread Michael Heuer
Hello, I thought this might be a FAQ, but I was unable to find a solid answer anywhere. Is it possible to use xinclude or any other inclusion mechanism in xdoc documentation? Thank you, michael - To unsubscribe, e-mail: [EM

Re: deploy multiple versions of site

2004-07-30 Thread Michael Heuer
Yes, that's exactly what I'd like to see. If there's no reply on this list, I'll post to the cactus list(s). michael On Fri, 30 Jul 2004, Brett Porter wrote: > I'd like to hear from the Cactus folk how they do it. > > On Wed, 21 Jul 2004 14:29:28

deploy multiple versions of site

2004-07-21 Thread Michael Heuer
Hello, Say I have three versions of a project, in project.xml 1.01.0MYPROJECT_1_0 1.11.1MYPROJECT_1_1 1.21.2MYPROJECT_1_2 I would like to publish and deploy the entire site for each version, at e.g. > http://.../myproject/1.0/index.html > http://.../myproject/1.1