> -----Original Message-----
> From: Nathan Coast [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 28, 2004 3:05 PM
> To: Maven Users
> Subject: deploy:artifact confusion
> 
> 
> Hi,
> 
> I have some code in a plugin:
> 

There are two plugins artifact plugin an ddeploy plugin which are mostly
overlapping.

This is using deploy plugin:

> <deploy:artifact 
> artifact="${maven.build.dir}/${maven.final.name}-example.zip"
>                  type="example"
>                  assureDirectoryCommand="mkdir -p"
>                  siteCommand="cd @deployDirectory@;chmod -R g+u *;"
>              />
> 
> I placed the following in build.properties
> 

Those are settings for artifact plugin

> maven.repo.list=R1
> 
> #settings for repository 'R1'
> maven.repo.R1=ftp://ftp.codeczar.com
> maven.repo.R1.username=*********
> maven.repo.R1.password=*********
> maven.repo.R1.directory=/usr/ngasi/contexts/codeczar/codeczar/maven
> 
> 
[...]

I know this is very confusing - but soon it will be unified (after 1.0
release)

Michal

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

Reply via email to