Re: [VOTE] Release Maven Project Info Reports Plugin version 2.3

2010-12-07 Thread Hervé BOUTEMY
+1 Hervé Le mardi 7 décembre 2010, Vincent Siveton a écrit : > Hi, > > We solved 14 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11142&version=16 > 664 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&p

Re: JIRA project for indexer?

2010-12-07 Thread Brian Fox
We'll take a pass and see which are applicable and flag them in some way. Moving them all will be a needless pita, imo. On Tue, Dec 7, 2010 at 1:21 PM, Brett Porter wrote: > > On 07/12/2010, at 3:20 AM, Jesse Glick wrote: > >> On 12/03/2010 10:09 AM, Brett Porter wrote: >>> I went ahead and creat

Re: JIRA project for indexer?

2010-12-07 Thread Brett Porter
On 07/12/2010, at 3:20 AM, Jesse Glick wrote: > On 12/03/2010 10:09 AM, Brett Porter wrote: >> I went ahead and created this. http://jira.codehaus.org/browse/MINDEXER > > Consider moving at least the open issues relevant to the donated codebase > from: > > https://issues.sonatype.org/browse/NE

[VOTE] Release Maven Project Info Reports Plugin version 2.3

2010-12-07 Thread Vincent Siveton
Hi, We solved 14 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11142&version=16664 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11142&status=1 Staging repo: https://repository.apache.org/content/repositor

Re: Invoking Maven Goals Prorammatically

2010-12-07 Thread Harshana Eranga Martin
Hi Antonio, On 7 December 2010 15:21, Antonio Petrelli wrote: > 2010/12/7 Harshana Eranga Martin : > > Hi All, > > > > I am trying to execute "clean" and "install" maven goals for a java > project > > from another java project by launching maven builder programmatically. I > > have came across Ma

Re: Invoking Maven Goals Prorammatically

2010-12-07 Thread Antonio Petrelli
2010/12/7 Harshana Eranga Martin : > Hi All, > > I am trying to execute "clean" and "install" maven goals for a java project > from another java project by launching maven builder programmatically. I > have came across Maven Invoker plugin. But I could not find any example code > used  to Invoke ma

Invoking Maven Goals Prorammatically

2010-12-07 Thread Harshana Eranga Martin
Hi All, I am trying to execute "clean" and "install" maven goals for a java project from another java project by launching maven builder programmatically. I have came across Maven Invoker plugin. But I could not find any example code used to Invoke maven goals from a java project. Can some one po