You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Eric Black <eb...@concord.org> on 2004/10/14 17:21:25 UTC

distributionDirectory and siteDirectory tags

Hi,

I am using the <siteDirectory> tag and the <destributionDirectory> tags in
project.xml to

<siteDirectory>/var/www/maven/security</siteDirectory>
<distributionDirectory>/var/www/maven/builds/security</distributionDirectory>

and maven.repo.central.directory in projects.properties to

maven.repo.central.directory=/var/www/maven


These are all paths on a local server.

site:deploy works correctly, but dist:deploy is putting the distributions
in the siteDirectory.

Any clues to why this is happening?

Also, is there an archive where I can view old threads to this mailing
list?

Thanks, Eric


Re: distributionDirectory and siteDirectory tags

Posted by Eric Black <eb...@concord.org>.
Thanks Thomas and Brett, I was omitting the distributionSite tag in
project.xml. Once I specified that, it worked fine.


Re: distributionDirectory and siteDirectory tags

Posted by Brett Porter <br...@gmail.com>.
I actually recommend marc.theaimsgroup.com.

Don't use eyebrowse if you want to search. It can't find anything after 2003.

As to the original question: I think if you omit distAddress,
distDirectory is ignored, so it is probably being deployed to
repo.central.directory/<artifactId>.

Try a small project with only the dist directory bit and get that
working first - if adding site afterwards breaks it, file it in JIRa.

Cheers,
Brett

On Thu, 14 Oct 2004 18:31:36 +0200, Thomas Recloux
<th...@gmail.com> wrote:
> > Any clues to why this is happening?
> 
> No idea, it do not use it for the moment.
> 
> > Also, is there an archive where I can view old threads to this mailing
> > list?
> 
> Yes :
> http://www.mail-archive.com/users%40maven.apache.org/
> and
> http://nagoya.apache.org/eyebrowse/SummarizeList?listId=149
> 
> --
> Thomas Recloux
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: distributionDirectory and siteDirectory tags

Posted by Thomas Recloux <th...@gmail.com>.
> Any clues to why this is happening?

No idea, it do not use it for the moment.

> Also, is there an archive where I can view old threads to this mailing
> list?

Yes :
http://www.mail-archive.com/users%40maven.apache.org/
and
http://nagoya.apache.org/eyebrowse/SummarizeList?listId=149

-- 
Thomas Recloux

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org