Re: How to contribute to the Maven project

2005-08-16 Thread Stephane Nicoll
I've seen the page yesterday and I must say it's an excellent idea! Cheers, Stéphane On 8/16/05, Trygve Laugstøl <[EMAIL PROTECTED]> wrote: > Hi! > > I've added a field to our JIRA instance called "Complexity". This field is > an indicator on how hard the issue will be, for the actual definition

Re: [m2] site for plugins

2005-08-16 Thread Brett Porter
For now, you must manually run "m2 plugin:xdoc site:site" - Brett Raphaël Piéroni wrote: > Hello, > > I would like to know how to generate the list of a Mojo attributes as > seenable in each > M2 plugin site (like in > http://maven.apache.org/maven2/plugins/maven-ant-plugin/ant-mojo.html). > > I

API breakage [Fwd: [continuum build - FAILED - checkout] Wed Aug 17 00:30:00 GMT 2005]

2005-08-16 Thread Brett Porter
Somebody has recently changed a public API (looks like maven-project). Can you please put a backwards compatible method in that calls the new one? Thanks, Brett --- Begin Message --- Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20050817.003001.txt --- End Message --- -

[maven2 build - SUCCESS - update] Wed Aug 17 02:15:00 GMT 2005

2005-08-16 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050817.021500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050817.021500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

svn commit: r233104 - /maven/components/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java

2005-08-16 Thread jdcasey
Author: jdcasey Date: Tue Aug 16 19:05:04 2005 New Revision: 233104 URL: http://svn.apache.org/viewcvs?rev=233104&view=rev Log: Throwing exception if infinite loop detected in phase vs. executePhase...this is probably not optimal, but it's a start. Modified: maven/components/trunk/maven-cor

Re: M2 Build from svn: Failed to parse model from file maven-plugin-parent-2.0-beta-1-SNAPSHOT.pom

2005-08-16 Thread Trygve Laugstøl
On Wed, Aug 17, 2005 at 02:44:15AM +0300, Andrius Karpavicius wrote: > Hello, > > Wanted to try the latest version of M2 as described in > http://maven.apache.org/maven2/building.html. > > Compilation and etc.. of Maven worked fine, but when trying to build my > project I get this error. The sa

Problem finding marmelade tld?

2005-08-16 Thread Leck, William C \(Bill\)
I posted the same message to the user's site. I'm new to this list and am not sure where such a post would belong. I'm a maven newbie an have been working my way through the documentation. I'm trying to build the example Hello World Plug-in that is in the Maven documentation at http://maven.apac

svn commit: r233092 - /maven/maven-1/plugins/trunk/pdf/src/plugin-resources/fo-body.xslt

2005-08-16 Thread aheritier
Author: aheritier Date: Tue Aug 16 17:43:16 2005 New Revision: 233092 URL: http://svn.apache.org/viewcvs?rev=233092&view=rev Log: Fix how to display an image with a full url Modified: maven/maven-1/plugins/trunk/pdf/src/plugin-resources/fo-body.xslt Modified: maven/maven-1/plugins/trunk/pdf/

svn commit: r233091 - /maven/maven-1/plugins/trunk/pdf/src/plugin-test/test02/xdocs/test.xml

2005-08-16 Thread aheritier
Author: aheritier Date: Tue Aug 16 17:42:16 2005 New Revision: 233091 URL: http://svn.apache.org/viewcvs?rev=233091&view=rev Log: Fix image imported in the sample. Use a full url. Modified: maven/maven-1/plugins/trunk/pdf/src/plugin-test/test02/xdocs/test.xml Modified: maven/maven-1/plugins/

[continuum build - FAILED - checkout] Wed Aug 17 00:30:00 GMT 2005

2005-08-16 Thread continuum
Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20050817.003001.txt

[maven2 build - SUCCESS - checkout] Wed Aug 17 00:15:00 GMT 2005

2005-08-16 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050817.001500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050817.001500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

svn commit: r233090 - /maven/maven-1/plugins/trunk/maven.xml

2005-08-16 Thread aheritier
Author: aheritier Date: Tue Aug 16 17:24:55 2005 New Revision: 233090 URL: http://svn.apache.org/viewcvs?rev=233090&view=rev Log: - clover isn't turn off at the end of its tests so all following tests are useless - gump need a property : maven.gump.svn.dir Modified: maven/maven-1/plugins/tru

M2 Build from svn: Failed to parse model from file maven-plugin-parent-2.0-beta-1-SNAPSHOT.pom

2005-08-16 Thread Andrius Karpavicius
Hello, Wanted to try the latest version of M2 as described in http://maven.apache.org/maven2/building.html. Compilation and etc.. of Maven worked fine, but when trying to build my project I get this error. The same task worked fine with alpha-3 release. Something should I change? Thank you, A

[jira] Commented: (MNG-745) Deploying source jar to repository receives wrong name

2005-08-16 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-745?page=comments#action_44598 ] Bob Allison commented on MNG-745: - Correction on the above: In the repository, the file is log4j-3.0-20050816.233900-8-artifactClassifier.artifactType I am also noticing that the source

[jira] Created: (MNG-745) Deploying source jar to repository receives wrong name

2005-08-16 Thread Bob Allison (JIRA)
Deploying source jar to repository receives wrong name -- Key: MNG-745 URL: http://jira.codehaus.org/browse/MNG-745 Project: Maven 2 Type: Bug Components: maven-artifact Versions: 2.0-beta-1 Environment

[jira] Commented: (MNG-734) java.lang.InstantiationException while deploying snapshot

2005-08-16 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-734?page=comments#action_44595 ] Bob Allison commented on MNG-734: - Well, that description does explain why when I simplified my POM for testing I started geting the exception for both snapshots and releases. Adding the

[jira] Commented: (MNG-744) Create and maintain an M2 implementation of a maven webstart (JNLP) plugin.

2005-08-16 Thread Corridor Software Developer (JIRA)
[ http://jira.codehaus.org/browse/MNG-744?page=comments#action_44593 ] Corridor Software Developer commented on MNG-744: - Adding my name to the Confluence Maven Plugin Matrix to indicate that the plugin is being developed. > Create and main

[jira] Created: (MNG-744) Create and maintain an M2 implementation of a maven webstart (JNLP) plugin.

2005-08-16 Thread Corridor Software Developer (JIRA)
Create and maintain an M2 implementation of a maven webstart (JNLP) plugin. --- Key: MNG-744 URL: http://jira.codehaus.org/browse/MNG-744 Project: Maven 2 Type: New Feature Components: maven-pl

[jira] Updated: (MEV-64) wrong version for emma/emma is declared, there is no 2.0.latest in the repository.

2005-08-16 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-64?page=all ] Carlos Sanchez updated MEV-64: -- Group ID: directory-network (was: directory-networking) > wrong version for emma/emma is declared, there is no 2.0.latest in the > repository. > --

[jira] Created: (MEV-64) wrong version for emma/emma is declared, there is no 2.0.latest in the repository.

2005-08-16 Thread Christian Andersson (JIRA)
wrong version for emma/emma is declared, there is no 2.0.latest in the repository. -- Key: MEV-64 URL: http://jira.codehaus.org/browse/MEV-64 Project: Maven Evangelism Type: Bug Compon

[jira] Created: (MPCHANGELOG-73) Add to the Clearcase Log Factory the possibility to get changes from a specific branch.

2005-08-16 Thread Pascal Larin (JIRA)
Add to the Clearcase Log Factory the possibility to get changes from a specific branch. --- Key: MPCHANGELOG-73 URL: http://jira.codehaus.org/browse/MPCHANGELOG-73 Project: maven-changelog-p

[jira] Commented: (MNG-743) example maven project architecture (jars, wars, ejbs, and an ear)

2005-08-16 Thread Jesse McConnell (JIRA)
[ http://jira.codehaus.org/browse/MNG-743?page=comments#action_44588 ] Jesse McConnell commented on MNG-743: - I think it is worth it alone to have a working example of dependencyManagement with that version injection, that is just too cool > example mav

[jira] Commented: (MNG-709) lifecycle can end up in an infinite loop

2005-08-16 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-709?page=comments#action_44587 ] John Casey commented on MNG-709: Just modified to detect whether the current mojo (the forking mojo) exists at an earlier phase of the lifecycle than the phase it's trying to execute in t

[jira] Commented: (MNG-743) example maven project architecture (jars, wars, ejbs, and an ear)

2005-08-16 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-743?page=comments#action_44586 ] John Casey commented on MNG-743: This is great! When I get a second (probably tonight) I'll go back over the existing archetypes to refresh my memory, and then convert this attachment int

Re: How to contribute to the Maven project

2005-08-16 Thread Jason van Zyl
On Tue, 2005-08-16 at 22:22 +0200, Trygve Laugstøl wrote: > Hi! > > I've added a field to our JIRA instance called "Complexity". This field is > an indicator on how hard the issue will be, for the actual definition, > please read[1]. There's a wiki page at our Codehaus Confluence that reads > from

[jira] Created: (MNG-743) example maven project architecture (jars, wars, ejbs, and an ear)

2005-08-16 Thread Jesse McConnell (JIRA)
example maven project architecture (jars, wars, ejbs, and an ear) - Key: MNG-743 URL: http://jira.codehaus.org/browse/MNG-743 Project: Maven 2 Type: Improvement Reporter: Jesse McConnell Priority: T

[maven2 build - SUCCESS - update] Tue Aug 16 20:30:00 GMT 2005

2005-08-16 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050816.203000.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050816.203000.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

[jira] Created: (MPCHANGELOG-72) Auto select factory from connection doesn't work if provider name length different from 3.

2005-08-16 Thread Pascal Larin (JIRA)
Auto select factory from connection doesn't work if provider name length different from 3. -- Key: MPCHANGELOG-72 URL: http://jira.codehaus.org/browse/MPCHANGELOG-72 Project: maven-chang

How to contribute to the Maven project

2005-08-16 Thread Trygve Laugstøl
Hi! I've added a field to our JIRA instance called "Complexity". This field is an indicator on how hard the issue will be, for the actual definition, please read[1]. There's a wiki page at our Codehaus Confluence that reads from JIRA and shows an updated list[2]. The intention is to make it easie

[maven2 build - SUCCESS - update] Tue Aug 16 20:15:00 GMT 2005

2005-08-16 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050816.201500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050816.201500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

svn commit: r233049 - in /maven/components/trunk/maven-plugins: maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/AssemblyMojo.java maven-ejb-plugin/src/main/java/org/apache/maven/plugin/ejb/EjbMojo.java

2005-08-16 Thread jdcasey
Author: jdcasey Date: Tue Aug 16 13:19:38 2005 New Revision: 233049 URL: http://svn.apache.org/viewcvs?rev=233049&view=rev Log: Removing attached-Artifact creation code, replacing with MavenProjectHelper.attachArtifact(..). Modified: maven/components/trunk/maven-plugins/maven-assembly-plugi

[jira] Closed: (MNG-741) new method: addResource( String directory, String includes, String excludes ) on MavenProject

2005-08-16 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-741?page=all ] John Casey closed MNG-741: -- Resolution: Fixed Use MavenProjectHelper.addResource( MavenProject project, String dir, List includes, List excludes) expression for this helper class as a mojo param is: $

[jira] Updated: (MPFAQ-16) faq plugin does not produce valid XHTML 1.0 Transitional

2005-08-16 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPFAQ-16?page=all ] Lukas Theussl updated MPFAQ-16: --- Attachment: valid_html.patch A trivial change to fix this: since and are the only elements allowed in , it suffices to call only the template. As such, the element

