You're saying that you only get that warning for one dependency out of a group of them you're working with, within the assembly process?
-j On Mon, Jun 30, 2008 at 5:52 PM, Kathryn Huxtable < [EMAIL PROTECTED]> wrote: > Great, but I don't get that warning for the other dependencies. Why not, I > wonder? > > -K > > > On Jun 30, 2008, at 4:21 PM, John Casey wrote: > > Nothing to be too concerned about. It's a warning more intended for plugin >> developers, meaning they passed in a jar artifact instead of a pom >> artifact, >> and the project-builder is constructing a pom artifact to build the >> project >> instance from instead. >> >> I just need to modify the assembly plugin to make sure it's passing in pom >> artifacts, but this shouldn't affect your assembly in any way. >> >> -john >> >> On Mon, Jun 30, 2008 at 5:17 PM, Kathryn Huxtable < >> [EMAIL PROTECTED]> wrote: >> >> I'm making an assembly for a project and one of its runtime dependencies >>> is >>> something called "grouper". I'm getting the following warning: >>> >>> [WARNING] Attempting to build MavenProject instance for Artifact >>> (edu.internet2.middleware.grouper:grouper:1.3.0) of type: jar; >>> constructing >>> POM artifact instead. >>> >>> Where should I be looking to fix this? I have control over the grouper >>> pom. >>> It is a jar. >>> >>> -K >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >>> >> >> -- >> John Casey >> --- >> Maven Developer (http://maven.apache.org) >> --- >> Blog: http://www.ejlife.net/blogs/buildchimp >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- John Casey --- Maven Developer (http://maven.apache.org) --- Blog: http://www.ejlife.net/blogs/buildchimp
