<build>
        <pluginManagement>
            <plugins>
                <plugin>
                    <groupId>group</groupId>
                    <artifactId>p</artifactId>
                    <version>1.0</version>
                </plugin>
            <plugins>
        <pluginManagement>

        <plugins>
            <plugin>
                <artifactId>p</artifactId>
                <executions>
                    <execution>
                        <id>some-unique-id</id>
                        <phase>h</phase>
                        <goals>
                            <goal>g</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
</build>

UseTheFork wrote:
> Hi, 
>
> This is a newbie clarification question. The set of default goals attached
> to phases does depend on the packaging setting in the pom.xml.
>
> Lets imagine that I want to add a goal G from plugin P to execute in phase
> H. Let's imagine that this plugin P must be retrieved from a remote
> repository R. What do I exactly need to put in my pom.xml?
>
> Thanks,
>
> UseTheFork
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to