svn commit: r233048 - /maven/components/trunk/maven-plugins/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarMojo.java

2005-08-16 Thread trygvis
Author: trygvis Date: Tue Aug 16 12:54:30 2005 New Revision: 233048 URL: http://svn.apache.org/viewcvs?rev=233048&view=rev Log: Fixing MNG-478: "war:war warSourceExcludes parameter not used when set in the POM". Patch created by Greg Case, thanks for your work! Modified: mave

[jira] Updated: (MPFAQ-15) Adding a "top" link after each answer

2005-08-16 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPFAQ-15?page=all ] Lukas Theussl updated MPFAQ-15: --- Attachment: top.patch I thought linking to the top of the FAQ page would be more useful than only to the question that has just been answered. I attach a patch for faq.

[jira] Commented: (MNG-734) java.lang.InstantiationException while deploying snapshot

2005-08-16 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-734?page=comments#action_44579 ] John Casey commented on MNG-734: Just reading up on this, and I have a couple questions: 1. Do you specify a repository entry in your section of your POM? 2. Do you specify a snapshotR

Re: [proposal] plugin oversight

2005-08-16 Thread Jason van Zyl
On Tue, 2005-08-16 at 10:53 -0700, Carlos Sanchez wrote: > +1 > > I agree with Vincent that commitment over time is the problem, mainly > because mantaining a plugin you don't use is somewhat difficult. Agreed. Maybe we could come up with some simple metrics which might indicate a good time to pa

