Hello,

when I create a plugin called "maven-beans-plugin" and specify in the
pom

<plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-plugin-plugin</artifactId>
        <configuration>
                <goalPrefix>beans</goalPrefix>
        </configuration>
</plugin>

I get the rather odd warning 
[WARNING] Goal prefix is specified as: 'beans'. Maven currently expects
it to be 'beans'.

I've found out that this warning is broadcast by the maven-plugin-plugin
as soon as you specify any goalPrefix at all. 

Does this mean <goalPrefix> is discouraged or deprecated? Can it cause
problems?

Yours,

David Bernhard

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to