Re: Installed POMS not interpolated

2004-01-03 Thread Jason van Zyl
On Sat, 2004-01-03 at 21:54, Michael A Melia wrote: > I'm looking at providing the capability for transitive dependencies in > Maven which would (in my eyes) rely on the pom files being installed in > the poms directory in the local repository. > I've noticed that only ejb, ear and war projects i

Installed POMS not interpolated

2004-01-03 Thread Michael A Melia
I'm looking at providing the capability for transitive dependencies in Maven which would (in my eyes) rely on the pom files being installed in the poms directory in the local repository. I've noticed that only ejb, ear and war projects install the poms to the local repository. Is there a reason

cvs commit: maven-components/maven-project/src/java/org/apache/maven/project DefaultProjectBuilder.java

2004-01-03 Thread jvanzyl
jvanzyl 2004/01/03 18:37:36 Modified:maven-project/src/java/org/apache/maven/project DefaultProjectBuilder.java Log: o cleaning up default.properties where i have removed maven.final.name as it dependended on POM values in properties which will be a future

cvs commit: maven-components/maven-mboot README.txt

2004-01-03 Thread brett
brett 2004/01/03 15:52:03 Modified:maven-mboot README.txt Log: update instructions to match Revision ChangesPath 1.2 +2 -2 maven-components/maven-mboot/README.txt Index: README.txt === R

cvs commit: maven-components/maven-mboot/src/sea sea-header

2004-01-03 Thread brett
brett 2004/01/03 15:49:46 Modified:maven-mboot build maven-mboot/src/sea sea-header Log: improve installation/build Revision ChangesPath 1.2 +2 -2 maven-components/maven-mboot/build Index: build ==

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-01-03 Thread brett
brett 2004/01/03 15:49:18 Modified:maven-mboot/src/bash maven.functions Log: cygwin fixes, and improve POM reading of versions and artifacts - wasn't working for jar plugin Revision ChangesPath 1.4 +33 -8 maven-components/maven-mboot/src/bash/maven.functions

cvs commit: maven-components/maven-mboot/src/bash mboot

2004-01-03 Thread brett
brett 2004/01/03 15:48:28 Modified:maven-mboot/src/bash mboot Log: run from installation directory Revision ChangesPath 1.4 +1 -1 maven-components/maven-mboot/src/bash/mboot Index: mboot =

RE: cvs commit: maven/src/java/org/apache/maven/pluginJellyPlugin.java

2004-01-03 Thread dion
"Stephane Nicoll" <[EMAIL PROTECTED]> wrote on 04/01/2004 05:48:18 AM: > I agree with you. > However, what about cvs history? > > -Message d'origine- > De : Jason van Zyl [mailto:[EMAIL PROTECTED] > Envoyé : samedi 3 janvier 2004 18:52 > À : Maven Developers List > Objet : Re: cvs commit

[jira] Closed: (MAVEN-1107) classloading problem with using maven within netbeans IDE.

2004-01-03 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Sat, 3 Jan 2004 4:28 PM change for driver and default properties on 1.0 branch. - View the issue: http://jira.codehaus.org/secure/ViewIss

cvs commit: maven/src/java/org/apache/maven MavenConstants.java

2004-01-03 Thread brett
brett 2004/01/03 14:12:52 Modified:src/java/org/apache/maven Tag: MAVEN-1_0-BRANCH MavenConstants.java Log: PR: MAVEN-1107 Give specific location Revision ChangesPath No revision No revision 1.30.4.1 +3

[jira] Commented: (MAVEN-1107) classloading problem with using maven within netbeans IDE.

2004-01-03 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Sat, 3 Jan 2004 4:05 PM Body: sorry, I misread the issue. we just need to change them to /defaults.properties, etc. with the all-important /.

[jira] Updated: (MAVEN-1107) classloading problem with using maven within netbeans IDE.

2004-01-03 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Sat, 3 Jan 2004 3:42 PM Comment: After reading the NB thread, I'll make the change as this is an easy change to put it under org/apache/maven. I'm not sure its such a safety issue, since M

[jira] Updated: (MAVEN-581) dependency id with '-' will fail overriden process

2004-01-03 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Sat, 3 Jan 2004 3:33 PM Changes: Fix Version changed to 1.0-final Fix Version changed from 1.1 -

RE: cvs commit: maven/src/java/org/apache/maven/pluginJellyPlugin.java

2004-01-03 Thread Jason van Zyl
On Sat, 2004-01-03 at 13:48, Stephane Nicoll wrote: > I agree with you. > However, what about cvs history? Why should I have to use CVS history to glean one of the most useful pieces of information to a source file. Not only is it important information insofar as being able to ask questions but I

RE: cvs commit: maven/src/java/org/apache/maven/pluginJellyPlugin.java

2004-01-03 Thread Stephane Nicoll
I agree with you. However, what about cvs history? -Message d'origine- De : Jason van Zyl [mailto:[EMAIL PROTECTED] Envoyé : samedi 3 janvier 2004 18:52 À : Maven Developers List Objet : Re: cvs commit: maven/src/java/org/apache/maven/pluginJellyPlugin.java On Sat, 2004-01-03 at 01:45, [

Re: cvs commit: maven/src/java/org/apache/maven/plugin JellyPlugin.java

2004-01-03 Thread Jason van Zyl
On Sat, 2004-01-03 at 01:45, [EMAIL PROTECTED] wrote: > dion2004/01/02 22:45:40 > > Modified:src/java/org/apache/maven/jelly/tags/maven Tag: > MAVEN-1_0-BRANCH ParamCheck.java UserCheck.java > CopyResources.java PluginVarTag.java >

[jira] Created: (MAVEN-1107) classloading problem with using maven within netbeans IDE.

2004-01-03 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1107 Here is an overview of the issue: -

cvs commit: maven-plugins/aspectwerkz plugin.jelly

2004-01-03 Thread vmassol
vmassol 2004/01/03 05:29:40 Modified:aspectwerkz plugin.jelly Log: halt on error if an error occurs during aspectwerkz:weave Revision ChangesPath 1.16 +1 -0 maven-plugins/aspectwerkz/plugin.jelly Index: plugin.jelly ===

cvs commit: maven-plugins/aspectwerkz/xdocs properties.xml

2004-01-03 Thread vmassol
vmassol 2004/01/03 03:14:57 Modified:aspectwerkz plugin.jelly aspectwerkz/xdocs properties.xml Log: Added support for weaving aspectwerkz libraries when running aspectwerkz:weave Revision ChangesPath 1.15 +9 -0 maven-plugins/aspectwerkz/plugin.jel

cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-01-03 Thread jvanzyl
jvanzyl 2004/01/02 23:01:15 Modified:maven-mboot/src/bash maven.functions Log: o strip ${basedir} out of the sourceDirectory if it exists. Revision ChangesPath 1.3 +1 -1 maven-components/maven-mboot/src/bash/maven.functions Index: maven.functions ===