[jira] Commented: (MNG-734) java.lang.InstantiationException while deploying snapshot

2005-08-16 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-734?page=comments#action_44572 ] Bob Allison commented on MNG-734: - I renamed "deploymentRepository" to "ploymentRepository" so that it comes after "localRepository" during processing. This allows me to look at the meth

[m2] site for plugins

2005-08-16 Thread Raphaël Piéroni
Hello, I would like to know how to generate the list of a Mojo attributes as seenable in each M2 plugin site (like in http://maven.apache.org/maven2/plugins/maven-ant-plugin/ant-mojo.html). I have explored the maven-site, maven-plugin-parent, each maven-plugin poms and code of the site-plug

[jira] Commented: (MAVENUPLOAD-465) Please upload Hammurapi bundle

2005-08-16 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-465?page=comments#action_44571 ] Carlos Sanchez commented on MAVENUPLOAD-465: The id in the pom has not the "-db" part, that the jar files have. Take your time, review them carefully and post again w

[jira] Commented: (MAVENUPLOAD-465) Please upload Hammurapi bundle

2005-08-16 Thread Arun Nachimuthu (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-465?page=comments#action_44569 ] Arun Nachimuthu commented on MAVENUPLOAD-465: - I have corrected and attached the bundles. If I have to upload in the web site i need some time to request that to the

[jira] Updated: (MAVENUPLOAD-465) Please upload Hammurapi bundle

2005-08-16 Thread Arun Nachimuthu (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-465?page=all ] Arun Nachimuthu updated MAVENUPLOAD-465: Attachment: historyoutput-db-3.17.0-bundle.jar > Please upload Hammurapi bundle > -- > > Key: MAVENUPLOAD-4

[jira] Updated: (MAVENUPLOAD-465) Please upload Hammurapi bundle

2005-08-16 Thread Arun Nachimuthu (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-465?page=all ] Arun Nachimuthu updated MAVENUPLOAD-465: Attachment: historyinspector-db-3.17.0-bundle.jar > Please upload Hammurapi bundle > -- > > Key: MAVENUPLOA

[jira] Closed: (MAVENUPLOAD-483) mstor 0.9.7 - Maven bundle

2005-08-16 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-483?page=all ] Carlos Sanchez closed MAVENUPLOAD-483: -- Assign To: Carlos Sanchez Resolution: Fixed > mstor 0.9.7 - Maven bundle > -- > > Key: MAVENUPLOAD-483 >

[maven2 build - SUCCESS - update] Tue Aug 16 18:30:00 GMT 2005

2005-08-16 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050816.183000.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050816.183000.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

[jira] Commented: (MAVENUPLOAD-465) Please upload Hammurapi bundle

2005-08-16 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-465?page=comments#action_44568 ] Carlos Sanchez commented on MAVENUPLOAD-465: These two still pending because the jar inside has uppercase http://www.hammurapi.org/dist/historyInspector-db-3.17.0-bund

[jira] Closed: (MNG-483) sort out artifact attachment

2005-08-16 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-483?page=all ] John Casey closed MNG-483: -- Resolution: Fixed cliOnly annotation parameter has been changed to @requiresDirectInvocation to reflect potential embedded mode, and to act as a flag like @requiresProject d

