You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2015/07/08 16:46:04 UTC

[jira] [Commented] (KARAF-3835) Maven plugin service-metadata-generate executes four times per project

    [ https://issues.apache.org/jira/browse/KARAF-3835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14618725#comment-14618725 ] 

Jean-Baptiste Onofré commented on KARAF-3835:
---------------------------------------------

Do you have an example of project (pom.xml) where the MOJO is executed four times ?

In Karaf, we don't have this behavior as in the main pom we have:

{code}
                    <executions>
                        <execution>
                            <id>service-metadata-generate</id>
                            <phase>process-classes</phase>
                            <goals>
                                <goal>service-metadata-generate</goal>
                            </goals>
                        </execution>
                    </executions>
{code}

As the plugin uses the class, it makes sense to have it in the process classes phase IMHO.

> Maven plugin service-metadata-generate executes four times per project
> ----------------------------------------------------------------------
>
>                 Key: KARAF-3835
>                 URL: https://issues.apache.org/jira/browse/KARAF-3835
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-tooling
>    Affects Versions: 4.0.0
>            Reporter: Jonathan Byrne
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>         Attachments: KARAF-3835.patch
>
>
> Because the default phase is "process classes", the mojo is executing more often than needed.  I believe "generate resources" is the appropriate phase.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)