[jira] Commented: (MAVEN-1495) Test dependencies are NOT build / use dependencies

2004-11-27 Thread jira
The following comment has been added to this issue: Author: Arik Kfir Created: Sat, 27 Nov 2004 7:50 PM Body: I agree - would love to see it implemented. On another note - if we're speaking of dependency types including *runtime* dependencies, we should add a maven-run-plugin. So

[jira] Commented: (MAVEN-1501) maven seems not to evaluate .properties of parent pom

2004-11-27 Thread jira
The following comment has been added to this issue: Author: Carlos Sanchez Created: Sat, 27 Nov 2004 6:19 PM Body: A workaround is passing the property in the command line, e.g. maven -Dmaven.repo.remote=http://www.ibiblio.org/maven/,http://dist.codehaus.org/ This way it's availa

[jira] Closed: (MPGENAPP-20) Document how to write custom tempaltes

2004-11-27 Thread jira
Message: The following issue has been closed. Resolver: Felipe Leme Date: Sat, 27 Nov 2004 4:29 PM Fixed, with minor changes. - View the issue: http://jira.codehaus.org/browse/MPGENAPP-20 Here is an overview of t

cvs commit: maven-plugins/genapp/xdocs customization_guide.xml changes.xml navigation.xml

2004-11-27 Thread felipeal
felipeal2004/11/27 13:23:52 Modified:genapp/xdocs changes.xml navigation.xml Added: genapp/xdocs customization_guide.xml Log: New customization guide (MPAPPGEN-20) Revision ChangesPath 1.13 +1 -0 maven-plugins/genapp/xdocs/changes.xml Index: changes

[jira] Updated: (MAVEN-1518) Wrong behaviour for non existing overwritten dependency

2004-11-27 Thread jira
The following issue has been updated: Updater: Hardy Ferentschik (mailto:[EMAIL PROTECTED]) Date: Sat, 27 Nov 2004 2:17 PM Comment: To fix the described bug I just added an additional check for Artifact.OVERRIDE_PATH in getDependencies() of DependencyVerifier. Changes:

[jira] Updated: (MPIDEA-10) Include all dependencies in multiproject build as modules: allow specifying generated source directories.

2004-11-27 Thread jira
The following issue has been updated: Updater: David Jencks (mailto:[EMAIL PROTECTED]) Date: Sat, 27 Nov 2004 1:05 PM Comment: add row to properties table explaining maven.idea.generated.source property. Changes: Attachment changed to xdocs.diff

[jira] Updated: (MPIDEA-10) Include all dependencies in multiproject build as modules: allow specifying generated source directories.

2004-11-27 Thread jira
The following issue has been updated: Updater: David Jencks (mailto:[EMAIL PROTECTED]) Date: Sat, 27 Nov 2004 11:58 AM Comment: Enhanced version of previous patch. Most of the geronimo team has been using versions of this patch for several months, and I'm getting tired of distrib

Re: Adding a comment to dependencies

2004-11-27 Thread Fabrizio Giustina
This is another example: http://htmlunit.sourceforge.net/dependencies.html the htmlunit dependency report is generated applying an xsl stylesheet directly to the pom. Dependencies group are generated using a property tag in each dependency listed in the POM. Whatever solution will be chosen it sh