[
https://jira.codehaus.org/browse/MSITE-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=318388#comment-318388
]
jieryn commented on MSITE-672:
------------------------------
i'm using distributionManagement.site.url=davs:https://blah .. when my top
level parent sets this also, and i try to set it to something different, all
combos of { m-site-p 2.3, 3.1, 3.2 } with all combos of { mvn304 and mvn310 }
will try to construct a relative url... this is breaking my site! how can i
prevent inheritance of this? even setting a different
distributionManagement.site.id doesn't prevent maven trying to relativize
everything. and worst, distributionManagement doesn't accept
<inherited>false</inherited>
> Interpolation of site deploy URL not done in child
> --------------------------------------------------
>
> Key: MSITE-672
> URL: https://jira.codehaus.org/browse/MSITE-672
> Project: Maven 2.x and 3.x Site Plugin
> Issue Type: Bug
> Components: site:deploy
> Affects Versions: 3.0
> Environment: Debian Linux OpenJDK 7 mvn 3.0.4
> Reporter: Fred Cooke
>
> I have my parent distribution site config filled out like so:
> {{<url>scp://private-site/home/private/site/releases/$\{project.groupId}/$\{project.artifactId}/$\{project.version}/</url>}}
> When the child tries to release:perform or {{site:deploy}} it tries to upload
> with the parent arifactId, groupId and version instead of the current project
> values. These should be interpolated like any other variables in the POM to
> prevent needless duplication in all children.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira