gotcha, looks like I overlooked that part.
KUDOS for you Lukas! thanks a lot, it worked :)
Simo

http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Fri, Feb 18, 2011 at 9:47 PM, Lukas Theussl <ltheu...@apache.org> wrote:
>
> This is expected and documented [1]: 'If subprojects inherit the site URL
> from a parent POM, they will automatically append their <artifactId> to form
> their effective deployment location'. If you want to overide that, you need
> to declare a site.url in the sub-project.
>
> HTH,
> -Lukas
>
>
> [1] http://maven.apache.org/plugins/maven-site-plugin/usage.html
>
>
> Simone Tripodi wrote:
>>
>> Hi all guys,
>> I'm facing a wired issue, I don't understand if it concerns the
>> maven-site-plugin or the deploy plugin, btw every time I try to deploy
>> the site, the ${project.artifactId} is always appended to the
>> distributionManagement.site.url
>>
>> i.e. if the url is
>>
>>     ftp://ftp.acme.org/projects/${project.artifactId}/${project.version}
>>
>> the resulting url will be
>>
>>
>> ftp://ftp.acme.org/projects/${project.artifactId}/${project.version}/${project.artifactId}
>>
>> Any hint/suggestion? My parent pom is public and can be found on
>> github[1], many thanks in advance!
>> Simo
>>
>> [1] https://github.com/99soft/infra
>>
>> http://people.apache.org/~simonetripodi/
>> http://www.99soft.org/
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

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

Reply via email to