Re: svn commit: r216139 - /maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/core/DefaultContinuumCore.java

2005-07-13 Thread Jason van Zyl
On Wed, 2005-07-13 at 11:17 +, [EMAIL PROTECTED] wrote: Author: evenisse Date: Wed Jul 13 04:17:03 2005 New Revision: 216139 URL: http://svn.apache.org/viewcvs?rev=216139view=rev Log: Find and use always the correct continuum version That's odd, this fix must have been backed out or

[jira] Created: (CONTINUUM-224) Add artifactId to ContinuumProject for build order sorting

2005-07-13 Thread Jason van Zyl (JIRA)
Add artifactId to ContinuumProject for build order sorting -- Key: CONTINUUM-224 URL: http://jira.codehaus.org/browse/CONTINUUM-224 Project: Continuum Type: Improvement Reporter: Jason van Zyl Fix For:

[jira] Created: (CONTINUUM-225) Collect all build/execution classes for a particular tool like Maven into a single package

2005-07-13 Thread Jason van Zyl (JIRA)
Collect all build/execution classes for a particular tool like Maven into a single package -- Key: CONTINUUM-225 URL: http://jira.codehaus.org/browse/CONTINUUM-225 Project: Continuum

[jira] Closed: (CONTINUUM-193) Collapse the CheckoutScmResult and UpdateScmResult

2005-07-13 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-193?page=all ] Emmanuel Venisse closed CONTINUUM-193: -- Resolution: Fixed Done. collapsing in ScmResult object Collapse the CheckoutScmResult and UpdateScmResult

[jira] Closed: (CONTINUUM-209) Update to the latest Maven SCM code

2005-07-13 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-209?page=all ] Jason van Zyl closed CONTINUUM-209: --- Resolution: Fixed Done. Update to the latest Maven SCM code --- Key: CONTINUUM-209 URL:

[jira] Deleted: (CONTINUUM-209) Update to the latest Maven SCM code

2005-07-13 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-209?page=all ] Jason van Zyl deleted CONTINUUM-209: Update to the latest Maven SCM code --- Key: CONTINUUM-209 URL:

[jira] Closed: (CONTINUUM-190) Improve validation of POM when importing either by URL/Upload

2005-07-13 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-190?page=all ] Jason van Zyl closed CONTINUUM-190: --- Resolution: Fixed These items are checked for now. Improve validation of POM when importing either by URL/Upload

[jira] Created: (CONTINUUM-227) Maven 2.x builder needs to populate the artifactId

2005-07-13 Thread Jason van Zyl (JIRA)
Maven 2.x builder needs to populate the artifactId -- Key: CONTINUUM-227 URL: http://jira.codehaus.org/browse/CONTINUUM-227 Project: Continuum Type: Task Reporter: Jason van Zyl Fix For: 1.0-beta-1 -- This

[jira] Closed: (CONTINUUM-227) Maven 2.x builder needs to populate the artifactId

2005-07-13 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-227?page=all ] Jason van Zyl closed CONTINUUM-227: --- Resolution: Fixed artifactId now populated. Maven 2.x builder needs to populate the artifactId --

[jira] Closed: (CONTINUUM-224) Add artifactId to ContinuumProject for build order sorting

2005-07-13 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-224?page=all ] Jason van Zyl closed CONTINUUM-224: --- Resolution: Fixed Done. Add artifactId to ContinuumProject for build order sorting --

[REPOCLEAN] Error(s) occurred while converting repository

