RE : [vote] Release Maven Site plugin 2.0-beta-5

2006-05-11 Thread Olivier Lamy
Hi, Not a maven dev but a user who made some tests ;-). Today, I made this : rm -rf $HOME/.m2/repository/* mvn -P snapshots -U clean site site:deploy (snapshots profile included snapshots in apache and codehaus) I have the stack trace : [INFO] Generate Dependencies report. [INFO]

Re: RE : [vote] Release Maven Site plugin 2.0-beta-5

2006-05-11 Thread Brett Porter
I've already fixed this, but unfortunately have not been able to commit as SVN is still down. It just needs a null check at the location of the check Olivier Lamy wrote: Hi, Not a maven dev but a user who made some tests ;-). Today, I made this : rm -rf $HOME/.m2/repository/* mvn -P snapshots

RE : RE : [vote] Release Maven Site plugin 2.0-beta-5

2006-05-11 Thread Olivier Lamy
OK great and thanks. What about deploy a snapshot ? I'm not sure but yesterday, I had the following trouble with multi modules Root pom.xml src/site/site.xml (skin stylus ) module pom.xml src/site/site.xml (skin stylus ) others modules with same structure I have noticed the

Re: RE : RE : [vote] Release Maven Site plugin 2.0-beta-5

2006-05-11 Thread Brett Porter
Yes, sorry - this was down until recently too. I've deployed them both. Olivier Lamy wrote: OK great and thanks. What about deploy a snapshot ? I'm not sure but yesterday, I had the following trouble with multi modules Root pom.xml src/site/site.xml (skin stylus ) module pom.xml

Re: [vote] Release Release plugin 2.0-beta-5

2006-05-11 Thread Fabrizio Giustina
+1 Great work! fabrizio On 5/9/06, Brett Porter [EMAIL PROTECTED] wrote: No, that's not a typo. I'd like to vote to release the release plugin. It has been completely rewritten since you last met it and now has over 250 unit tests covering everything. Nearly all of the JIRA issues have been

Re: [VOTE] release maven-resources-plugin 2.2

2006-05-11 Thread Fabrizio Giustina
+1 fabrizio On 5/9/06, Jesse McConnell [EMAIL PROTECTED] wrote: I would like to call a vote to release the maven-resources-plugin version 2.2 +1 [] 0 [] -1 [] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [vote] Release Maven Project Info Reports 2.0

2006-05-11 Thread Fabrizio Giustina
+1 fabrizio On 5/10/06, Brett Porter [EMAIL PROTECTED] wrote: based on: maven-project-info-reports-plugin 2.0-beta-4-20060510.110344-4 (r405712) This also depends on a release of doxia. [ ] +1 [ ] +0 [ ] -1 - To

RE : RE : RE : [vote] Release Maven Site plugin 2.0-beta-5

2006-05-11 Thread Olivier Lamy
Thanks. But [INFO] [ERROR] FATAL ERROR [INFO] [INFO] org.apache.maven.doxia.site.decoration.Menu.isInheritAsRef()Z [INFO]

Re: RE : RE : RE : [vote] Release Maven Site plugin 2.0-beta-5

2006-05-11 Thread Brett Porter
Sorry, forgot to deploy that one. Try now. - Brett Olivier Lamy wrote: Thanks. But [INFO] [ERROR] FATAL ERROR [INFO] [INFO]

RE : RE : RE : RE : [vote] Release Maven Site plugin 2.0-beta-5

2006-05-11 Thread Olivier Lamy
Great and big thanks. Works great. I can add my user vote : 99E+10 ;-)) -Olivier -Message d'origine- De : Brett Porter [mailto:[EMAIL PROTECTED] Envoyé : jeudi 11 mai 2006 10:42 À : Maven Developers List Objet : Re: RE : RE : RE : [vote] Release Maven Site plugin 2.0-beta-5 Sorry,

Re: [vote] Release Maven Project Info Reports 2.0

2006-05-11 Thread Geoffrey De Smet
+1 (user) Fabrizio Giustina wrote: +1 fabrizio On 5/10/06, Brett Porter [EMAIL PROTECTED] wrote: based on: maven-project-info-reports-plugin 2.0-beta-4-20060510.110344-4 (r405712) This also depends on a release of doxia. [ ] +1 [ ] +0 [ ] -1 -- With kind regards, Geoffrey De Smet

I have a problem executing the maven-release-plugin

2006-05-11 Thread mathapfahl
I have copied the maven-release-plugin jar into maven2/lib now I want to execute mvn release:prepare In the component, I want to release, I declared build plugins plugin groupIdmaven/groupId artifactIdmaven--release-plugin/artifactId version1.4/version But I get a Build

Re: I have a problem executing the maven-release-plugin

2006-05-11 Thread Emmanuel Venisse
it's maven-release-plugin and not maven--release-plugin Emmanuel mathapfahl a écrit : I have copied the maven-release-plugin jar into maven2/lib now I want to execute mvn release:prepare In the component, I want to release, I declared build plugins plugin groupIdmaven/groupId

Re: I have a problem executing the maven-release-plugin

2006-05-11 Thread mathapfahl
thanks but this wasn't the problem ! -- View this message in context: http://www.nabble.com/I-have-a-problem-executing-the-maven-release-plugin-t1600159.html#a4339495 Sent from the Maven - Dev forum at Nabble.com. - To

Re: I have a problem executing the maven-release-plugin

2006-05-11 Thread Brett Porter
Emmanuel Venisse wrote: it's maven-release-plugin and not maven--release-plugin and: - it's org.apache.maven.plugins for the group - the version is 2.0-beta-3 - you don't need to put it in $M2_HOME/lib These questions should be asked of [EMAIL PROTECTED] - Brett Emmanuel mathapfahl a

Re: I have a problem executing the maven-release-plugin

2006-05-11 Thread Emmanuel Venisse
you don't need to copy it in maven2/lib, the lib directory is for maven core lib. All plugins are downloaded by maven when it's necessary. The groupId is org.apache.maven.plugins instead of maven and the version 1.4 doesn't exist, the latest is 2.0-beta-3, in few days, 2.0-beta-4 will be

Maven Home

2006-05-11 Thread rebels_mascot
How do you get the home directory for a maven project? Not where maven is installed but where main maven.xml, target, project.properties, etc. is stored. I've tried ${basedir} but this gives the base directory for each project, --main_project ---folder1 ---maven.xml, etc ---folder2

Nabble

2006-05-11 Thread Brett Porter
I'm noticing a vast increase in the amount of user questions coming in to this list from Nabble. The noise doesn't particularly concern me and I can certainly delete them, but I think it's a problem because it'll keep going up and will probably leave more questions unanswered. Anyone have

Re: Nabble

2006-05-11 Thread Emmanuel Venisse
Why do you want to delete them? users use Nabble forum functionality instead of sending directly a mail to our lists but the result is the same, all messages come in our lists. Emmanuel Brett Porter a écrit : I'm noticing a vast increase in the amount of user questions coming in to this list

Re: I have a problem executing the maven-release-plugin

2006-05-11 Thread mathapfahl
Thanks You are right. groupId and version weren't correct. But at www.ibilio.org/maven2/maven/maven-release-plugin there is a version 1.4 with a groupId maven. I don't understand this. -- View this message in context:

RE: Nabble

2006-05-11 Thread Brian E. Fox
On that note, is there a way to obfuscate our email addresses for these forums? I've noticed a huge increase in spam since I started posting on the apache lists. Many other lists remove the email address so that bots can't pick them up. -Original Message- From: Emmanuel Venisse

Re: Nabble

2006-05-11 Thread Brett Porter
Emmanuel Venisse wrote: Why do you want to delete them? I just mean from my dev folder. users use Nabble forum functionality instead of sending directly a mail to our lists but the result is the same, all messages come in our lists. right - just the wrong list :) - Brett

Re: Nabble

2006-05-11 Thread Geoffrey De Smet
Just like on gmane (newsgroups of mailing lists) there are 2 separate lists(forums on nabble): users and dev. User shouldn't ask user questions on the dev list. Brett Porter wrote: Emmanuel Venisse wrote: Why do you want to delete them? I just mean from my dev folder. users use Nabble

Re: Nabble

2006-05-11 Thread Wayne Fay
I wonder if there is a way to ask Nabble to deny submitting a new email directly to dev@ list from their interface, but still allow reading etc, and of course allow email to [EMAIL PROTECTED] I'd also like to make sure that the Maven website provides proper guidance for visitors as to which

commits and releases

2006-05-11 Thread Brett Porter
Hi, In case you don't notice, we don't currently have commit access to the Apache Subversion repository as it is undergoing some extended maintenance. It could be hours, or a week. I've gone through and setup a line of patches for a bunch of JIRA issues. I will take care of committing them

Re: commits and releases

2006-05-11 Thread dan tran
On 5/11/06, Brett Porter [EMAIL PROTECTED] wrote: Hi, In case you don't notice, we don't currently have commit access to the Apache Subversion repository as it is undergoing some extended maintenance. It could be hours, or a week. I've gone through and setup a line of patches for a bunch of

Re: commits and releases

2006-05-11 Thread Brett Porter
dan tran wrote: since svn.apache.org is down, could you deploy the snapshots at codehaus? It was up. I believe they are doing some more maintenance right now, but it will be back (in read only mode) - To unsubscribe,

RE: Nabble

2006-05-11 Thread Allison, Bob
One problem is that the descriptions on the Maven web site are not present on Nabble. So to someone who is just searching the mailing lists has no knowledge of what the various lists are. My pet peeve is that most messages from Nabble do not have the previous messages in the thread so it is a

Re: [jira] Commented: (MDEP-2) Sibling Dependency Not Included in copy-dependencies output during multi-project build

2006-05-11 Thread dan tran
I think we should stop any work in dependency-maven-plugin and move forward to a new release of maven-dependency-plugin. +1 to remove it from codehaus. -D On 5/11/06, Brian Fox (JIRA) [EMAIL PROTECTED] wrote: [ http://jira.codehaus.org/browse/MDEP-2?page=comments#action_65209 ] Brian

Re: [jira] Commented: (MDEP-2) Sibling Dependency Not Included in copy-dependencies output during multi-project build

2006-05-11 Thread Kenney Westerhof
On Thu, 11 May 2006, dan tran wrote: +1, it's confusing :) I think we should stop any work in dependency-maven-plugin and move forward to a new release of maven-dependency-plugin. +1 to remove it from codehaus. -D On 5/11/06, Brian Fox (JIRA) [EMAIL PROTECTED] wrote: [

Sun Jars Maven repository hosted by Sun is now available

2006-05-11 Thread Jim Bethancourt
Hi everyone, I noticed that Sun now has a Maven repository that hosts their jars that have been such a hassle to install the first time Maven 2 gets going. The java.net webpage for the Maven repository project is at https://maven-repository.dev.java.net/ The repository is located at

Re: Sun Jars Maven repository hosted by Sun is now available

2006-05-11 Thread Brett Porter
We're actually working with them to clean up the information in there and automatically sync them to the main mirror. Unfortunately, since it's a M1 repository, there is no transitive dependency information in there (not a big deal for most, but would be handy for some of the newer ones that

Re: Sun Jars Maven repository hosted by Sun is now available

2006-05-11 Thread Alex Karasulu
Jim Bethancourt wrote: Hi everyone, I noticed that Sun now has a Maven repository that hosts their jars that have been such a hassle to install the first time Maven 2 gets going. The java.net webpage for the Maven repository project is at https://maven-repository.dev.java.net/ The repository

Re: Sun Jars Maven repository hosted by Sun is now available

2006-05-11 Thread Jim Bethancourt
Thanks for the quick response and rundown of the situation. I had just noticed it and was unsure if the Maven team had come across it. Best of luck with the clean up. :-) Cheers, Jim On 5/11/06, Brett Porter [EMAIL PROTECTED] wrote: We're actually working with them to clean up the information

Re: Sun Jars Maven repository hosted by Sun is now available

2006-05-11 Thread Brian Topping
On May 11, 2006, at 11:44 AM, Alex Karasulu wrote: H this looks like a M1 repo to me. Am I mistaken? Looks like that to me too, and they are missing a fair number of jars. -b - To unsubscribe, e-mail: [EMAIL

Re: [vote] [m1] plugin releases : ant pdf

2006-05-11 Thread Arnaud HERITIER
On 5/9/06, Lukas Theussl [EMAIL PROTECTED] wrote: +1 x2 Just some comments on the ant plugin: * there is a layout problem in the table of the properties page (maven.ant.excludeTests) Fixed, Thx. * there is an issue with m1.0 compatibility: running maven genapp - ant - ant:execute fails

Re: Sun Jars Maven repository hosted by Sun is now available

2006-05-11 Thread Wayne Fay
Yes, its a M1 repo. This is not a big deal for M2, as you can access M1 repos from M2 using the layoutlegacy/layout element. Wayne On 5/11/06, Brian Topping [EMAIL PROTECTED] wrote: On May 11, 2006, at 11:44 AM, Alex Karasulu wrote: H this looks like a M1 repo to me. Am I mistaken?

[jira] Subscription: Design Best Practices

2006-05-11 Thread jira
Issue Subscription Filter: Design Best Practices (34 issues) Subscriber: mavendevlist Key Summary MNG-612 implement conflict resolution techniques http://jira.codehaus.org/browse/MNG-612 MNG-1508Need a process-test-classes phase

Re: Sun Jars Maven repository hosted by Sun is now available

2006-05-11 Thread Carlos Sanchez
That repo is pretty messy still and has no m2 poms. I suggest everybody that if they want something from there open a upload request to move it over to ibiblio. On 5/11/06, Wayne Fay [EMAIL PROTECTED] wrote: Yes, its a M1 repo. This is not a big deal for M2, as you can access M1 repos from M2