Re: Odd warning in assembly plugin

2008-07-01 Thread Magne Nordtveit
On Mon, 2008-06-30 at 18:27 -0500, Kathryn Huxtable wrote: Correct. I have several Internet2 projects which are not currently in any repository except my local one. They, in turn, have dependencies. Of these, only the Grouper project gives me the warning. -K, who will go over the Grouper

Re: Odd warning in assembly plugin

2008-07-01 Thread Kathryn Huxtable
Well, that's what Grouper is, but Signet is also a non-Maven project. I created pom files for each of them, though, and specified them in my install:install-file command. And yet, I only get the warning on Grouper. ** I just figured it out! * The pom file for Grouper has the wrong

Odd warning in assembly plugin

2008-06-30 Thread Kathryn Huxtable
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

Re: Odd warning in assembly plugin

2008-06-30 Thread John Casey
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

Re: Odd warning in assembly plugin

2008-06-30 Thread Kathryn Huxtable
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

Re: Odd warning in assembly plugin

2008-06-30 Thread John Casey
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

Re: Odd warning in assembly plugin

2008-06-30 Thread Kathryn Huxtable
Correct. I have several Internet2 projects which are not currently in any repository except my local one. They, in turn, have dependencies. Of these, only the Grouper project gives me the warning. -K, who will go over the Grouper and Signet poms with a fine-toothed comb to see what, if any,