svn commit: r233029 - /maven/components/trunk/maven-plugins/maven-source-plugin/src/main/java/org/apache/maven/plugin/source/JarSourceMojo.java

2005-08-16 Thread jdcasey
Author: jdcasey Date: Tue Aug 16 11:23:05 2005 New Revision: 233029 URL: http://svn.apache.org/viewcvs?rev=233029&view=rev Log: Forgot to remove the SNAPSHOT check...this should close MNG-483 Modified: maven/components/trunk/maven-plugins/maven-source-plugin/src/main/java/org/apache/maven/pl

[maven2 build - SUCCESS - update] Tue Aug 16 18:15:00 GMT 2005

2005-08-16 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050816.181500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050816.181500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

svn commit: r233021 - in /maven/components/trunk: maven-core/src/main/java/org/apache/maven/lifecycle/ maven-core/src/main/resources/META-INF/plexus/ maven-plugin-descriptor/src/main/java/org/apache/maven/plugin/descriptor/ maven-plugin-tools/maven-plu...

2005-08-16 Thread jdcasey
Author: jdcasey Date: Tue Aug 16 11:03:20 2005 New Revision: 233021 URL: http://svn.apache.org/viewcvs?rev=233021&view=rev Log: Working on MNG-483 o Added @requiresDirectInvocation (was: @cliOnly, but this implies m2 is run from CLI...counter-intuitive for embedding) o Added handling for new @r

