cvs commit: maven-components/maven-core/src/main/java/org/apache/maven/lifecycle/phase - New directory

2004-04-04 Thread jvanzyl
jvanzyl 2004/04/04 22:07:32 maven-components/maven-core/src/main/java/org/apache/maven/lifecycle/phase - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Opening up Maven CVS a bit...

2004-04-04 Thread Corey Jewett
This works well, but it causes the currently released jar plugin to create incorrect Manifests. http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPJAR-22 Corey On Sunday, Apr 4, 2004, at 01:12 US/Pacific, Eric Pugh wrote: Yes, but you can just add the plugins to your project.xml.. I have

cvs commit: maven-components/maven-core/src/main/java/org/apache/maven/lifecycle - New directory

2004-04-04 Thread jvanzyl
jvanzyl 2004/04/04 19:14:37 maven-components/maven-core/src/main/java/org/apache/maven/lifecycle - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: cvs commit: maven/src/test/touchstone-build/src/reactor-build /default maven.xml

2004-04-04 Thread Brett Porter
fixed > -Original Message- > From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] > Sent: Saturday, 3 April 2004 4:28 PM > To: Maven Developers List > Subject: Re: cvs commit: > maven/src/test/touchstone-build/src/reactor-build/default maven.xml > > > Touchnstone tests fails due to your la

cvs commit: maven-components/maven-project/src/main/java/org/apache/maven/artifact/satisfier DefaultDependencySatisfier.java DependencySatisfier.java UnsatisfiedDependencyException.java

2004-04-04 Thread jvanzyl
jvanzyl 2004/04/04 15:29:43 Added: maven-project/src/main/java/org/apache/maven/artifact/satisfier DefaultDependencySatisfier.java DependencySatisfier.java UnsatisfiedDependencyException.java Log: Revisio

cvs commit: maven-components/maven-project/src/main/java/org/apache/maven/artifact/satisfier - New directory

2004-04-04 Thread jvanzyl
jvanzyl 2004/04/04 15:28:45 maven-components/maven-project/src/main/java/org/apache/maven/artifact/satisfier - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2004-04-04 Thread jvanzyl
jvanzyl 2004/04/04 13:47:23 Added: maven-project/src/main/java/org/apache/maven/project ProjectBuildingException.java Log: Revision ChangesPath 1.1 maven-components/maven-project/src/main/java/org/apache/maven/project/ProjectBu

[jira] Commented: (MAVEN-1124) Add exit to maven.bat

2004-04-04 Thread jira
The following comment has been added to this issue: Author: Bryan Davis Created: Sun, 4 Apr 2004 4:11 PM Body: Hm. I don't really understand why this is not a Maven issue. My company's build machine only invokes Ant, so I have a build.xml which does an Ant to run the Maven com

[jira] Commented: (MPDASHBOARD-5) subprojects inherit parent project properties

2004-04-04 Thread jira
The following comment has been added to this issue: Author: Ryan Sonnek Created: Sun, 4 Apr 2004 4:05 PM Body: yes, this could be just a documentation issue, but i still don't understand it. I have the dashboard report, and properties, defined in the parent project. The dashboa

[jira] Commented: (MPDASHBOARD-5) subprojects inherit parent project properties

2004-04-04 Thread jira
The following comment has been added to this issue: Author: Bryan Davis Created: Sun, 4 Apr 2004 3:59 PM Body: The issue is that you cannot easily add another goal to the multiproject:site's reactor (e.g. without copying the functionality out of the multiproject plugin). Since th

cvs commit: maven-components/maven-core/src/main/resources/org/apache/maven plexus.xml

2004-04-04 Thread jvanzyl
jvanzyl 2004/04/04 10:23:44 Modified:maven-core project.xml maven-core/src/main/java/org/apache/maven DefaultMaven.java Maven.java MavenConstants.java maven-core/src/main/java/org/apache/maven/plugin/manager De

cvs commit: maven-components/maven-project/src/main/java/org/apache/maven/artifact/factory DefaultMavenArtifactFactory.java MavenArtifactFactory.java

2004-04-04 Thread jvanzyl
jvanzyl 2004/04/04 10:20:14 Added: maven-project/src/main/java/org/apache/maven/artifact WagonArtifactAdapter.java maven-project/src/main/java/org/apache/maven/artifact/collector ArtifactCollectionResult.java

cvs commit: maven-components/maven-project/src/main/java/org/apache/maven/artifact/collector - New directory

2004-04-04 Thread jvanzyl
jvanzyl 2004/04/04 10:10:46 maven-components/maven-project/src/main/java/org/apache/maven/artifact/collector - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven-components/maven-project/src/main/resources/META-INF/plexus components.xml

2004-04-04 Thread jvanzyl
jvanzyl 2004/04/04 10:09:03 Modified:maven-project project.xml maven-project/src/main/java/org/apache/maven/project DefaultMavenProjectBuilder.java MavenProjectBuilder.java maven-project/src/main/resources/META

Global properties

2004-04-04 Thread Niclas Hedhman
Hi, I have been searching high and low for some way to define global properties, which are shared by multiple sub-projects. Does it exist? If not, would it be conceivable to introduce a 'import', 'include' or 'extend' feature in .props files. Here at Avalon would could benefit tremendously

RE: Opening up Maven CVS a bit...

2004-04-04 Thread Eric Pugh
Yes, but you can just add the plugins to your project.xml.. I have done this with plugins from maven-plugins.sf.net and torque plugin, and for me it has worked quite well. A plugin is a dependency just like any other jar file. Also, this ensures that a user doesn't need version of Maven th

[jira] Created: (MAVEN-1220) custom ant task's classpath not complete?

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