[jira] Commented: (MPXDOC-128) Internationalized Websites

2005-04-27 Thread Daniel Frey (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-128?page=comments#action_38204 ] Daniel Frey commented on MPXDOC-128: Hello Vincent, Thank for your great work! Good job! Now I would like to test it. I have tried to install the maven-xdoc-plugin-1.9

[jira] Commented: (MPXDOC-128) Internationalized Websites

2005-04-27 Thread Daniel Frey (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-128?page=comments#action_38205 ] Daniel Frey commented on MPXDOC-128: Hello Vincent, When installing the plugin I have come across a small problem I just want to feedback here. The snapshot zip contains a

[jira] Commented: (MPXDOC-128) Internationalized Websites

2005-04-27 Thread Daniel Frey (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-128?page=comments#action_38206 ] Daniel Frey commented on MPXDOC-128: Ok, a simple adaptation resolved the issue with the model. Adapting project.xml of the plugin and replace dependency

[jira] Created: (MPJCOVERAGE-28) Instrumentation fails on windows due to command line arg length.

2005-04-27 Thread Achim Westermann (JIRA)
Instrumentation fails on windows due to command line arg length. Key: MPJCOVERAGE-28 URL: http://jira.codehaus.org/browse/MPJCOVERAGE-28 Project: maven-jcoverage-plugin Type: Bug Versions: 1.0.9

[jira] Created: (MNG-360) Move artifact filters from the runtime builder in plexus to maven-artifact

2005-04-27 Thread Trygve Laugstol (JIRA)
Move artifact filters from the runtime builder in plexus to maven-artifact -- Key: MNG-360 URL: http://jira.codehaus.org/browse/MNG-360 Project: m2 Type: Task Components: maven-artifact

[jira] Created: (MAVENUPLOAD-370) http://kent.dl.sourceforge.net/sourceforge/jena/Jena-2.2.zip

2005-04-27 Thread alex soto (JIRA)
http://kent.dl.sourceforge.net/sourceforge/jena/Jena-2.2.zip Key: MAVENUPLOAD-370 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-370 Project: maven-upload-requests Type: Task Reporter: alex soto

results of synchronize

2005-04-27 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java mypath: /home/projects/maven/repository-tools/repoclean/repoclean.sh Setting mydir based on mypath... mydir:

[jira] Commented: (MPWAR-30) [PATCH] Option to pack project classes inside a JAR into WEB-INF/lib

2005-04-27 Thread Felipe Leme (JIRA)
[ http://jira.codehaus.org/browse/MPWAR-30?page=comments#action_38219 ] Felipe Leme commented on MPWAR-30: -- I was going to mark this as Won't Fix because it kind of goes against Maven way of doing thing (in other words, there should be a JAR project,

[jira] Created: (MPJAVADOC-56) other doclets cannot use standard doclet parameters

2005-04-27 Thread Kenneth Leider (JIRA)
other doclets cannot use standard doclet parameters --- Key: MPJAVADOC-56 URL: http://jira.codehaus.org/browse/MPJAVADOC-56 Project: maven-javadoc-plugin Type: Bug Versions: 1.7 Environment: ydoc Reporter:

svn commit: r164990 - /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-api/src/main/java/org/apache/maven/tools/plugin/generator /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-api/src/main/java/org/apache/maven/tools/plugin/generator/jelly /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-java/src/main/java/org/apache/maven/tools/plugin/extractor/java /maven/components/trunk/maven-plugins/maven-resources-plugin/src/main/java/org/apache/maven/plugin/resources

2005-04-27 Thread jdcasey
Author: jdcasey Date: Wed Apr 27 08:11:28 2005 New Revision: 164990 URL: http://svn.apache.org/viewcvs?rev=164990view=rev Log: Modifying the mojo generators to handle alias, and other missing elements where appropriate. Changed the resources mojos to be as trim as I can, and added @required to

results of synchronize

2005-04-27 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java mypath: /home/projects/maven/repository-tools/repoclean/repoclean.sh Setting mydir based on mypath... mydir:

[jira] Created: (MNG-361) warn on detecting plugins in a project's dependency list

2005-04-27 Thread John Casey (JIRA)
warn on detecting plugins in a project's dependency list Key: MNG-361 URL: http://jira.codehaus.org/browse/MNG-361 Project: m2 Type: Bug Components: maven-core Versions: 2.0-alpha-1 Reporter:

[jira] Commented: (MAVENUPLOAD-370) http://kent.dl.sourceforge.net/sourceforge/jena/Jena-2.2.zip

2005-04-27 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-370?page=comments#action_38231 ] Carlos Sanchez commented on MAVENUPLOAD-370: Please read http://maven.apache.org/reference/repository-upload.html

[jira] Reopened: (MNG-357) 'build' section of POM does not appears to be inherited

2005-04-27 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-357?page=all ] John Casey reopened MNG-357: There appears to be a bug in the handling of pluginManagement inheritance and also in the merging of pluginManagement-based data with the local-POM's plugin specification.

[jira] Commented: (MNG-357) 'build' section of POM does not appears to be inherited

2005-04-27 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-357?page=comments#action_38233 ] John Casey commented on MNG-357: From an email I sent to the users@ list regarding plugin configuration, local overrides, and the pluginManagement section: I'm looking at: -

svn commit: r165016 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/inheritance/DefaultModelInheritanceAssembler.java /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/injection/DefaultModelDefaultsInjector.java

2005-04-27 Thread jdcasey
Author: jdcasey Date: Wed Apr 27 10:37:50 2005 New Revision: 165016 URL: http://svn.apache.org/viewcvs?rev=165016view=rev Log: Fixing per MNG-357. Inheritance/injection of pluginManagement did not follow the same conventions intended and established by that of dependencyManagement. This fix

[jira] Commented: (MNG-357) 'build' section of POM does not appears to be inherited

2005-04-27 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-357?page=comments#action_38234 ] John Casey commented on MNG-357: I've committed the fix, but currently don't have a test case in which to verify my code changes (though they are pretty simple). If someone has the

svn commit: r165018 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/injection/DefaultModelDefaultsInjector.java

2005-04-27 Thread jdcasey
Author: jdcasey Date: Wed Apr 27 10:58:59 2005 New Revision: 165018 URL: http://svn.apache.org/viewcvs?rev=165018view=rev Log: Cleaning up imports. Modified: maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/injection/DefaultModelDefaultsInjector.java Modified:

[maven2 build - SUCCESS] Wed Apr 27 14:07:00 EDT 2005

2005-04-27 Thread jvanzyl
Distribution: http://www.codehaus.org/~maven/m2/m2-20050427.140700.tar.gz Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050427.140700.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

results of synchronize

2005-04-27 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java mypath: /home/projects/maven/repository-tools/repoclean/repoclean.sh Setting mydir based on mypath... mydir:

[jira] Created: (MNG-362) pluginManagement inheritance problem

2005-04-27 Thread Peter van de Hoef (JIRA)
pluginManagement inheritance problem -- Key: MNG-362 URL: http://jira.codehaus.org/browse/MNG-362 Project: m2 Type: Bug Versions: 2.0-alpha-1 Reporter: Peter van de Hoef Attachments: plugin-management-issue.tar.gz I

question about maven-project-3.0.0.xsd

2005-04-27 Thread Marnix van Bochove
Hi, I'm trying to validate my project.xml files against the maven schema at url http://maven.apache.org/xsd/maven-project-3.0.0.xsd. When looking inside this schema I missed the definition of the element artifactId in the project element, so I get a validation error. Maybe this element should be

[jira] Created: (MPSCM-50) Support starting and ending revision in diff bean/tag

2005-04-27 Thread jay gitterman (JIRA)
Support starting and ending revision in diff bean/tag - Key: MPSCM-50 URL: http://jira.codehaus.org/browse/MPSCM-50 Project: maven-scm-plugin Type: Improvement Reporter: jay gitterman Priority: Minor

svn commit: r165071 - /maven/components/trunk/maven-plugins /maven/components/trunk/maven-plugins/maven-site-plugin /maven/components/trunk/maven-plugins/maven-site-plugin/src/main/java/org/apache/maven/doxia /maven/components/trunk/maven-reporting /maven/components/trunk/maven-reporting/maven-reporting-api /maven/components/trunk/maven-reporting/maven-reporting-api/src /maven/components/trunk/maven-reporting/maven-reporting-api/src/main /maven/components/trunk/maven-reporting/maven-reporting-api/src/main/java /maven/components/trunk/maven-reporting/maven-reporting-api/src/main/java/org /maven/components/trunk/maven-reporting/maven-reporting-api/src/main/java/org/apache /maven/components/trunk/maven-reporting/maven-reporting-api/src/main/java/org/apache/maven /maven/components/trunk/maven-reporting/maven-reporting-api/src/main/java/org/apache/maven/reporting /maven/components/trunk/maven-reporting/maven-reporting-manager /maven/components/trunk/maven-reporting/maven-reporting-manager/src /maven/components/trunk/maven-reporting/maven-reporting-manager/src/main /maven/components/trunk/maven-reporting/maven-reporting-manager/src/main/java /maven/components/trunk/maven-reporting/maven-reporting-manager/src/main/java/org /maven/components/trunk/maven-reporting/maven-reporting-manager/src/main/java/org/apache /maven/components/trunk/maven-reporting/maven-reporting-manager/src/main/java/org/apache/maven /maven/components/trunk/maven-reporting/maven-reporting-manager/src/main/java/org/apache/maven/reporting /maven/components/trunk/maven-reporting/maven-reporting-manager/src/main/java/org/apache/maven/reporting/manager /maven/components/trunk/maven-reporting/maven-reporting-manager/src/main/resources /maven/components/trunk/maven-reporting/maven-reporting-manager/src/main/resources/META-INF /maven/components/trunk/maven-reporting/maven-reporting-manager/src/main/resources/META-INF/plexus

2005-04-27 Thread evenisse
Author: evenisse Date: Wed Apr 27 17:03:26 2005 New Revision: 165071 URL: http://svn.apache.org/viewcvs?rev=165071view=rev Log: Initial version of reporting integration Added: maven/components/trunk/maven-reporting/ maven/components/trunk/maven-reporting/maven-reporting-api/

[jira] Commented: (MPECLIPSE-62) maven.eclipse.conclasspath is ignored when junit test src is not present

2005-04-27 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MPECLIPSE-62?page=comments#action_38249 ] Dan Tran commented on MPECLIPSE-62: --- Can I reopen this? I have to document this work around in my comp, and everyone just seems to forget about this and confusions keep

[jira] Reopened: (MPECLIPSE-62) maven.eclipse.conclasspath is ignored when junit test src is not present

2005-04-27 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MPECLIPSE-62?page=all ] Dan Tran reopened MPECLIPSE-62: --- see my last comment maven.eclipse.conclasspath is ignored when junit test src is not present

results of synchronize

2005-04-27 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java mypath: /home/projects/maven/repository-tools/repoclean/repoclean.sh Setting mydir based on mypath... mydir:

[maven2 build - SUCCESS] Wed Apr 27 20:07:00 EDT 2005

2005-04-27 Thread jvanzyl
Distribution: http://www.codehaus.org/~maven/m2/m2-20050427.200700.tar.gz Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050427.200700.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

svn commit: r165073 - in /maven/maven-1/plugins/trunk/checkstyle: project.xml src/plugin-resources/sun_checks.xml xdocs/changes.xml

2005-04-27 Thread carlos
Author: carlos Date: Wed Apr 27 17:32:27 2005 New Revision: 165073 URL: http://svn.apache.org/viewcvs?rev=165073view=rev Log: Upgraded to checkstyle 4.0beta1 Modified: maven/maven-1/plugins/trunk/checkstyle/project.xml

[jira] Closed: (MPCHECKSTYLE-32) Update to CheckStyle 4.0-beta

2005-04-27 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MPCHECKSTYLE-32?page=all ] Carlos Sanchez closed MPCHECKSTYLE-32: -- Fix Version: 2.6 Resolution: Fixed Assign To: Carlos Sanchez Update to CheckStyle 4.0-beta -

[jira] Closed: (MPCHECKSTYLE-31) Upgrade to Checkstyle 3.5

2005-04-27 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MPCHECKSTYLE-31?page=all ] Carlos Sanchez closed MPCHECKSTYLE-31: -- Resolution: Won't Fix Upgraded to 4.0-beta1 Upgrade to Checkstyle 3.5 - Key: MPCHECKSTYLE-31

