Status for Emma Maven Plugin

View: New views
3 Messages — Rating Filter:   Alert me  

Status for Emma Maven Plugin

by Thomas J :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi!

I'm missing some functionality in the Emma Maven Plugin. I have a
pretty large multi module project and the plugin doesn't really
satisfy our needs. I wonder what the status for this plugin is - is
anything under development? And if so, which functionality? If not, I
can contribute.

Best regards,
Thomas Jonsson

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: Status for Emma Maven Plugin

by Stephen Connolly-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Contribute away...

AFAIK it is more a question of people having other priorities.

I drove the first release as I needed it some for some work on hudson which I have yet to make progress on

Brett drove a subsequent release to fix some issue he had.

If you have mojo commit access, just work away (just remember to create a JIRA for your changes so that the release notes will have the details)

If you don't have commit access, attach patches to the JIRAs. 

In either case be sure to include intergration tests (eg using maven-invoker-plugin or similar) for your changes.  People are very wary of applying patches which do not have integration tests.

-Stephen

2009/11/4 Thomas Jonsson <jonsson.thomas@...>
Hi!

I'm missing some functionality in the Emma Maven Plugin. I have a
pretty large multi module project and the plugin doesn't really
satisfy our needs. I wonder what the status for this plugin is - is
anything under development? And if so, which functionality? If not, I
can contribute.

Best regards,
Thomas Jonsson

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email




Re: Status for Emma Maven Plugin

by Thomas J :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Basically, what I have done is that I have added a new Mojo,
EmmaMergeAndReportMojo with goal mergeAndReport, which is intented to
be used for instance as: mvn clean install emma:mergeAndReport.

        <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>emma-maven-plugin</artifactId>
                <version>logica</version>
                <configuration>
                        <metadataPath>
                                <param>ejbs/core/target/coverage.em</param>
                                <param>ejbs/core/target/coverage-0.ec</param>
                                <param>ejbs/subledger/target/coverage.em</param>
                                <param>ejbs/subledger/target/coverage-0.ec</param>
                </metadataPath>
                </configuration>
        </plugin>

/Thomas

2009/11/4 Stephen Connolly <stephen.alan.connolly@...>:

> Contribute away...
>
> AFAIK it is more a question of people having other priorities.
>
> I drove the first release as I needed it some for some work on hudson which
> I have yet to make progress on
>
> Brett drove a subsequent release to fix some issue he had.
>
> If you have mojo commit access, just work away (just remember to create a
> JIRA for your changes so that the release notes will have the details)
>
> If you don't have commit access, attach patches to the JIRAs.
>
> In either case be sure to include intergration tests (eg using
> maven-invoker-plugin or similar) for your changes.  People are very wary of
> applying patches which do not have integration tests.
>
> -Stephen
>
> 2009/11/4 Thomas Jonsson <jonsson.thomas@...>
>>
>> Hi!
>>
>> I'm missing some functionality in the Emma Maven Plugin. I have a
>> pretty large multi module project and the plugin doesn't really
>> satisfy our needs. I wonder what the status for this plugin is - is
>> anything under development? And if so, which functionality? If not, I
>> can contribute.
>>
>> Best regards,
>> Thomas Jonsson
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>    http://xircles.codehaus.org/manage_email
>>
>>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email