[jira] Created: (MPRELEASE-11) does not handle non-jar dependencies

2005-08-15 Thread Fredrik Vraalsen (JIRA)
does not handle non-jar dependencies Key: MPRELEASE-11 URL: http://jira.codehaus.org/browse/MPRELEASE-11 Project: maven-release-plugin Type: Bug Environment: Maven 1.0.2, maven-release-plugin 1.4.1 Reporter: Fredrik Vraalsen

[jira] Created: (MPEJB-19) EJBArtifactTypeHandler should append -client to artifactId, not version string?

2005-08-15 Thread Fredrik Vraalsen (JIRA)
EJBArtifactTypeHandler should append -client to artifactId, not version string? - Key: MPEJB-19 URL: http://jira.codehaus.org/browse/MPEJB-19 Project: maven-ejb-plugin Type: Bug

[jira] Closed: (MPEJB-19) EJBArtifactTypeHandler should append -client to artifactId, not version string?

2005-08-15 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MPEJB-19?page=all ] Brett Porter closed MPEJB-19: - Assign To: Brett Porter Resolution: Won't Fix this is consistent with the m2 implementation. client is a classifier, coming after the version. It is much clearer

[jira] Updated: (MPEJB-19) EJBArtifactTypeHandler should append -client to artifactId, not version string?

