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