> I noticed that all the references to "maven-assembly-plugin" do not have a > "groupId" value. Why doesn't this have a "groupId" value, and what is the > impact of that?
The default for plugins is o.a.m.p (org.apache.maven.plugins). Its generally a good idea to include groupIds, but not absolutely required if you are using o.a.m.p plugins. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