2005-07-13 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/13-Jul-2005_04.01.30/repository.report.txt - To unsubscribe, e-mail: [EMAIL

[jira] Created: (MNG-582) Ability to produce a default index.html for the site:site goal

2005-07-13 Thread Vincent Siveton (JIRA)
Ability to produce a default index.html for the site:site goal -- Key: MNG-582 URL: http://jira.codehaus.org/browse/MNG-582 Project: Maven 2 Type: Bug Versions: 2.0-beta-1 Reporter: Vincent Siveton

[REPOCLEAN] Error(s) occurred while converting repository

2005-07-13 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/13-Jul-2005_08.00.45/repository.report.txt - To unsubscribe, e-mail: [EMAIL

Deploying site docs and new plugin to Apache hardware?

2005-07-13 Thread Eric Pugh
Hi all, I am trying to deploy the Simian 1.5 site docs, and notice that maven site:deploy attempts to deploy to Brett's apache directory. I can SSH in, I just don't have permissions. Should I just locally generate the site docs and SCP them up? Additionally, I am trying to run maven

[jira] Commented: (MNG-582) Ability to produce a default index.html for the site:site goal

2005-07-13 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/MNG-582?page=comments#action_42749 ] Emmanuel Venisse commented on MNG-582: -- +1 Ability to produce a default index.html for the site:site goal --

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

2005-07-13 Thread vsiveton
Author: vsiveton Date: Wed Jul 13 05:20:40 2005 New Revision: 216145 URL: http://svn.apache.org/viewcvs?rev=216145view=rev Log: Take care about generatedSiteDirectory var Modified: maven/components/trunk/maven-plugins/maven-site-plugin/pom.xml

svn commit: r216148 - in /maven/components/trunk/maven-reports/maven-javadoc-plugin: pom.xml src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java src/site/apt/configuration.apt src/site/site.xml src/test/projects/javadoc-plugin-test1/pom.xml

2005-07-13 Thread vsiveton
Author: vsiveton Date: Wed Jul 13 05:28:03 2005 New Revision: 216148 URL: http://svn.apache.org/viewcvs?rev=216148view=rev Log: MNG-561: improve documentation for the plugin:xdoc goal Modified: maven/components/trunk/maven-reports/maven-javadoc-plugin/pom.xml

[jira] Commented: (MNG-561) Adding more options for the javadoc plugin

2005-07-13 Thread Vincent Siveton (JIRA)
[ http://jira.codehaus.org/browse/MNG-561?page=comments#action_42750 ] Vincent Siveton commented on MNG-561: - Improve documentation for the plugin:xdoc goal. Done in SVN. Adding more options for the javadoc plugin

[jira] Updated: (MNG-476) site:deploy only partially deploys site

2005-07-13 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-476?page=all ] Jason van Zyl updated MNG-476: -- Description: I have forged a site in target/site (since site:site doesn't work yet, see http://jira.codehaus.org/browse/MNG-389). Here is what I get when I try to deploy

[jira] Updated: (MNG-553) Secure Storage of Server Passwords

2005-07-13 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MNG-553?page=all ] Jason van Zyl updated MNG-553: -- Description: This was a question pose to the Maven User's Group and it was suggested I add it here. It would be benefitial to provide a more secure means of storing

[vote] commit privs for kenney westerhof

2005-07-13 Thread Jason van Zyl
Howdy, Kenney has been doing an amazing job providing patches and helping users. He understands the underpinnings of m2 as he has demonstrated by helping us patch tools like Plexus and Surefire. It's great to see this kind of participation and I think Kenney deserves commit privs so that we don't

Re: [vote] commit privs for kenney westerhof

2005-07-13 Thread Arnaud HERITIER
+1 Arnaud On 7/13/05, Jason van Zyl [EMAIL PROTECTED] wrote: Howdy, Kenney has been doing an amazing job providing patches and helping users. He understands the underpinnings of m2 as he has demonstrated by helping us patch tools like Plexus and Surefire. It's great to see this kind of

Re: [vote] commit privs for kenney westerhof

2005-07-13 Thread Emmanuel Venisse
+1 Emmanuel Jason van Zyl wrote: Howdy, Kenney has been doing an amazing job providing patches and helping users. He understands the underpinnings of m2 as he has demonstrated by helping us patch tools like Plexus and Surefire. It's great to see this kind of participation and I think Kenney

Re: [vote] commit privs for kenney westerhof

2005-07-13 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 +1 Jason van Zyl wrote: | Howdy, | | Kenney has been doing an amazing job providing patches and helping | users. He understands the underpinnings of m2 as he has demonstrated by | helping us patch tools like Plexus and Surefire. It's great to see

Re: [vote] commit privs for kenney westerhof

2005-07-13 Thread Trygve Laugstøl
Jason van Zyl said: Howdy, Kenney has been doing an amazing job providing patches and helping users. He understands the underpinnings of m2 as he has demonstrated by helping us patch tools like Plexus and Surefire. It's great to see this kind of participation and I think Kenney deserves

Re: [vote] commit privs for kenney westerhof

2005-07-13 Thread Vincent Siveton
+1 Vincent 2005/7/13, Jason van Zyl [EMAIL PROTECTED]: Howdy, Kenney has been doing an amazing job providing patches and helping users. He understands the underpinnings of m2 as he has demonstrated by helping us patch tools like Plexus and Surefire. It's great to see this kind of

Re: [vote] commit privs for kenney westerhof

2005-07-13 Thread Jason van Zyl
Cool, looks like you're a smashing success Kenney! :-) Send in your CLA: http://www.apache.org/licenses/icla.txt And then we'll take care of setting up your account so you can start committing! -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org the course of true love never

[jira] Updated: (CONTINUUM-193) Collapse the CheckoutScmResult and UpdateScmResult

2005-07-13 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-193?page=all ] Jason van Zyl updated CONTINUUM-193: Assign To: Emmanuel Venisse (was: Trygve Laugstol) Environment: Collapse the CheckoutScmResult and UpdateScmResult

RE: [vote] commit privs for kenney westerhof

2005-07-13 Thread Vincent Massol
+1 -Vincent -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: mercredi 13 juillet 2005 15:45 To: Maven Developers List Subject: [vote] commit privs for kenney westerhof Howdy, Kenney has been doing an amazing job providing patches and helping users. He

[REPOCLEAN] Error(s) occurred while converting repository

2005-07-13 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/13-Jul-2005_12.00.26/repository.report.txt - To unsubscribe, e-mail: [EMAIL

[jira] Commented: (MNG-576) Support of EAR lifecycle

2005-07-13 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-576?page=comments#action_42774 ] John Casey commented on MNG-576: rough outline of my intended fix: Requirements * plugins should provide new lifecycle mappings Steps to Implement

Re: Deploying site docs and new plugin to Apache hardware?

2005-07-13 Thread Carlos Sanchez
Hi Eric, You may try this to deploy the site: you can use -Dmaven.site.deploy.live=true to push directly live, and use -Dmaven.site.deploy.method=ssh to avoid rsync. The properties look correct. Regards On 7/12/05, Eric Pugh [EMAIL PROTECTED] wrote: Hi all, I am trying to deploy the

Re: SVN core permissions

2005-07-13 Thread Carlos Sanchez
Any news on this? On 7/10/05, Carlos Sanchez [EMAIL PROTECTED] wrote: Hi, Seems that I still don't have permission to commit to core. Could nyone check it or commit the attached patch? Thanks - To unsubscribe,

[jira] Updated: (MNG-573) Last artifactId under project/plugins/plugin overrides project/artifactId

2005-07-13 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-573?page=all ] Carlos Sanchez updated MNG-573: --- Priority: Blocker (was: Major) Last artifactId under project/plugins/plugin overrides project/artifactId

[jira] Updated: (MNG-573) Last artifactId under project/plugins/plugin overrides project/artifactId

2005-07-13 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-573?page=all ] Carlos Sanchez updated MNG-573: --- Priority: Major (was: Blocker) Last artifactId under project/plugins/plugin overrides project/artifactId

