You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Krashan Brahmanjara (JIRA)" <ji...@codehaus.org> on 2010/06/21 11:11:12 UTC

[jira] Created: (MSITE-488) site:deploy shouldn't repace variables from site.xml

site:deploy shouldn't repace variables from site.xml
----------------------------------------------------

                 Key: MSITE-488
                 URL: http://jira.codehaus.org/browse/MSITE-488
             Project: Maven 2.x Site Plugin
          Issue Type: Bug
          Components: site:deploy
    Affects Versions: 2.1.1
            Reporter: Krashan Brahmanjara


Action site:deploy  pushes site.xml to external location.
This action works ok but parse original site description and send different to server.

For example orignal site.xml contain line
  <item name="${project.name}" href="." />
sended file contain line
   <item name="Core Parent POM" href="." />
instead..

I suppose that developers expect that original file will be commited to maven repository.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Issue Comment Edited: (MSITE-488) site:attach shouldn't replace variables from site.xml

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=253586#action_253586 ] 

Lukas Theussl edited comment on MSITE-488 at 1/31/11 6:24 AM:
--------------------------------------------------------------

Fixed in [r1065576|http://svn.apache.org/viewvc?rev=1065576&view=rev]

      was (Author: lukas):
    Fi9xed in [r1065576|http://svn.apache.org/viewvc?rev=1065576&view=rev]
  
> site:attach shouldn't replace variables from site.xml
> -----------------------------------------------------
>
>                 Key: MSITE-488
>                 URL: http://jira.codehaus.org/browse/MSITE-488
>             Project: Maven 2.x and 3.x Site Plugin
>          Issue Type: Bug
>          Components: inheritance, multi module, site descriptor
>    Affects Versions: 2.1.1
>            Reporter: Krashan Brahmanjara
>            Assignee: Lukas Theussl
>             Fix For: 2.3
>
>
> Action site:deploy  pushes site.xml to external location.
> This action works ok but parse original site description and send different to server.
> For example orignal site.xml contain line
>   <item name="${project.name}" href="." />
> sended file contain line
>    <item name="Core Parent POM" href="." />
> instead..
> I suppose that developers expect that original file will be commited to maven repository.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MSITE-488) site:attach shouldn't replace variables from site.xml

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSITE-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated MSITE-488:
----------------------------------

    Fix Version/s: 3.0-beta-4

> site:attach shouldn't replace variables from site.xml
> -----------------------------------------------------
>
>                 Key: MSITE-488
>                 URL: http://jira.codehaus.org/browse/MSITE-488
>             Project: Maven 2.x and 3.x Site Plugin
>          Issue Type: Bug
>          Components: inheritance, multi module, site descriptor
>    Affects Versions: 2.1.1
>            Reporter: Krashan Brahmanjara
>            Assignee: Lukas Theussl
>             Fix For: 2.3, 3.0-beta-4
>
>
> Action site:deploy  pushes site.xml to external location.
> This action works ok but parse original site description and send different to server.
> For example orignal site.xml contain line
>   <item name="${project.name}" href="." />
> sended file contain line
>    <item name="Core Parent POM" href="." />
> instead..
> I suppose that developers expect that original file will be commited to maven repository.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MSITE-488) site:deploy shouldn't repace variables from site.xml

Posted by "Krashan Brahmanjara (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=249636#action_249636 ] 

Krashan Brahmanjara commented on MSITE-488:
-------------------------------------------

I don't remember original sequence - probably mvn site deploy.
Problem is in final result, I see pom file and site.xml file in mvn repository and generated site in another location.  site.xml is different than orginal.


> site:deploy shouldn't repace variables from site.xml
> ----------------------------------------------------
>
>                 Key: MSITE-488
>                 URL: http://jira.codehaus.org/browse/MSITE-488
>             Project: Maven 2.x and 3.x Site Plugin
>          Issue Type: Bug
>          Components: site:deploy
>    Affects Versions: 2.1.1
>            Reporter: Krashan Brahmanjara
>
> Action site:deploy  pushes site.xml to external location.
> This action works ok but parse original site description and send different to server.
> For example orignal site.xml contain line
>   <item name="${project.name}" href="." />
> sended file contain line
>    <item name="Core Parent POM" href="." />
> instead..
> I suppose that developers expect that original file will be commited to maven repository.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MSITE-488) site:attach shouldn't replace variables from site.xml

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSITE-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl closed MSITE-488.
-------------------------------

    Resolution: Fixed
      Assignee: Lukas Theussl