[maven2 build - FAILED - update] Tue Aug 16 18:00:00 GMT 2005

2005-08-16 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050816.18.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [proposal] plugin oversight

2005-08-16 Thread Carlos Sanchez
+1 I agree with Vincent that commitment over time is the problem, mainly because mantaining a plugin you don't use is somewhat difficult. On 8/15/05, Vincent Massol <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Eric Pugh [mailto:[EMAIL PROTECTED] > > Sent: lundi 15 aoû

[maven2 build - FAILED - update] Tue Aug 16 17:45:00 GMT 2005

2005-08-16 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050816.174500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[maven2 build - FAILED - update] Tue Aug 16 17:30:00 GMT 2005

2005-08-16 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050816.173000.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[maven2 build - FAILED - update] Tue Aug 16 17:15:00 GMT 2005

2005-08-16 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050816.171500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (MNG-734) java.lang.InstantiationException while deploying snapshot

2005-08-16 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-734?page=comments#action_44562 ] Bob Allison commented on MNG-734: - After putting a few System.out.println in the plexus code, I have traced the cause of the exception back a little. When the deploy plugin is loaded, it

[maven2 build - FAILED - update] Tue Aug 16 16:45:00 GMT 2005

2005-08-16 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050816.164500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[maven2 build - FAILED - update] Tue Aug 16 16:30:00 GMT 2005

2005-08-16 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050816.163000.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Closed: (MNG-723) [patch] assembly:unpack

2005-08-16 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-723?page=all ] John Casey closed MNG-723: -- Resolution: Fixed Applied patch from MNG-483 which was an updated version of the attached. Thanks! > [patch] assembly:unpack > --- > > Key: MNG-

svn commit: r233012 - in /maven/components/trunk/maven-plugins/maven-assembly-plugin: ./ src/main/java/org/apache/maven/plugin/assembly/