svn commit: r165074 - /maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java

2005-04-27 Thread brett
Author: brett Date: Wed Apr 27 17:42:33 2005 New Revision: 165074 URL: http://svn.apache.org/viewcvs?rev=165074view=rev Log: fix typo in exclusion list Modified: maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java Modified:

svn commit: r165075 - in /maven/components/trunk: maven-reporting/pom.xml pom.xml

2005-04-27 Thread brett
Author: brett Date: Wed Apr 27 17:52:53 2005 New Revision: 165075 URL: http://svn.apache.org/viewcvs?rev=165075view=rev Log: include reporting modules Modified: maven/components/trunk/maven-reporting/pom.xml maven/components/trunk/pom.xml Modified:

svn commit: r165076 - in /maven/components/trunk/maven-reporting/maven-reporting-manager/src/main/java/org/apache/maven/reporting/manager: DefaultMavenReportManager.java ReportManagerException.java

2005-04-27 Thread brett
Author: brett Date: Wed Apr 27 17:53:16 2005 New Revision: 165076 URL: http://svn.apache.org/viewcvs?rev=165076view=rev Log: add message if version is missing Modified:

svn commit: r165077 - /maven/components/trunk/maven-plugins/pom.xml

2005-04-27 Thread brett
Author: brett Date: Wed Apr 27 18:03:16 2005 New Revision: 165077 URL: http://svn.apache.org/viewcvs?rev=165077view=rev Log: put back site, it is working again Modified: maven/components/trunk/maven-plugins/pom.xml Modified: maven/components/trunk/maven-plugins/pom.xml URL:

