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 and Signet poms with a fine-toothed  
 comb to see what, if any, differences there are.
I too get this warning, but only on projects that arn't originally Maven
projects. (Ant build which is deployed with a deploy:deploy-file
execution).
-- 
Magne Nordtveit [EMAIL PROTECTED]
Systems Engineer
Offshore Simulator Centre AS
http://www.offsimcentre.no

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 groupId. I had changed it at  
one point and failed to edit the pom file.


Thanks to all for their advice,

-K

On Jul 1, 2008, at 9:32 AM, Magne Nordtveit wrote:


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 and Signet poms with a fine-toothed
comb to see what, if any, differences there are.
I too get this warning, but only on projects that arn't originally  
Maven

projects. (Ant build which is deployed with a deploy:deploy-file
execution).
--
Magne Nordtveit [EMAIL PROTECTED]
Systems Engineer
Offshore Simulator Centre AS
http://www.offsimcentre.no

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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]



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 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


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 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]



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
 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


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, differences there are.


On Jun 30, 2008, at 6:12 PM, John Casey wrote:

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



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]