Re: optional dependencies got pull into my web app?

2007-04-27 Thread Heinrich Nirschl
On Fri, 2007-04-27 at 16:04 -0700, Dan Tran wrote: Hello, my webapp depends on commons-logging-1.1 which has a punch of optional jars and they are pull into my WEB-INF/lib directory is it a expected behavior, the optional depdendency seems to disagree with that According to the

Re: Releasing a branch?

2007-04-26 Thread Heinrich Nirschl
On 4/26/07, Crossley, Jim [EMAIL PROTECTED] wrote: I used the release plugin to successfully release version 2.0.2.1 of our project. We continued working on the HEAD targeting version 2.0.3 while QA tested 2.0.2.1. To address bugs reported against that release, we created a 2.0.2 branch in

Re: Releasing a branch?

2007-04-26 Thread Heinrich Nirschl
On 4/26/07, Roland Asmann [EMAIL PROTECTED] wrote: As I see it, you just described the only solution that works. I may be wrong here, so if any of the maven-programmers think I am: please DO tell me! No matter how you assign the version-numbers, fact remains that maven can not 'automatically'

Re: Question regarding finalName in maven-assembly-plugin

2007-04-11 Thread Heinrich Nirschl
On 4/11/07, Michael Dick [EMAIL PROTECTED] wrote: Hi, I've noticed that the finalName configuration option for an assembly is ignored when you install or deploy your project. Is this intended behavior? I have a project named openjpa-project which contains the a source and binary assembly which

Re: Question regarding finalName in maven-assembly-plugin

2007-04-11 Thread Heinrich Nirschl
On 4/11/07, Alan D. Salewski [EMAIL PROTECTED] wrote: On Wed, Apr 11, 2007 at 01:27:42PM -0500, Michael Dick spake thus: *snip* It seems that the finalName *could* be added in an xml file in the repository. Whether it *should* be added is another issue. I did not think too much about that,

Re: maven-assembly-plugin:2.2-SNAPSHOT cannot be downloaded

2007-01-15 Thread Heinrich Nirschl
On 1/15/07, Annies, Sebastian [EMAIL PROTECTED] wrote: Hello, For some reason I cannot get any maven assembly plugin in version 2.2-SNAPSHOT to download. I added: repositories repository You need to use pluginRepositories and pluginRepository instead.

Re: [m2] any tips for site internationalization ?

2007-01-03 Thread Heinrich Nirschl
On 1/3/07, Dário Luís Coneglian Oliveros [EMAIL PROTECTED] wrote: Hi Wayne, I am still not sure if a JIRA issue could be opened in this case. According to the instructions for translators at maven site plugin (http://maven.apache.org/plugins/maven-site-plugin/i18n.html), any translation (for

Re: mvn assembly:assembly only adding one dependency jar to assembly

2006-12-28 Thread Heinrich Nirschl
On 12/15/06, Dan Tenenbaum [EMAIL PROTECTED] wrote: Hello, I am trying to create an assembly which has the functionality of the predefined jar-with-dependencies assembly, with one difference, namely that one specific dependency jar is excluded. I'm having a problem getting it to work. Instead

Re: Archetype Question

2006-11-22 Thread Heinrich Nirschl
On 11/22/06, Wendy Smoak [EMAIL PROTECTED] wrote: Has anyone found a way to escape expressions in Velocity, so it will pass them through? One possibility is to define the property start sequence as velocity macro: #set( $ps = ${ ) ... and later in the file this should remain

<    1   2