Hi,

> Hello Danilo, I think you might be looking for using a parent POM. Something 
> like:

Actually what I'm trying to achieve is to configure my site deploy to
upload the site via scp to a directory that is defined by the groupId,
artifactId and version. Something like this:

<distributionManagement>
        <site>
                <id>docs</id>
                <name>Documentation Site</name>
                <url>
                        
scp://xyz/var/www/docs/${groupId}/${artifactId}/${version}
                </url>
        </site>
</distributionManagement>

The problem is that instead of copying to
"/var/www/docs/org.springframework.spring-core/spring-core/2.5.4/" I
would like to copy to
"/var/www/docs/org/springframework/spring-core/spring-core/2.5.4/"

Danilo

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

Reply via email to