[maven2 build - FAILED] Wed Apr 27 21:07:00 EDT 2005

2005-04-27 Thread jvanzyl
Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050427.210700.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r165079 - in /maven/components/trunk/maven-reporting: ./ maven-reporting-api/ maven-reporting-manager/

2005-04-27 Thread brett
Author: brett Date: Wed Apr 27 18:17:50 2005 New Revision: 165079 URL: http://svn.apache.org/viewcvs?rev=165079view=rev Log: ignores Modified: maven/components/trunk/maven-reporting/ (props changed) maven/components/trunk/maven-reporting/maven-reporting-api/ (props changed)

svn commit: r165080 - in /maven/components/trunk/maven-archetype: ./ maven-archetypes/maven-archetype-marmalade-mojo/

2005-04-27 Thread brett
Author: brett Date: Wed Apr 27 18:18:48 2005 New Revision: 165080 URL: http://svn.apache.org/viewcvs?rev=165080view=rev Log: ignores Modified: maven/components/trunk/maven-archetype/ (props changed)

svn commit: r165081 - /maven/components/trunk/maven-plugins/maven-site-plugin/pom.xml

2005-04-27 Thread brett
Author: brett Date: Wed Apr 27 18:19:44 2005 New Revision: 165081 URL: http://svn.apache.org/viewcvs?rev=165081view=rev Log: set correct parent, update wagon dependencies so it doesnt break the deploy plugin when used Modified: maven/components/trunk/maven-plugins/maven-site-plugin/pom.xml