2005-08-15 Thread Fredrik Vraalsen (JIRA)
[ http://jira.codehaus.org/browse/MPEJB-19?page=all ] Fredrik Vraalsen updated MPEJB-19: -- Attachment: ejb-client-name-testcase.patch Patch for testcase EJBArtifactTypeHandler should append -client to artifactId, not version string?

[jira] Created: (MPEJB-20) plugin does not compile

2005-08-15 Thread Fredrik Vraalsen (JIRA)
plugin does not compile --- Key: MPEJB-20 URL: http://jira.codehaus.org/browse/MPEJB-20 Project: maven-ejb-plugin Type: Bug Versions: 1.7 Environment: Maven 1.0.2, maven-ejb-plugin 1.7-SNAPSHOT, Sun JDK 1.5 (Windows) Reporter: Fredrik

[jira] Reopened: (MPEJB-19) EJBArtifactTypeHandler should append -client to artifactId, not version string?

2005-08-15 Thread Fredrik Vraalsen (JIRA)
[ http://jira.codehaus.org/browse/MPEJB-19?page=all ] Fredrik Vraalsen reopened MPEJB-19: --- In this case, I run into a problem because the ejb and ejb client files have the same artifact id, meaning that I cannot depend on both (Maven will choose

svn commit: r232772 - /maven/maven-1/plugins/trunk/ejb/plugin.jelly

2005-08-15 Thread vmassol
Author: vmassol Date: Mon Aug 15 01:27:20 2005 New Revision: 232772 URL: http://svn.apache.org/viewcvs?rev=232772view=rev Log: MPEJB-20: Fixed error in previous patch for MPEJB-2 in ejb:deploy which was deploying the ejb-client as a jar instead as an ejb. Many thanks to Fredrik Vraalsen for

[jira] Commented: (MPEJB-20) plugin does not compile

2005-08-15 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MPEJB-20?page=comments#action_44472 ] Vincent Massol commented on MPEJB-20: - Hi Fredrik, I've fixed the ejb-client part of this bug. Many thanks for catching this! WRT to the UTF-8, obviously it's working for me but

[jira] Updated: (MPEJB-20) plugin does not compile

2005-08-15 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MPEJB-20?page=all ] Vincent Massol updated MPEJB-20: Attachment: maven-ejb-plugin-1.7-SNAPSHOT.jar Ejb plugin version built after applying this patch (the part with the ejb-client). plugin does not compile

[jira] Closed: (MPEJB-20) plugin does not compile

2005-08-15 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MPEJB-20?page=all ] Vincent Massol closed MPEJB-20: --- Assign To: Vincent Massol Resolution: Fixed Fix Version: 1.7 Applied (except for the contributor's name change) plugin does not compile

[jira] Commented: (MPEJB-19) EJBArtifactTypeHandler should append -client to artifactId, not version string?

2005-08-15 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MPEJB-19?page=comments#action_44475 ] Vincent Massol commented on MPEJB-19: - Fredrik, Although I haven tried it you need a dependency of type 'ejb-client', not 'ejb': dependency groupIdsintef/groupId

[jira] Created: (MAVEN-1666) Non-informative exception when running 1.1-beta-1 on pom/maven.xml working in 1.0.2

2005-08-15 Thread Jan-Helge Bergesen (JIRA)
Non-informative exception when running 1.1-beta-1 on pom/maven.xml working in 1.0.2 --- Key: MAVEN-1666 URL: http://jira.codehaus.org/browse/MAVEN-1666 Project: Maven Type: Bug

[jira] Commented: (MPEJB-20) plugin does not compile

2005-08-15 Thread Fredrik Vraalsen (JIRA)
[ http://jira.codehaus.org/browse/MPEJB-20?page=comments#action_44476 ] Fredrik Vraalsen commented on MPEJB-20: --- Hi Vincent, The error I get in Maven 1.0.2 is java.io.UTFDataFormatException: Invalid byte 2 of 3-byte UTF-8 sequence. I think the

[jira] Created: (MNG-736) Move ear source directory to comply with other plugin's structure

2005-08-15 Thread Stephane Nicoll (JIRA)
Move ear source directory to comply with other plugin's structure - Key: MNG-736 URL: http://jira.codehaus.org/browse/MNG-736 Project: Maven 2 Type: Wish Components: maven-plugins Reporter:

svn commit: r232787 - /maven/components/trunk/maven-plugins/maven-ear-plugin/src/main/java/org/apache/maven/plugin/ear/EarMojo.java

2005-08-15 Thread vmassol
Author: vmassol Date: Mon Aug 15 03:37:30 2005 New Revision: 232787 URL: http://svn.apache.org/viewcvs?rev=232787view=rev Log: MNG-736: Move ear source directory to comply with other plugin's structure. Applied on Stephane's behalf. Modified:

[jira] Closed: (MNG-736) Move ear source directory to comply with other plugin's structure

2005-08-15 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MNG-736?page=all ] Vincent Massol closed MNG-736: -- Assign To: Vincent Massol Resolution: Fixed Applied. Move ear source directory to comply with other plugin's structure

[jira] Commented: (MPEJB-19) EJBArtifactTypeHandler should append -client to artifactId, not version string?

2005-08-15 Thread Fredrik Vraalsen (JIRA)
[ http://jira.codehaus.org/browse/MPEJB-19?page=comments#action_44478 ] Fredrik Vraalsen commented on MPEJB-19: --- Ok, I tried to change my dependencies to dependencies dependency groupIdsintef/groupId

[maven2 build - FAILED - update] Mon Aug 15 10:45:00 GMT 2005

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

[maven2 build - FAILED - update] Mon Aug 15 11:00:00 GMT 2005

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

[maven2 build - FAILED - update] Mon Aug 15 11:15:00 GMT 2005

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

[maven2 build - FAILED - update] Mon Aug 15 11:30:00 GMT 2005

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

[jira] Commented: (MPEJB-19) EJBArtifactTypeHandler should append -client to artifactId, not version string?

2005-08-15 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MPEJB-19?page=comments#action_44479 ] Brett Porter commented on MPEJB-19: --- unfortunately, Maven 1.0.2 doesn't allow more than one dep with a different type but the same id. Fixed in Maven 1.1 beta 1, as you've seen. It's

svn commit: r232798 - in /maven/components/trunk/maven-core-it/it0033/src: application/ main/ main/application/

2005-08-15 Thread brett
Author: brett Date: Mon Aug 15 04:47:18 2005 New Revision: 232798 URL: http://svn.apache.org/viewcvs?rev=232798view=rev Log: fix the integration test after the default location changed Added: maven/components/trunk/maven-core-it/it0033/src/main/

[maven2 build - SUCCESS - update] Mon Aug 15 11:45:00 GMT 2005

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

[jira] Commented: (MPDIST-25) Goal dist:prepare-src-filesystem should also include build.properties in source distribution.

2005-08-15 Thread Davy Toch (JIRA)
[ http://jira.codehaus.org/browse/MPDIST-25?page=comments#action_44481 ] Davy Toch commented on MPDIST-25: - You're correct that it's best not to include build.properties but instead a kind of template file (BUILDING, build.properties.template, ...) in order

[jira] Commented: (MPEJB-19) EJBArtifactTypeHandler should append -client to artifactId, not version string?

2005-08-15 Thread Fredrik Vraalsen (JIRA)
[ http://jira.codehaus.org/browse/MPEJB-19?page=comments#action_44482 ] Fredrik Vraalsen commented on MPEJB-19: --- Ok, so I got the following to work in Maven 1.1 beta 1 (the EAR now includes both jar files): dependencies

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

2005-08-15 Thread Incze Lajos (JIRA)
[ http://jira.codehaus.org/browse/MNG-722?page=comments#action_44485 ] Incze Lajos commented on MNG-722: - You are not alone. No, at the moment it works with UTF-8, but not e.g. with ISO-8859-1. I have a pom.xml. It is an UTF-8 xml file with accented

troublesome jaxen POM

2005-08-15 Thread Steve Loughran
I've had to move a jar to our local repository with a handwritten pom because this bunny didnt work http://www.ibiblio.org/maven2/jaxen/jaxen/1.1-beta-7/jaxen-1.1-beta-7.pom 1, it wants Dom4J, which aint in the repository 2. it shouldnt be asking for it anyway; all it needs is an XML impl.

[jira] Commented: (MAVEN-1397) replace test plugin with surefire

2005-08-15 Thread Andy Glick (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1397?page=comments#action_44486 ] Andy Glick commented on MAVEN-1397: --- Brett, I set out to figure out how to help with the surefire port rather than on the m1 test plugin. Unfortunately, I seem to be missing the

[jira] Commented: (MAVEN-1397) replace test plugin with surefire

2005-08-15 Thread Trygve Laugstol (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1397?page=comments#action_44487 ] Trygve Laugstol commented on MAVEN-1397: You can get the Surefire sources here: https://svn.codehaus.org/surefire/trunk/surefire/ replace test plugin with surefire

[jira] Updated: (MNG-623) Improve the exclusion / inclusion of a dependency inside the ear

2005-08-15 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MNG-623?page=all ] Stephane Nicoll updated MNG-623: Fix Version: 2.0-beta-1 Improve the exclusion / inclusion of a dependency inside the ear

[jira] Created: (MPXDOC-157) Unclear error message when currentVersion/ in the project section of the project.xml file not defined.

2005-08-15 Thread Erwin Hogeweg (JIRA)
Unclear error message when currentVersion/ in the project section of the project.xml file not defined. --- Key: MPXDOC-157 URL: http://jira.codehaus.org/browse/MPXDOC-157

[jira] Commented: (MPCRUISECONTROL-34) FileNotFoundException with EmailPublisher

2005-08-15 Thread Bernd (JIRA)
[ http://jira.codehaus.org/browse/MPCRUISECONTROL-34?page=comments#action_44488 ] Bernd commented on MPCRUISECONTROL-34: -- http://jira.public.thoughtworks.org/browse/CC-112 FileNotFoundException with EmailPublisher

Re: [VOTE] Release EJB plugin v1.7?

2005-08-15 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 +1 Brett Porter wrote: | +1. | | This brings it inline with the m2 plugin and clears out the JIRA todo | list which is always a good thing. | | - Brett | | Vincent Massol wrote: | | |Hi, | |I'd like to release the EJB plugin v1.7. It corrects some

[jira] Created: (WAGONSSH-6) A space in an artifact name produces the error TransferFailedException: scp: ambiguous target

2005-08-15 Thread Sean Kelly (JIRA)
A space in an artifact name produces the error TransferFailedException: scp: ambiguous target --- Key: WAGONSSH-6 URL: http://jira.codehaus.org/browse/WAGONSSH-6 Project: wagon-ssh

[jira] Commented: (WAGONSSH-6) A space in an artifact name produces the error TransferFailedException: scp: ambiguous target

2005-08-15 Thread Sean Kelly (JIRA)
[ http://jira.codehaus.org/browse/WAGONSSH-6?page=comments#action_44492 ] Sean Kelly commented on WAGONSSH-6: --- Oops; I didn't mean to leave this at the default priority Major. It's minor. A workaround is just to use scpexe:// instead. A space in an

[jira] Commented: (MNG-479) unable to override the default central repository

2005-08-15 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-479?page=comments#action_44493 ] John Casey commented on MNG-479: Will we retain the mirroring functionality, and just identify mirror-master relationships by the master's URL, then? That seems like a pretty good way to

svn commit: r232831 - /maven/components/trunk/maven-site/src/site/apt/developers/development-guide.apt

2005-08-15 Thread trygvis
Author: trygvis Date: Mon Aug 15 09:32:16 2005 New Revision: 232831 URL: http://svn.apache.org/viewcvs?rev=232831view=rev Log: o Improving the 'related projects' section. Modified: maven/components/trunk/maven-site/src/site/apt/developers/development-guide.apt Modified:

[jira] Created: (MNG-737) maven 2 site generation page

2005-08-15 Thread Julian Wood (JIRA)
maven 2 site generation page Key: MNG-737 URL: http://jira.codehaus.org/browse/MNG-737 Project: Maven 2 Type: Bug Components: documentation Versions: 2.0-alpha-3 Reporter: Julian Wood Priority: Trivial On this page:

[jira] Created: (MNG-738) Ability to see where m2 picks up the parent pom (remote, local, source tree)

2005-08-15 Thread Dan Tran (JIRA)
Ability to see where m2 picks up the parent pom (remote, local, source tree) Key: MNG-738 URL: http://jira.codehaus.org/browse/MNG-738 Project: Maven 2 Type: Improvement Versions:

[maven2 build - SUCCESS - update] Mon Aug 15 16:30:00 GMT 2005

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

svn commit: r232832 - /maven/components/trunk/maven-site/src/site/apt/site.apt

2005-08-15 Thread trygvis
Author: trygvis Date: Mon Aug 15 09:39:20 2005 New Revision: 232832 URL: http://svn.apache.org/viewcvs?rev=232832view=rev Log: Fixing MNG-737. o Correcting the groupId of the plugin. Modified: maven/components/trunk/maven-site/src/site/apt/site.apt Modified:

[jira] Closed: (MNG-737) maven 2 site generation page

2005-08-15 Thread Trygve Laugstol (JIRA)
[ http://jira.codehaus.org/browse/MNG-737?page=all ] Trygve Laugstol closed MNG-737: --- Resolution: Fixed Fix Version: 2.0-beta-1 Fixed, thanks for creating the issue, maven 2 site generation page Key:

[jira] Updated: (MNG-623) Improve the exclusion / inclusion of a dependency inside the ear

2005-08-15 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MNG-623?page=all ] Stephane Nicoll updated MNG-623: Attachment: MNG-623.patch Provides two new flags to customize ear modules: * excluded ; if set the module is not bundle in the EAR file * library ; if set the java

svn commit: r232833 - in /maven/components/trunk/maven-plugins/maven-ear-plugin/src: main/java/org/apache/maven/plugin/ear/ site/apt/

2005-08-15 Thread trygvis
Author: trygvis Date: Mon Aug 15 09:46:12 2005 New Revision: 232833 URL: http://svn.apache.org/viewcvs?rev=232833view=rev Log: Fixing MNG-623: Improve the exclusion / inclusion of a dependency inside the ear Committing on behalf of Stephane Nicoll. Provides two new flags to

[jira] Closed: (MNG-623) Improve the exclusion / inclusion of a dependency inside the ear

2005-08-15 Thread Trygve Laugstol (JIRA)
[ http://jira.codehaus.org/browse/MNG-623?page=all ] Trygve Laugstol closed MNG-623: --- Resolution: Fixed Committed Improve the exclusion / inclusion of a dependency inside the ear

[maven2 build - SUCCESS - update] Mon Aug 15 16:45:00 GMT 2005

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

[jira] Created: (MPXDOC-158) Do not generate name tags from section names

2005-08-15 Thread Lukas Theussl (JIRA)
Do not generate name tags from section names Key: MPXDOC-158 URL: http://jira.codehaus.org/browse/MPXDOC-158 Project: maven-xdoc-plugin Type: Improvement Versions: 1.9.1 Environment: ? Reporter: Lukas Theussl

[jira] Commented: (MPXDOC-158) Do not generate name tags from section names

2005-08-15 Thread Trygve Laugstol (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-158?page=comments#action_44497 ] Trygve Laugstol commented on MPXDOC-158: As this will totally break backwards compablity I would say that the xdoc plugin should just warn and ignore any repeated headings.

[jira] Created: (MNG-739) surefire plugin ignoring includes or excludes tags when specified

2005-08-15 Thread Andy Glick (JIRA)
surefire plugin ignoring includes or excludes tags when specified - Key: MNG-739 URL: http://jira.codehaus.org/browse/MNG-739 Project: Maven 2 Type: Bug Components: maven-plugins Versions:

[jira] Commented: (MPXDOC-158) Do not generate name tags from section names

2005-08-15 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-158?page=comments#action_44498 ] Lukas Theussl commented on MPXDOC-158: -- 'Totally break' is a bit exaggerated in my opinion. There is nothing broken in any build process. And if you have a

[jira] Commented: (MPXDOC-158) Do not generate name tags from section names

2005-08-15 Thread Trygve Laugstol (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-158?page=comments#action_44499 ] Trygve Laugstol commented on MPXDOC-158: If you upgrade your plugin and suddenly links doesn't work that's something that I would call broken. Now if you instead just give a

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

2005-08-15 Thread Incze Lajos (JIRA)
[ http://jira.codehaus.org/browse/MNG-722?page=comments#action_44500 ] Incze Lajos commented on MNG-722: - OK. I've tracked down the problem. The velocity propery is involved only when it is the template engine that creates the output writer. In this case it

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

2005-08-15 Thread Incze Lajos (JIRA)
[ http://jira.codehaus.org/browse/MNG-722?page=all ] Incze Lajos updated MNG-722: Attachment: patch.txt FileWriter(...) - OutputStreamWriter(FileOutputStream(...), outputEncoding) Works for me. Tested with ISO-8859-1, UTF-8 outputEncoding and without

[jira] Created: (MNG-740) dependencies resolution not work using pom on local source tree - special case

2005-08-15 Thread Dan Tran (JIRA)
dependencies resolution not work using pom on local source tree - special case -- Key: MNG-740 URL: http://jira.codehaus.org/browse/MNG-740 Project: Maven 2 Type: Bug Components:

svn commit: r232852 - in /maven/components/trunk/maven-core-it/it0050: ./ expected-results.txt goals.txt pom.xml src/ src/test/ src/test/java/ src/test/java/DefaultTest.java src/test/java/DontRunTest.java src/test/java/NotIncludedByDefault.java

2005-08-15 Thread kenney
Author: kenney Date: Mon Aug 15 11:47:28 2005 New Revision: 232852 URL: http://svn.apache.org/viewcvs?rev=232852view=rev Log: Added integration test to prove MNG-739 cannot be reproduced. Btw, FIXME: should we, if just one include is given, take that as the only include, or add it to the default

[jira] Commented: (MPPDF-18) PDF Plugin Error on Table with Many Columns

2005-08-15 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPPDF-18?page=comments#action_44503 ] Lukas Theussl commented on MPPDF-18: This is not a bug of the maven-pdf-plugin but rather a fop issue. I can reproduce it with fop on the command line (with one of the examples

[jira] Closed: (MNG-739) surefire plugin ignoring includes or excludes tags when specified

2005-08-15 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-739?page=all ] Kenney Westerhof closed MNG-739: Resolution: Cannot Reproduce Added it0050 to check this. surefire plugin ignoring includes or excludes tags when specified

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

2005-08-15 Thread Daniel Krisher (JIRA)
[ http://jira.codehaus.org/browse/MNG-735?page=all ] Daniel Krisher updated MNG-735: --- Attachment: AssemblyMojo.java.diff DirectoryArchiver.java I have attached a new implementation of org.codehaus.plexus.archiver.AbstractArchiver:

[maven2 build - SUCCESS - update] Mon Aug 15 19:00:00 GMT 2005

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

[m2] Is sibling jars use case supported?

2005-08-15 Thread Vincent Massol
Hi, I'm just implementing the following use case in m1 and I'm wondering whether it's already supported in m2. Imagine you have a project that needs to generate 2 jars. The second jar is almost exactly like the first one, except it contains a different config file in it. You then want to deploy

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

2005-08-15 Thread Jesse McConnell (JIRA)
new method: addResource( String directory, String includes, String excludes ) on MavenProject - Key: MNG-741 URL: http://jira.codehaus.org/browse/MNG-741 Project: Maven 2

RE: [m2] Is sibling jars use case supported?

2005-08-15 Thread Vincent Massol
-Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: lundi 15 août 2005 21:43 To: 'Maven Developers List' Subject: [m2] Is sibling jars use case supported? [snip] BTW, I think this solution could be much improved by modifying the jar plugin and allowing it to

[jira] Created: (MNG-742) Added functionality to maven-archiver so plug-ins can add custom entries to the archiver's manifest

2005-08-15 Thread Timothy Bennett (JIRA)
Added functionality to maven-archiver so plug-ins can add custom entries to the archiver's manifest --- Key: MNG-742 URL: http://jira.codehaus.org/browse/MNG-742 Project: Maven

RE: [m2] Is sibling jars use case supported?

2005-08-15 Thread Vincent Massol
-Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: lundi 15 août 2005 21:56 To: 'Maven Developers List' Subject: RE: [m2] Is sibling jars use case supported? -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: lundi 15 août

Re: [proposal] plugin oversight

2005-08-15 Thread Eric Pugh
+1 I think that this is key. It is also a good way to distribute the work, and incentivise people... As long as some people don't end up with the garbage can! I think it's better to say these plugins need adoption then just to assign them all to one person. Eric On Aug 14, 2005, at

RE: [proposal] plugin oversight

2005-08-15 Thread Vincent Massol
-Original Message- From: Eric Pugh [mailto:[EMAIL PROTECTED] Sent: lundi 15 août 2005 23:06 To: Maven Developers List Subject: Re: [proposal] plugin oversight +1 I think that this is key. It is also a good way to distribute the work, and incentivise people... As long as

svn commit: r232887 - in /maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/main: java/org/apache/maven/report/projectinfo/ resources/

2005-08-15 Thread trygvis
Author: trygvis Date: Mon Aug 15 14:38:11 2005 New Revision: 232887 URL: http://svn.apache.org/viewcvs?rev=232887view=rev Log: o Removing comment about no contributors. o Changing the promt from $ to $ . Modified:

[maven2 build - SUCCESS - update] Mon Aug 15 21:45:00 GMT 2005

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

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

2005-08-15 Thread Matthew Beermann (JIRA)
Need a report=always property (rather than reportsuccess=always)? - Key: MPCRUISECONTROL-35 URL: http://jira.codehaus.org/browse/MPCRUISECONTROL-35 Project: maven-cruisecontrol-plugin Type: Improvement

[jira] Commented: (MNG-626) mojos/plexus needs to work with setter based injection

2005-08-15 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-626?page=comments#action_44514 ] Kenney Westerhof commented on MNG-626: -- Using setters is finished, but I discovered that the ConsoleLogger has a private field 'String treshold' and a method 'setThreshold(int)'.

[jira] Closed: (MNG-626) mojos/plexus needs to work with setter based injection

2005-08-15 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-626?page=all ] Kenney Westerhof closed MNG-626: Resolution: Fixed fixed in plexus svn revision 2402. mojos/plexus needs to work with setter based injection

[jira] Reopened: (MNG-626) mojos/plexus needs to work with setter based injection

2005-08-15 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-626?page=all ] Kenney Westerhof reopened MNG-626: -- Unrolled commit - there seem to be more implications I wasn't aware of needing discussion. mojos/plexus needs to work with setter based injection

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

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

Re: [jira] Commented: (MPXDOC-158) Do not generate name tags from section names

2005-08-15 Thread Lukas Theussl
(I continue this discussion on the dev list, let's post only our conclusions (if any) to JIRA, ok?). If you upgrade your plugin and suddenly links doesn't work that's something that I would call broken. I concede that point and I have expressed my worries about it in my original post.

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

2005-08-15 Thread Vincent Siveton (JIRA)
[ http://jira.codehaus.org/browse/MNG-722?page=comments#action_44518 ] Vincent Siveton commented on MNG-722: - I think you did it the right way. Thanks a lot! Moreover, with your proposal, we could now handle html entities in the site descriptor, for

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

2005-08-15 Thread Jason Grant (JIRA)
[ http://jira.codehaus.org/browse/MNG-483?page=comments#action_44522 ] Jason Grant commented on MNG-483: - Would you like me to check my enhancements in to svn? I notice that Daniel Krisher has patched the assembly plugin off the trunk, over in #MNG-735.

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

2005-08-15 Thread Arun Nachimuthu (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-465?page=comments#action_44523 ] Arun Nachimuthu commented on MAVENUPLOAD-465: - I have updated them to reflect the correct info. changed group id to com.pavelvlasov and removed all upper case in the

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

2005-08-15 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-483?page=comments#action_44524 ] John Casey commented on MNG-483: I've already applied this patch locally...I'll check it in soon, when I can get a good build. Then, we can go from there wrt MNG-735. sort out artifact

RE: [mojo-dev] [proposal] plugin oversight

2005-08-15 Thread Arnaud HERITIER
I totally agree +1 Arnaud -Message d'origine- De : Brett Porter [mailto:[EMAIL PROTECTED] Envoyé : dimanche 14 août 2005 22:18 À : Maven Developers List Objet : [mojo-dev] [proposal] plugin oversight Ah, unloved plugins. We've known for a while that this is a problem in