RE: [vote] Release Maven Javadoc plugin 2.1

2006-10-04 Thread Brian E. Fox
I also think we should try to grab the patch if we can, hate to see it sit there for 4 more months waiting for a test. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 8:28 PM To: Maven Developers List Subject: Re: [vote] Release Mave

[jira] Subscription: Outstanding Repository Maintenance: Uploads

2006-10-04 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Uploads (37 issues) Subscriber: mavendevlist Key Summary MAVENUPLOAD-1155Spring modules 0.6 bundles http://jira.codehaus.org/browse/MAVENUPLOAD-1155 MAVENUPLOAD-1151Please upload objectlabkit version 1.0.1

[jira] Subscription: Outstanding Repository Maintenance: Evangelism

2006-10-04 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Evangelism (30 issues) Subscriber: mavendevlist Key Summary MEV-450 plexus-velocity 1.1.2 includes invalid external snapshot repositories http://jira.codehaus.org/browse/MEV-450 MEV-449 lucene 1.9.1 JAR is

Re: [vote] Release Maven Javadoc plugin 2.1

2006-10-04 Thread Mike Perham
+1 There's a lot of good fixes in there. On 10/4/06, Vincent Siveton <[EMAIL PROTECTED]> wrote: Hi, The latest Javadoc plugin release was in may. I think that it is still in good shape. We solved 18 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11138&styleName=Html&versio

Re: [vote] Release Maven Javadoc plugin 2.1

2006-10-04 Thread Emmanuel Venisse
+1. Can you add MJAVADOC-93? a patch is provided but I don't know if it works Emmanuel Vincent Siveton a écrit : Hi, The latest Javadoc plugin release was in may. I think that it is still in good shape. We solved 18 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11138&sty

[vote] Release Maven Javadoc plugin 2.1

2006-10-04 Thread Vincent Siveton
Hi, The latest Javadoc plugin release was in may. I think that it is still in good shape. We solved 18 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11138&styleName=Html&version=12614 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavi

Re: Please sync ...

2006-10-04 Thread Carlos Sanchez
done On 10/4/06, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: ... the directory /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/ws/commons/axiom due to the release of Axiom 1.1.1. Thanks, Jochen - To uns

Re: Please publish a snapshot of maven-ant-plugin

2006-10-04 Thread Vincent Siveton
Done http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-ant-plugin/2.0-beta-2-SNAPSHOT/ Vincent 2006/10/4, Wendy Smoak <[EMAIL PROTECTED]>: Can someone please publish a snapshot of maven-ant-plugin to the snapshot repot on people.apache.org ? A new user just r

Please sync ...

2006-10-04 Thread Jochen Wiedmann
... the directory /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/ws/commons/axiom due to the release of Axiom 1.1.1. Thanks, Jochen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Next Maven 1.x using the new central repository

2006-10-04 Thread Jason van Zyl
Hi, Maven 1.x devs when are you planning on doing the next 1.x release? I was wondering if you could change the property for the central repository over to repo1.maven.org so that the next 1.x release can use the new central repository by default. Any chance you could change this in trunk

Please publish a snapshot of maven-ant-plugin

2006-10-04 Thread Wendy Smoak
Can someone please publish a snapshot of maven-ant-plugin to the snapshot repot on people.apache.org ? A new user just ran into MANT-2, which has been fixed recently. Thanks, -- Wendy - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: change default compileSourceRoots

2006-10-04 Thread Shane Isbell
A third option is to inject MavenProject in you pom and then use methods: MavenProject.getBuild().set[get]SourceDirectory("") and MavenProject.getBuild().set[get]TestSourceDirectory(""); Shane On 10/4/06, Philippe Faes <[EMAIL PROTECTED]> wrote: On Wed, 2006-10-04 at 09:54 +0200, Kenney Weste

RE: Grouping dependencies to share common config

2006-10-04 Thread Brian E. Fox
+1. I recently got burned by using properties as a dependency version, management section or not. This issue is described here: http://jira.codehaus.org/browse/MNG-2486 Basically the properties are not resolved before the pom is deployed so something like project.version will stay in the exported

Grouping dependencies to share common config

2006-10-04 Thread Jason Dillon
Hi, the Geronimo project has a fairly large dependency list, may of which are for dependencies with the same groupId and version. I was thinking it would be nice to have built in support to the pom to make it easier to manage these groups, with out needing to use properties. The problem wi

Obtaining Maven source code

2006-10-04 Thread Anirudh Chandrakant
Hi,could you please tell me how i can obtain (download) the maven source code.Thanks,Anirudh

Re: Plugin testing (WAS: MNG-2571 - weird exception using the embedder)

2006-10-04 Thread Vincent Siveton
Thanks Kenney, I reopen it. My understanding is that we have several artifacts to test plugin/component. - maven-plugin-testing-harness: Mojo unit testing in test phase (deployed on snapshot-repository) - maven-it-plugin: Integration test plugin for integration-test phase (not deployed yet) - mav

Re: How to run plugins in other than the pom.xml dir

2006-10-04 Thread kovalen pechaycaren
Maybe I didn't explained my problem clearly... In fact the "@requiresProject false" solve the issue. thanks Guys

Re: Releasing javadoc plugin

2006-10-04 Thread Brett Porter
Vincent, Please release against parent v3 and publish the site using v4. It's unfortunate, but we need to resolve the requirement on a snapshot version of the plugin plugin and maven first. I'll do that when I get back from holidays unless someone beats me to it. - Brett On 04/10/2006,