[jira] Commented: (MNG-573) Last artifactId under project/plugins/plugin overrides project/artifactId

2005-07-13 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-573?page=comments#action_42778 ] Carlos Sanchez commented on MNG-573: Seems that the build tag is missing, but m2 should throw an error of xml validation, not take that artifactId Last artifactId under

[jira] Created: (MAVENUPLOAD-436) QuickServer v1.4.5

2005-07-13 Thread Akshathkumar Shetty (JIRA)
QuickServer v1.4.5 -- Key: MAVENUPLOAD-436 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-436 Project: maven-upload-requests Type: Task Reporter: Akshathkumar Shetty http://www.quickserver.org/maven_upload/QuickServer1.4.5-bundle.jar

[jira] Commented: (MNG-400) if plugin has dependencies, the plugin props should be consulted for remote repositories to check.

2005-07-13 Thread Milos Kleint (JIRA)
[ http://jira.codehaus.org/browse/MNG-400?page=comments#action_42786 ] Milos Kleint commented on MNG-400: -- for m1: would it be possible to use the user's defined repositories + then the one defined in plugin (only in case it's not already downloaded) if

Re: How to get Maven plug-in to operate in the context of Eclipse Workspace

2005-07-13 Thread Trygve Laugstøl
On Tue, Jul 12, 2005 at 09:47:53PM +0300, Miks Rozenbergs wrote: Hello everybody! We are investigating the use of Maven (M2) as a way to describe dependancies between various components making up our Web applications and do builds. Components are developed using our own in-house development

Re: How to get Maven plug-in to operate in the context of Eclipse Workspace

2005-07-13 Thread Trygve Laugstøl
On Tue, Jul 12, 2005 at 09:00:55PM +0200, Peter Neubauer wrote: On Tuesday 12 July 2005 20:47, Miks Rozenbergs wrote: So the question is how to call Maven from Eclipse providing Maven plug-in (which we are about to develop) with access to Eclipse Workspace and Eclipse plug-in classes? Is

[REPOCLEAN] Error(s) occurred while converting repository

2005-07-13 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/13-Jul-2005_04.00.38/repository.report.txt - To unsubscribe, e-mail: [EMAIL

[jira] Created: (MNG-583) Allow plugins to add dynamic resource roots and test resource roots

2005-07-13 Thread John Fallows (JIRA)
Allow plugins to add dynamic resource roots and test resource roots --- Key: MNG-583 URL: http://jira.codehaus.org/browse/MNG-583 Project: Maven 2 Type: Improvement Components: maven-project

svn commit: r216271 - in /maven/maven-1/core/trunk/xdocs/reference: repository-upload.xml standard-sun-jar-names.xml

2005-07-13 Thread carlos
Author: carlos Date: Wed Jul 13 14:44:26 2005 New Revision: 216271 URL: http://svn.apache.org/viewcvs?rev=216271view=rev Log: Upgraded names to latest conventions Modified: maven/maven-1/core/trunk/xdocs/reference/repository-upload.xml

[jira] Created: (MNG-585) site-plugin / Menu / current page item not in bold anymore

2005-07-13 Thread Antoine (JIRA)
site-plugin / Menu / current page item not in bold anymore -- Key: MNG-585 URL: http://jira.codehaus.org/browse/MNG-585 Project: Maven 2 Type: Bug Components: maven-plugins Versions: 2.0-alpha-3

[jira] Commented: (MAVENUPLOAD-436) QuickServer v1.4.5

2005-07-13 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-436?page=comments#action_42795 ] Carlos Sanchez commented on MAVENUPLOAD-436: Could you please change groupId to org.quickserver? there's a new policy about groupIds QuickServer v1.4.5

[jira] Commented: (MAVENUPLOAD-435) Please upload cglib-nodep-2.1_2

2005-07-13 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-435?page=comments#action_42797 ] Carlos Sanchez commented on MAVENUPLOAD-435: There's a malformed xml tag artifactIdcglib-nodep/id (should be /artifactId ) It doesn't have any dependencies? Please

svn commit: r216273 - in /maven/components/trunk: maven-artifact-manager/src/main/java/org/apache/maven/artifact/manager/ maven-artifact-manager/src/main/java/org/apache/maven/artifact/repository/metadata/ maven-core/src/main/java/org/apache/maven/life...

2005-07-13 Thread jdcasey
Author: jdcasey Date: Wed Jul 13 14:57:57 2005 New Revision: 216273 URL: http://svn.apache.org/viewcvs?rev=216273view=rev Log: Working on: MNG-576 o Implemented plan from my comments on MNG-576 for looking up lifecycle mappings within plugins. o Fixed subtle bug in DefaultWagonManager for

[jira] Closed: (CONTINUUM-222) Update modello model UpdateScmResult to capture new information provided by Maven SCM

2005-07-13 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-222?page=all ] Emmanuel Venisse closed CONTINUUM-222: -- Resolution: Fixed Done. Update modello model UpdateScmResult to capture new information provided by Maven SCM

svn commit: r216275 - in /maven/components/trunk/maven-plugins/maven-ear-plugin/src/main: java/org/apache/maven/plugin/ear/GenerateApplicationXmlMojo.java resources/META-INF/ resources/META-INF/plexus/ resources/META-INF/plexus/components.xml

2005-07-13 Thread jdcasey
Author: jdcasey Date: Wed Jul 13 15:08:02 2005 New Revision: 216275 URL: http://svn.apache.org/viewcvs?rev=216275view=rev Log: Applying patch(es) for: MNG-576 One change: o Applied lifecycle mapping patch to a new file in src/main/resources of the ear plugin project, to create

[jira] Commented: (MAVENUPLOAD-431) Upload request for NLOG4J 1.2.14 and SLF4J 1.0-beta4

2005-07-13 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-431?page=comments#action_42802 ] Carlos Sanchez commented on MAVENUPLOAD-431: The groupId should be at least org.slf4j (like package name conventions) You should use this info for sun dependencies:

[jira] Commented: (MNG-576) Support of EAR lifecycle

2005-07-13 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-576?page=comments#action_42803 ] John Casey commented on MNG-576: Applied the patches. Stephane, I'm waiting for an integration test for the EAR plugin before I resolve this issue; can you provide one? just name it

[jira] Commented: (MAVENUPLOAD-433) Please upload DWR to the global Maven repo

2005-07-13 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-433?page=comments#action_42804 ] Carlos Sanchez commented on MAVENUPLOAD-433: Sorry about the inconvenience, the page http://maven.apache.org/reference/repository-upload.html should be updated

[jira] Closed: (MNG-556) NPE in MavenProject class

2005-07-13 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-556?page=all ] John Casey closed MNG-556: -- Resolution: Fixed verified that: * @requiresDependencyResolution compile is in JavadocReport. NPE in MavenProject class - Key:

[jira] Commented: (MAVENUPLOAD-435) Please upload cglib-nodep-2.1_2

2005-07-13 Thread Chris Nokleberg (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-435?page=comments#action_42807 ] Chris Nokleberg commented on MAVENUPLOAD-435: - Sorry, I've fixed the project.xml in both bundles. No, the nodep version does not have any dependencies. Thanks.

[jira] Closed: (MNG-502) Move detection of plugin-execution id-collisions into the project validator, rather than the DefaultMavenProjectBuilder.

2005-07-13 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-502?page=all ] John Casey closed MNG-502: -- Resolution: Fixed Move detection of plugin-execution id-collisions into the project validator, rather than the DefaultMavenProjectBuilder.

svn commit: r216279 - in /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project: DefaultMavenProjectBuilder.java validation/DefaultModelValidator.java

2005-07-13 Thread jdcasey
Author: jdcasey Date: Wed Jul 13 15:34:40 2005 New Revision: 216279 URL: http://svn.apache.org/viewcvs?rev=216279view=rev Log: Resolved: MNG-502 Modified: maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java

Re: SSH libraries in the Ant tasks

2005-07-13 Thread Jason van Zyl
On Fri, 2005-07-08 at 15:34 +0100, Steve Loughran wrote: Hello, Can I request that the Ant tasks for Maven do not include the third party Jsch libraries in their own jar It may seem a good solution to your dependencies -bundle them in your own JAR, but the consequences are -unless