Fi9xed in [r1065576|http://svn.apache.org/viewvc?rev=1065576&view=rev]

> site:attach shouldn't replace variables from site.xml
> -----------------------------------------------------
>
>                 Key: MSITE-488
>                 URL: http://jira.codehaus.org/browse/MSITE-488
>             Project: Maven 2.x and 3.x Site Plugin
>          Issue Type: Bug
>          Components: inheritance, multi module, site descriptor
>    Affects Versions: 2.1.1
>            Reporter: Krashan Brahmanjara
>            Assignee: Lukas Theussl
>             Fix For: 2.3
>
>
> Action site:deploy  pushes site.xml to external location.
> This action works ok but parse original site description and send different to server.
> For example orignal site.xml contain line
>   <item name="${project.name}" href="." />
> sended file contain line
>    <item name="Core Parent POM" href="." />
> instead..
> I suppose that developers expect that original file will be commited to maven repository.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MSITE-488) site:deploy shouldn't repace variables from site.xml

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSITE-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl updated MSITE-488:
--------------------------------

    Fix Version/s: 2.3

> site:deploy shouldn't repace variables from site.xml
> ----------------------------------------------------
>
>                 Key: MSITE-488
>                 URL: http://jira.codehaus.org/browse/MSITE-488
>             Project: Maven 2.x and 3.x Site Plugin
>          Issue Type: Bug
>          Components: site:deploy
>    Affects Versions: 2.1.1
>            Reporter: Krashan Brahmanjara
>             Fix For: 2.3
>
>
> Action site:deploy  pushes site.xml to external location.
> This action works ok but parse original site description and send different to server.
> For example orignal site.xml contain line
>   <item name="${project.name}" href="." />
> sended file contain line
>    <item name="Core Parent POM" href="." />
> instead..
> I suppose that developers expect that original file will be commited to maven repository.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MSITE-488) site:deploy shouldn't repace variables from site.xml

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=249133#action_249133 ] 

Lukas Theussl commented on MSITE-488:
-------------------------------------

site:deploy pushes the generated site which does not include the site.xml. Did you mean "site deploy" (ie two separate phases, not one goal)?

> site:deploy shouldn't repace variables from site.xml
> ----------------------------------------------------
>
>                 Key: MSITE-488
>                 URL: http://jira.codehaus.org/browse/MSITE-488
>             Project: Maven 2.x and 3.x Site Plugin
>          Issue Type: Bug
>          Components: site:deploy
>    Affects Versions: 2.1.1
>            Reporter: Krashan Brahmanjara
>
> Action site:deploy  pushes site.xml to external location.
> This action works ok but parse original site description and send different to server.
> For example orignal site.xml contain line
>   <item name="${project.name}" href="." />
> sended file contain line
>    <item name="Core Parent POM" href="." />
> instead..
> I suppose that developers expect that original file will be commited to maven repository.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MSITE-488) site:attach shouldn't replace variables from site.xml

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSITE-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl updated MSITE-488:
--------------------------------

    Component/s:     (was: site:deploy)
                 site descriptor
                 multi module
                 inheritance
        Summary: site:attach shouldn't replace variables from site.xml  (was: site:deploy shouldn't repace variables from site.xml)

> site:attach shouldn't replace variables from site.xml
> -----------------------------------------------------
>
>                 Key: MSITE-488
>                 URL: http://jira.codehaus.org/browse/MSITE-488
>             Project: Maven 2.x and 3.x Site Plugin
>          Issue Type: Bug
>          Components: inheritance, multi module, site descriptor
>    Affects Versions: 2.1.1
>            Reporter: Krashan Brahmanjara
>             Fix For: 2.3
>
>
> Action site:deploy  pushes site.xml to external location.
> This action works ok but parse original site description and send different to server.
> For example orignal site.xml contain line
>   <item name="${project.name}" href="." />
> sended file contain line
>    <item name="Core Parent POM" href="." />
> instead..
> I suppose that developers expect that original file will be commited to maven repository.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira