When building my Ant plugin, it gives this warning:
[INFO] Building SOAJ PLUGINS :: ADMIN
[INFO] task-segment: [install]
[INFO]
----------------------------------------------------------------------------
[INFO] [plugin:descriptor]
[WARNING] Goal prefix is: admin; Maven currently expects it to be admin
What does this mean? I'd like to get my build to run without any
warning messages. Anybody have an idea about this?
Here is the POM:
<snip> <build>
<plugins>
<plugin>
<artifactId>maven-plugin-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-tools-ant</artifactId>
<version>2.0.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<configuration>
<goalPrefix>admin</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>
</snip>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]