Well I found the issue.  I am using inheritance and I have left the groupId
parameter blank <groupId/> in the superclass and then failed to override it
in my subclass.  I guess when the pom.artifactDirectory was built it placed
a : in the placeholder for the empty groupId.  Once I actually set a groupId
the process worked great.

I guess I will research the inheritance code to see how it works so I don't
make any other bonehead mistakes in the future.

Thank you everyone for helping me narrow down on the issue.

I love Maven and hope to contribute some additional plugins shortly.

Scott Damon Ryan
Developer
(720) 514-5389
[EMAIL PROTECTED]

-----Original Message-----
From: Carlos Sanchez [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 27, 2004 1:50 PM
To: 'Maven Users List'; 'Per Abich'
Subject: RE: RE: Jar:deploy building incorrect file path with extra : before
t he a rtifact Id

Hi, 

You have to configure properly the artifact plugin, check its properties at
http://maven.apache.org/reference/plugins/artifact

Regards

Carlos Sanchez
A Coruņa, Spain

Oness Project
http://oness.sourceforge.net
 

> -----Original Message-----
> From: Per Abich [mailto:[EMAIL PROTECTED] 
> Sent: Friday, August 27, 2004 9:41 PM
> To: Maven Users List
> Subject: Re: RE: Jar:deploy building incorrect file path with 
> extra : before t he a rtifact Id
> 
> If you could post the project.xml (maybe directly to me?) I 
> could take a look. I still think maven interprets something 
> as a cvs-connection string.
> 
> Per
> 
> On Fri, 27 Aug 2004 08:31:17 -0600, Ryan, Scott 
> <[EMAIL PROTECTED]> wrote:
> > Thanks for the tip but we do not use CVS.  I have checked 
> all my files 
> > project.xml, maven.xml, build.properties and project.properties and 
> > there are no colons anywhere in those files so it must be getting 
> > added by one of the plugins.
> > 
> > Any other ideas?  The jar:install works fine it is just he 
> jar:deploy 
> > that is munging the name.
> > 
> > It appears to be running the upload via ssh which is what I 
> expect and I
> > have my doc root set to C:/apachehtdocs/maven/dev/.   I 
> will see about hard
> > coding the upload parameter to be sure and force ssh.
> > 
> > Scott Damon Ryan
> > Developer
> > (720) 514-5389
> > [EMAIL PROTECTED]
> > 
> > -----Original Message-----
> > From: Per Abich [mailto:[EMAIL PROTECTED]
> > Sent: Friday, August 27, 2004 12:09 AM
> > To: Maven Users List
> > Subject: Re: Jar:deploy building incorrect file path with extra : 
> > before the a rtifact Id
> > 
> > Looks like a cvs notation to me. Maybe you have specified 
> upload via 
> > CVS? I'd say you have CVSROOT="C:/apachehtdocs/maven/dev/" and the 
> > module name 
> "echostar-toolkit/poms/echostar-toolkit-1.0.0.0.pom". But 
> > I am not experienced enought with maven to tell you how you 
> produced 
> > it. Check your project.properties and project.xml....
> > 
> > Regards
> > 
> > Per Abich
> > 
> > On Thu, 26 Aug 2004 18:14:52 -0600, Ryan, Scott 
> > <[EMAIL PROTECTED]>
> > wrote:
> > > I am trying to run the jar:deploy goal.  It is adding an extra : 
> > > between
> > the
> > > file location and the artifactId so that the directory 
> cannot be located.
> > > Here is an example of the bad location:
> > >
> > > scp:
> > >
> > 
> C:/apachehtdocs/maven/dev/:echostar-toolkit/poms/echostar-toolkit-1.0.
> > 0.0.po
> > > m
> > >
> > > I cannot figure out where the extra : is coming before 
> the artifact 
> > > Id 'echostar-toolkit'
> > >
> > > Any ideas???
> > >
> > > Scott Damon Ryan
> > >
> > > Developer
> > >
> > > (720) 514-5389
> > >
> > > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> > >
> > >
> > 
> > --
> > Per Abich
> > Praktikant
> > Catenic AG
> > 
> > 
> ---------------------------------------------------------------------
> > 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]
> > 
> > 
> 
> 
> --
> Per Abich
> Praktikant
> Catenic AG
> 
> ---------------------------------------------------------------------
> 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]

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

Reply via email to