[jira] Updated: (MNG-361) warn on detecting plugins in a project's dependency list

2005-04-27 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-361?page=all ] Brett Porter updated MNG-361: - Fix Version: (was: 2.0-alpha-3) 2.0-alpha-2 as far as it acting as a plugin - definitely not. So if that were the only case, then I'd be all for

[jira] Commented: (MNG-360) Move artifact filters from the runtime builder in plexus to maven-artifact

2005-04-27 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-360?page=comments#action_38258 ] Brett Porter commented on MNG-360: -- there are already some in the artifact, so you may not need to include them all - check first. Move artifact filters from the runtime builder

[jira] Updated: (MNG-360) Move artifact filters from the runtime builder in plexus to maven-artifact

2005-04-27 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-360?page=all ] Brett Porter updated MNG-360: - Fix Version: 2.0-alpha-3 Assign To: Trygve Laugstol Move artifact filters from the runtime builder in plexus to maven-artifact

[maven2 build - FAILED] Wed Apr 27 22:07:00 EDT 2005

2005-04-27 Thread jvanzyl
Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050427.220700.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Closed: (MNG-362) pluginManagement inheritance problem

2005-04-27 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-362?page=all ] Brett Porter closed MNG-362: Fix Version: 2.0-alpha-2 Resolution: Fixed this was fixed by John's changes, and I have made some additional changes so that a plugin definition is -never-