[jira] Created: (MNG-587) Add support for custom ruleset in maven-checkstyle-plugin

2005-07-13 Thread John Fallows (JIRA)
Add support for custom ruleset in maven-checkstyle-plugin - Key: MNG-587 URL: http://jira.codehaus.org/browse/MNG-587 Project: Maven 2 Type: Improvement Components: maven-plugins Versions: 2.0-alpha-3

svn commit: r216282 - in /maven/components/trunk/maven-plugins/maven-assembly-plugin/src/main: java/org/apache/maven/plugin/assembly/AssemblyMojo.java mdo/descriptor.mdo

2005-07-13 Thread jdcasey
Author: jdcasey Date: Wed Jul 13 15:58:28 2005 New Revision: 216282 URL: http://svn.apache.org/viewcvs?rev=216282view=rev Log: Applying partial patch for MNG-266. Thanks Andreas. Modified:

[jira] Commented: (MNG-266) file conversions in assembly

2005-07-13 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-266?page=comments#action_42812 ] John Casey commented on MNG-266: Applied: FileNameMapping_betterRegex.patch Thanks, Andreas! file conversions in assembly Key: MNG-266

[maven2 build - SUCCESS - checkout] Wed Jul 13 19:14:31 EDT 2005

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

[jira] Commented: (MAVENUPLOAD-433) Please upload DWR to the global Maven repo

