Seems like a slight bug in the default plugin prefix calculation, which is supposed to recognise 'maven-*-plugin' and '*-maven-plugin'
You can correct this by passing the <goalPrefix> configuration to the maven-plugin-plugin. http://maven.apache.org/plugins/maven-plugin-plugin/examples/generate-descriptor.html On 23/02/2010, at 12:10 AM, Benson Margulies wrote: > [INFO] [s:endian-variable {execution: getEndianFlag}] > > Can anyone explain where the 's' comes from? The plugin's full name is > a com.basistech:maven-plugins. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Brett Porter [email protected] http://brettporter.wordpress.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