[jira] Closed: (MNG-357) 'build' section of POM does not appears to be inherited

2005-04-27 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-357?page=all ] Brett Porter closed MNG-357: Resolution: Won't Fix nothing is required according to the original description. A different bug regarding pluginManagement was opened and that has been fixed. 'build'

svn commit: r165089 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/inheritance/DefaultModelInheritanceAssembler.java

2005-04-27 Thread brett
Author: brett Date: Wed Apr 27 19:13:49 2005 New Revision: 165089 URL: http://svn.apache.org/viewcvs?rev=165089view=rev Log: clean up the inheritence of build - don't copy build verbatim if missing to ensure you don't get things that aren't intended for inheritence - this ensures plugins are

reporting API

2005-04-27 Thread Brett Porter
Hi, Emmanuel has done some good work on the reporting API and it is nearly ready. In discussing it, we noted a couple of issues worth discussing. Firstly, are report JARs regular plugins, or should they have the type maven-report? We believe they should be one JAR - ie only a maven-plugin type.

[jira] Closed: (MNG-356) do not include Sun JARs in converted POMs

2005-04-27 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-356?page=all ] Brett Porter closed MNG-356: the resolution to this was actually different to the description - please check that in future. However, I'm happy with what we have - I don't think it is worth the extra

[jira] Closed: (MNG-332) when packaging = pom, the repository should store it in the groupID directory

2005-04-27 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-332?page=all ] Brett Porter closed MNG-332: when packaging = pom, the repository should store it in the groupID directory - Key:

[jira] Closed: (MNG-329) put all the scripts in CVS

2005-04-27 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-329?page=all ] Brett Porter closed MNG-329: put all the scripts in CVS -- Key: MNG-329 URL: http://jira.codehaus.org/browse/MNG-329 Project: m2 Type:

[jira] Closed: (MNG-328) figure out why commons-logging-1.0.4 won't convert via the repoclean process

2005-04-27 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-328?page=all ] Brett Porter closed MNG-328: figure out why commons-logging-1.0.4 won't convert via the repoclean process Key:

[jira] Closed: (MNG-309) more repoclean enhancements

2005-04-27 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-309?page=all ] Brett Porter closed MNG-309: more repoclean enhancements --- Key: MNG-309 URL: http://jira.codehaus.org/browse/MNG-309 Project: m2 Type: Bug

[jira] Closed: (MNG-312) add test artifacts to repository

2005-04-27 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-312?page=all ] Brett Porter closed MNG-312: add test artifacts to repository Key: MNG-312 URL: http://jira.codehaus.org/browse/MNG-312 Project: m2

[jira] Closed: (MNG-323) handle + is groupIds/artifactIds

2005-04-27 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-323?page=all ] Brett Porter closed MNG-323: handle + is groupIds/artifactIds -- Key: MNG-323 URL: http://jira.codehaus.org/browse/MNG-323 Project: m2

[jira] Closed: (MNG-221) simplify mojo qdox specification

2005-04-27 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-221?page=all ] Brett Porter closed MNG-221: simplify mojo qdox specification Key: MNG-221 URL: http://jira.codehaus.org/browse/MNG-221 Project: m2

[jira] Closed: (MNG-283) move MavenSettings.java code into Settings via modello

2005-04-27 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-283?page=all ] Brett Porter closed MNG-283: move MavenSettings.java code into Settings via modello -- Key: MNG-283 URL:

