Re: [m2] maven-war-plugin next release

2005-12-21 Thread Eric Andresen
Ah, but don't forget to include http://jira.codehaus.org/browse/MNG-1790 first! -- Eric On Wed, 2005-12-21 at 08:17, Jurgen Lust wrote: > Hi, > > Any idea when there will be a new release (2.0-beta-3) of the > maven-war-plugin? > There are a couple of very nice features in the latest snapshot w

Re: svn commit: r357051 - in /maven/maven-1/plugins/trunk/javadoc:plugin.properties xdocs/changes.xml xdocs/properties.xml

2005-12-15 Thread Eric Andresen
It is a maximum, so there really shouldn't be a problem in most cases -- I think the intended goal is to simply avoid failures due to having too small of a value. Just my .02, -- Eric On Thu, 2005-12-15 at 11:18, Brett Porter wrote: > Are you sure that's a good idea? That's an aweful lot of memo

[jira] Commented: (MNG-1838) jar plugin recreates jar files all the time

2005-12-14 Thread Eric Andresen (JIRA)
[ http://jira.codehaus.org/browse/MNG-1838?page=comments#action_53416 ] Eric Andresen commented on MNG-1838: I am most definitely interested in this suggestion; we have a 20-module project, which has at least 5 major projects (with wars and a jar apiece

Re: m2.0.1 - ant task property references changed?

2005-12-13 Thread Eric Andresen
I noticed this too; it appears that 'maven.' no longer works. Changing your references to 'pom.' instead should fix it. -- Eric Andresen On Mon, 2005-12-12 at 20:34, Brian E. Fox wrote: > The following reference in ant run used to work. Now it resolves to > null.null.

[jira] Created: (MNG-1817) Debug System.out statement snuck through

2005-12-12 Thread Eric Andresen (JIRA)
Debug System.out statement snuck through Key: MNG-1817 URL: http://jira.codehaus.org/browse/MNG-1817 Project: Maven 2 Type: Bug Components: Ant tasks Versions: 2.0.1 Reporter: Eric Andresen Priority

[jira] Created: (MNG-1790) dependentWarExcludes and dependentWarIncludes do not support comma-separated patterns

2005-12-08 Thread Eric Andresen (JIRA)
Components: maven-war-plugin Versions: 2.0.1 Reporter: Eric Andresen Attachments: maven-war-plugin-include-exclude-csv.diff With the dependentWar feature added by MNG-1507, the amd were defined as allowing comma-separated values. This is however, not true. Attached is a small

[jira] Commented: (MNG-1775) No property expansion in profile activation

2005-12-07 Thread Eric Andresen (JIRA)
[ http://jira.codehaus.org/browse/MNG-1775?page=comments#action_53012 ] Eric Andresen commented on MNG-1775: I originally did not use ${basedir} at all, but that does not function when the build is executed as a subproject. The origination of the file

[jira] Created: (MNG-1775) No property expansion in profile activation

2005-12-07 Thread Eric Andresen (JIRA)
: Linux Reporter: Eric Andresen I have a profile specified in the pom.xml of a project. It is inteded to be activated based on the presence or absence of a file, using the profile activator. The profiles are simple: metis ${basedir}/../build.properties