2005-07-13 Thread Julien Dubois (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-433?page=comments#action_42814 ] Julien Dubois commented on MAVENUPLOAD-433: --- OK Carlos, I'll use uk.ltd.getahead as groupId for release 1.0-rc2. Should we close this issue? Please upload DWR to the

[REPOCLEAN] Error(s) occurred while converting repository

2005-07-13 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/13-Jul-2005_08.01.22/repository.report.txt - To unsubscribe, e-mail: [EMAIL

[jira] Commented: (MNG-583) Allow plugins to add dynamic resource roots and test resource roots

2005-07-13 Thread John Fallows (JIRA)
[ http://jira.codehaus.org/browse/MNG-583?page=comments#action_42817 ] John Fallows commented on MNG-583: -- It is possible to workaround the missing project.addResourceRoot(String) with the following code. String resourceRoot = ...; List resources

[jira] Subscription: Outstanding Repository Maintenance: Evangelism

2005-07-13 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Evangelism (20 issues) Subscriber: mavendevlist Project: Maven Evangelism Resolution: Unresolved Key Summary MEV-21 pom changes for basic hibernate project http://jira.codehaus.org/browse/MEV-21 MEV-36

[jira] Subscription: Outstanding Repository Maintenance: Uploads

2005-07-13 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Uploads (6 issues) Subscriber: mavendevlist Project: maven-upload-requests Resolution: Unresolved Key Summary MAVENUPLOAD-433Please upload DWR to the global Maven repo

[maven2 build - SUCCESS - checkout] Wed Jul 13 22:56:11 EDT 2005

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

[REPOCLEAN] Error(s) occurred while converting repository

2005-07-13 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/14-Jul-2005_12.00.23/repository.report.txt - To unsubscribe, e-mail: [EMAIL

svn commit: r218981 - in /maven/components/trunk/maven-plugins/maven-site-plugin/src/main: java/org/apache/maven/doxia/DoxiaMojo.java resources/site-plugin_en.properties resources/site-plugin_fr.properties

2005-07-13 Thread vsiveton
Author: vsiveton Date: Wed Jul 13 21:07:08 2005 New Revision: 218981 URL: http://svn.apache.org/viewcvs?rev=218981view=rev Log: MNG-582: generate an index.html Modified: maven/components/trunk/maven-plugins/maven-site-plugin/src/main/java/org/apache/maven/doxia/DoxiaMojo.java

svn commit: r218984 - in /maven/components/trunk/maven-plugins/maven-site-plugin/src/test: ./ projects/ projects/site-plugin-test1/ projects/site-plugin-test1/src/ projects/site-plugin-test1/src/main/ projects/site-plugin-test1/src/main/java/ projects/...

2005-07-13 Thread vsiveton
Author: vsiveton Date: Wed Jul 13 21:17:00 2005 New Revision: 218984 URL: http://svn.apache.org/viewcvs?rev=218984view=rev Log: Added test cases Added: maven/components/trunk/maven-plugins/maven-site-plugin/src/test/

[jira] Closed: (MNG-582) Ability to produce a default index.html for the site:site goal

2005-07-13 Thread Vincent Siveton (JIRA)
[ http://jira.codehaus.org/browse/MNG-582?page=all ] Vincent Siveton closed MNG-582: --- Assign To: Vincent Siveton Resolution: Fixed Done in SVN Ability to produce a default index.html for the site:site goal

svn commit: r218985 - in /maven/components/trunk/maven-plugins/maven-site-plugin/src: main/resources/org/apache/maven/doxia/ test/projects/site-plugin-test6/ test/projects/site-plugin-test6/src/ test/projects/site-plugin-test6/src/main/ test/projects/s...

2005-07-13 Thread vsiveton
Author: vsiveton Date: Wed Jul 13 21:28:06 2005 New Revision: 218985 URL: http://svn.apache.org/viewcvs?rev=218985view=rev Log: MNG-584 and MNG-585: updated the Velocity template and added test case Added:

[jira] Closed: (MNG-584) site-plugin / Menu / Collapsed items does not work anymore ?

2005-07-13 Thread Vincent Siveton (JIRA)
[ http://jira.codehaus.org/browse/MNG-584?page=all ] Vincent Siveton closed MNG-584: --- Assign To: Vincent Siveton Resolution: Fixed Fix Version: 2.0-beta-1 Done in SVN site-plugin / Menu / Collapsed items does not work anymore ?

[jira] Closed: (MNG-585) site-plugin / Menu / current page item not in bold anymore

2005-07-13 Thread Vincent Siveton (JIRA)
[ http://jira.codehaus.org/browse/MNG-585?page=all ] Vincent Siveton closed MNG-585: --- Assign To: Vincent Siveton Resolution: Fixed Fix Version: 2.0-beta-1 Done in SVN site-plugin / Menu / current page item not in bold anymore

[jira] Created: (MNG-588) How to handle identical file names in the site structure for the static site generation?

2005-07-13 Thread Vincent Siveton (JIRA)
How to handle identical file names in the site structure for the static site generation? Key: MNG-588 URL: http://jira.codehaus.org/browse/MNG-588 Project: Maven 2 Type: Bug

[jira] Commented: (MAVENUPLOAD-436) QuickServer v1.4.5

2005-07-13 Thread Akshathkumar Shetty (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-436?page=comments#action_42822 ] Akshathkumar Shetty commented on MAVENUPLOAD-436: - Hi, I am new to Maven, but I just wanted to know if I could keep the group id as 'quickserver'. I have my

[jira] Commented: (MAVENUPLOAD-436) QuickServer v1.4.5

2005-07-13 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-436?page=comments#action_42823 ] Carlos Sanchez commented on MAVENUPLOAD-436: Sorry, we now require the same policy as you should use for package names. You need to use org.quickserver (the same as

[jira] Commented: (MAVENUPLOAD-436) QuickServer v1.4.5

2005-07-13 Thread Akshathkumar Shetty (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-436?page=comments#action_42824 ] Akshathkumar Shetty commented on MAVENUPLOAD-436: - http://www.quickserver.org/maven_upload/QuickServer1.4.5-bundle.jar http://www.quickserver.org