Re: Indexing In Lucene

2006-10-04 Thread Brett Porter
Sorry for moderating this through. It looked like a legitimate question until I realised it was posted to every single list at the ASF. Obviously, it has nothing to do with Archiva... On 03/10/2006, at 6:46 PM, Ajani, Akil (Cognizant) wrote: Hi, Can you tell me how indexing takes p

Indexing In Lucene

2006-10-04 Thread Ajani, Akil \(Cognizant\)
Hi, Can you tell me how indexing takes place in lucene(Depth).if document has 1n indices then which algorithm it uses,which information retrival model it uses... Thanks & Regards, Akil Ajani Cognizant Technology Solutions India Pvt. Ltd. Plot # 26, Rajiv Gandhi Infotech Park, MID

Re: Sprign 2.0 on ibiblio

2006-10-04 Thread Carlos Sanchez
We sync from spring repo, please direct there your requests so they can improve it in their side. On 10/4/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: I mean "Spring 2.0 *POM* are officialy available" ... :-[ Nicolas De Loof a écrit : > > Spring 2.0 official are officialy available > (http:

Re: build archiva from sources

2006-10-04 Thread Nicolas De Loof
Changing archiva-plexus-runtime and archiva-plexus-application to use alpha3 plugin (not snapshots) solved this. Can a commiter update those POMs ? Emmanuel Venisse a écrit : 2.0-alpha-3 is released for plexus-appserver and plexus-appserver-maven-plugin Emmanuel Nicolas De Loof a écrit :

Re: change default compileSourceRoots

2006-10-04 Thread Philippe Faes
On Wed, 2006-10-04 at 09:54 +0200, Kenney Westerhof wrote: > Hmm, I don't think so - even the native-maven-plugin that can compile C/C++ > etc. > requires new sourceroots. > > Two options: > > 1) Just let your VHDL compiler compile stuff from src/(main|test)/vhdl > by default, and let users over

Re: How to run plugins in other than the pom.xml dir

2006-10-04 Thread Philippe Faes
On Wed, 2006-10-04 at 00:08 +0400, kovalen pechaycaren wrote: > Hello, > I have developed some maven2 plugins and to run them I should be in the > directory of the pom.xml file. Is there a way of running my plugin anywhere > (like for e.g mvn archetype:create)? > > Thanks I think that should work

Re: build archiva from sources

2006-10-04 Thread Emmanuel Venisse
2.0-alpha-3 is released for plexus-appserver and plexus-appserver-maven-plugin Emmanuel Nicolas De Loof a écrit : I get plexus-appserver/2.0-alpha-3-SNAPSHOT downloaded from snapshots.repository.codehaus.org, as expected by the codehaus.snapshots http://snapshots.repository.c

Re: Sprign 2.0 on ibiblio

2006-10-04 Thread Nicolas De Loof
I mean "Spring 2.0 *POM* are officialy available" ... :-[ Nicolas De Loof a écrit : Spring 2.0 official are officialy available (http://blog.interface21.com/main/2006/10/03/maven-poms-ready-mostly/). I've updated my upload bundle and commented the JIRA upload request for this. Nicolas De

Re: change default compileSourceRoots

2006-10-04 Thread Kenney Westerhof
Philippe Faes wrote: Dear all, I'm working on a Maven plug-in that compiles VHDL code.My plug-in would introduce a new packaging (say "hdl"). I would like to use the maven compileSourceRoots and testCompileSourceRoots, but their default values should be changed to "src/main/vhdl" and "src/test

Re: How to run plugins in other than the pom.xml dir

2006-10-04 Thread Kenney Westerhof
Hi, No, it's not possible AFAIK: Java doesn't have the notion of a 'current directory' or 'working directory'; you can only find out the directory that java started from, and it cannot be changed (like chdir(2) @ man-pages). (Btw, I'f I'm wrong I sure want to know about it! :)) All plugins ho

Re: Sprign 2.0 on ibiblio

2006-10-04 Thread Nicolas De Loof
Spring 2.0 official are officialy available (http://blog.interface21.com/main/2006/10/03/maven-poms-ready-mostly/). I've updated my upload bundle and commented the JIRA upload request for this. Nicolas De Loof a écrit : I've created an upload request for Spring 2.0 archetypes. http://jira.c

change default compileSourceRoots

2006-10-04 Thread Philippe Faes
Dear all, I'm working on a Maven plug-in that compiles VHDL code.My plug-in would introduce a new packaging (say "hdl"). I would like to use the maven compileSourceRoots and testCompileSourceRoots, but their default values should be changed to "src/main/vhdl" and "src/test/vhdl". I know this is

Re: Plugin testing (WAS: MNG-2571 - weird exception using the embedder)

2006-10-04 Thread Kenney Westerhof
Vincent Siveton wrote: Hi Kenney and others, Background: I added more tests for the antlr plugin. One of them is to call "mvn site" to generate reports. Because I was unable to play with maven-embedder and to specify the correct classloader for the archive and it's dependencies (doxia classes

Re: build archiva from sources

2006-10-04 Thread Nicolas De Loof
I get plexus-appserver/2.0-alpha-3-SNAPSHOT downloaded from snapshots.repository.codehaus.org, as expected by the codehaus.snapshots http://snapshots.repository.codehaus.org in archiva POM But I can't get plexus-appserver-maven-plugin, as this is a plugin and there is no