[jira] Closed: (MNG-287) make repo tool add sha1's to all artifacts, and also add to wagon/artifact deployer

2005-04-27 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-287?page=all ] Brett Porter closed MNG-287: make repo tool add sha1's to all artifacts, and also add to wagon/artifact deployer ---

[jira] Closed: (MNG-157) java mojo extractor should search extended classes for annotations

2005-04-27 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-157?page=all ] Brett Porter closed MNG-157: java mojo extractor should search extended classes for annotations -- Key: MNG-157 URL:

[jira] Commented: (MNG-295) ./build.properties equivalent

2005-04-27 Thread Michael Hinterseher (JIRA)
[ http://jira.codehaus.org/browse/MNG-295?page=comments#action_38265 ] Michael Hinterseher commented on MNG-295: - What is also missing in my mind are a kind of distribution channels. Normally you have several builds to do during your release

[jira] Commented: (MNG-295) ./build.properties equivalent

2005-04-27 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-295?page=comments#action_38266 ] Brett Porter commented on MNG-295: -- Michael, you'll find this described under profiles also scheduled for alpha-3 ./build.properties equivalent -

[maven2 build - FAILED] Wed Apr 27 23:06:59 EDT 2005

2005-04-27 Thread jvanzyl
Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050427.230659.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Updated: (MNG-45) Complete lifecycle design, and document for users/developers

2005-04-27 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-45?page=all ] Brett Porter updated MNG-45: Component: documentation Summary: Complete lifecycle design, and document for users/developers (was: Documentation of the lifecyle, and other design docs) Complete

results of synchronize

2005-04-27 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java mypath: /home/projects/maven/repository-tools/repoclean/repoclean.sh Setting mydir based on mypath... mydir:

[maven2 build - FAILED] Wed Apr 27 23:26:55 EDT 2005

2005-04-27 Thread jvanzyl
Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050427.232655.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r165090 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/inheritance/DefaultModelInheritanceAssembler.java

2005-04-27 Thread brett
Author: brett Date: Wed Apr 27 20:31:49 2005 New Revision: 165090 URL: http://svn.apache.org/viewcvs?rev=165090view=rev Log: fix bug I introduced Modified: maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/inheritance/DefaultModelInheritanceAssembler.java

[maven2 build - FAILED] Wed Apr 27 23:34:31 EDT 2005

2005-04-27 Thread jvanzyl
Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050427.233431.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r165093 - /maven/components/trunk/maven-plugins/maven-site-plugin/src/main/java/org/apache/maven/doxia/ScpSiteDeployMojo.java

2005-04-27 Thread brett
Author: brett Date: Wed Apr 27 21:02:57 2005 New Revision: 165093 URL: http://svn.apache.org/viewcvs?rev=165093view=rev Log: fix compile error Modified: maven/components/trunk/maven-plugins/maven-site-plugin/src/main/java/org/apache/maven/doxia/ScpSiteDeployMojo.java Modified:

results of synchronize

2005-04-27 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java mypath: /home/projects/maven/repository-tools/repoclean/repoclean.sh Setting mydir based on mypath... mydir:

[maven2 build - SUCCESS] Thu Apr 28 00:07:00 EDT 2005

2005-04-27 Thread jvanzyl
Distribution: http://www.codehaus.org/~maven/m2/m2-20050428.000700.tar.gz Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050428.000700.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

svn commit: r165096 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/injection/DefaultModelDefaultsInjector.java

2005-04-27 Thread jdcasey
Author: jdcasey Date: Wed Apr 27 21:21:11 2005 New Revision: 165096 URL: http://svn.apache.org/viewcvs?rev=165096view=rev Log: Corrected goal and plugin configuration injection (from managed info). Modified:

[jira] Created: (MNG-363) old code cleanup - cli, messages, etc

2005-04-27 Thread Brett Porter (JIRA)
old code cleanup - cli, messages, etc - Key: MNG-363 URL: http://jira.codehaus.org/browse/MNG-363 Project: m2 Type: Task Components: maven-core Reporter: Brett Porter Fix For: 2.0-beta-1 there are some lingering