2005-08-16 Thread jdcasey
Author: jdcasey Date: Tue Aug 16 09:21:39 2005 New Revision: 233012 URL: http://svn.apache.org/viewcvs?rev=233012&view=rev Log: Applying patch from Jason Grant for unpacking assemblies and for attaching assemblies as attached artifacts - Thanks, Jason Added: maven/components/trunk/maven-plu

[jira] Commented: (MPCRUISECONTROL-35) Need a report=always property (rather than reportsuccess=always)?

2005-08-16 Thread Matthew Beermann (JIRA)
[ http://jira.codehaus.org/browse/MPCRUISECONTROL-35?page=comments#action_44553 ] Matthew Beermann commented on MPCRUISECONTROL-35: - Upon closer inspection, I'm really talking about Cruise Control's "spamwhilebroken" setting... so maybe morp

[jira] Commented: (MNG-735) Assembly plugin to support 'directory' archive type

2005-08-16 Thread Daniel Krisher (JIRA)
[ http://jira.codehaus.org/browse/MNG-735?page=comments#action_44549 ] Daniel Krisher commented on MNG-735: Actually, a better approach to (2.) would be to apply the artifact/notartifact 'flag' to the entire assembly: 2. Somehow specify that this archi

[jira] Commented: (MNG-735) Assembly plugin to support 'directory' archive type

2005-08-16 Thread Daniel Krisher (JIRA)
[ http://jira.codehaus.org/browse/MNG-735?page=comments#action_44546 ] Daniel Krisher commented on MNG-735: This patch is somewhat invalidated due to MNG-483 (sorry, I should have checked JIRA more carefully first...): I wrote this with the intention of

[jira] Closed: (MPSCM-61) Exception while executing SCM command.

2005-08-16 Thread Alex Mayorga Adame (JIRA)
[ http://jira.codehaus.org/browse/MPSCM-61?page=all ] Alex Mayorga Adame closed MPSCM-61: --- Resolution: Fixed Fix Version: 1.5 (Visible to jira-users) > Exception while executing SCM command. > -- > >

[maven2 build - SUCCESS - update] Tue Aug 16 13:15:00 GMT 2005

2005-08-16 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050816.131500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050816.131500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

[jira] Closed: (MNG-722) maven-site-plugin maven-site.vm contains wired encoding

2005-08-16 Thread Vincent Siveton (JIRA)
[ http://jira.codehaus.org/browse/MNG-722?page=all ] Vincent Siveton closed MNG-722: --- Resolution: Fixed Fix Version: 2.0-beta-1 Applied in SVN. Tx again. > maven-site-plugin maven-site.vm contains wired encoding > ---

svn commit: r232989 - in /maven/components/trunk/maven-plugins/maven-site-plugin/src/main: java/org/apache/maven/doxia/DoxiaMojo.java resources/default-site.xml

2005-08-16 Thread vsiveton
Author: vsiveton Date: Tue Aug 16 05:47:25 2005 New Revision: 232989 URL: http://svn.apache.org/viewcvs?rev=232989&view=rev Log: MNG-722: Applied changes proposed by Incze Lajos, ie using OutputStreamWriter(FileOutputStream(...), outputEncoding) instead of FileWriter(...). Added also the outputE

Re: [proposal] plugin oversight

2005-08-16 Thread Rinku
+1 I agree with the "plugin care" assessment idea. Reckon that quarterly summary by plugin maintainer should keep things tight (hopefully!) Happy to adopt a "lesser plugin of Maven" ;-). Cheers, Rahul - Original Message - From: "Vincent Massol" <[EMAIL PROTECTED]> To: "'Maven De

[jira] Created: (MAVENUPLOAD-483) mstor 0.9.7 - Maven bundle

2005-08-16 Thread Ben Fortuna (JIRA)
mstor 0.9.7 - Maven bundle -- Key: MAVENUPLOAD-483 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-483 Project: maven-upload-requests Type: Task Reporter: Ben Fortuna http://mstor.sourceforge.net/maven/mstor-0.9.7-bundle.jar http://mstor.