You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Mark Struberg <st...@yahoo.de> on 2006/01/09 12:54:08 UTC

package org.apache.maven.plugins or org.apache.maven.plugin

I know that it has no significant impact on how things
work, but there are 2 different plugin packages (named
plugins and plugin) now used in the plugin sources.

The majority of maven-plugins use the package
org.apache.maven.plugin

but some use
org.apache.maven.plugins (plural)
> find . -type d -name plugins | grep "src/main/java"
shows: maven-repository-plugin, maven-site-plugin,
maven-release-plugin and maven-help-plugin

I also found a few test sources which uses the plugins
package altough the src sources uses
'org.apache.maven.plugin'...

I don't want to be nitpicking, but we maybe should
take care about that in future plugins as it may be a
latent source of defect.

At least
ls */pom.xml | xargs grep
"<groupId>org.apache.maven.plugin"
shows that all plugins use the 'plugins' - groupId


	

	
		
___________________________________________________________ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org