You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Wes Wannemacher (JIRA)" <ji...@apache.org> on 2009/04/29 20:19:30 UTC

[jira] Created: (WW-3108) Trying to release the struts-master artifact will deploy files to the struts.apache.org website

Trying to release the struts-master artifact will deploy files to the struts.apache.org website
-----------------------------------------------------------------------------------------------

                 Key: WW-3108
                 URL: https://issues.apache.org/struts/browse/WW-3108
             Project: Struts 2
          Issue Type: Bug
          Components: Build Management
            Reporter: Wes Wannemacher
             Fix For: 2.1.8


When I was releasing the struts-master artifact, at the 'release:perform' step, a bunch of files were generated and pushed out the people.apache.org:/www/struts.apache.org. This effectively overwrote our site with a basic maven-esque site. We typically manage our site using the maven site plugin and keep that source in a different folder in SVN. We need to update the struts/maven/pom/pom.xml file so that release:perform does not do this in the future. We could update the docs here - http://struts.apache.org/2.x/docs/creating-and-signing-a-struts-21x-distribution.html , but I would rather we avoid making different artifacts have different release instructions. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-3108) Trying to release the struts-master artifact will deploy files to the struts.apache.org website

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-3108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46574#action_46574 ] 

Musachy Barroso commented on WW-3108:
-------------------------------------

anyone knows how to fix this?

> Trying to release the struts-master artifact will deploy files to the struts.apache.org website
> -----------------------------------------------------------------------------------------------
>
>                 Key: WW-3108
>                 URL: https://issues.apache.org/struts/browse/WW-3108
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Build Management
>            Reporter: Wes Wannemacher
>             Fix For: 2.1.8
>
>
> When I was releasing the struts-master artifact, at the 'release:perform' step, a bunch of files were generated and pushed out the people.apache.org:/www/struts.apache.org. This effectively overwrote our site with a basic maven-esque site. We typically manage our site using the maven site plugin and keep that source in a different folder in SVN. We need to update the struts/maven/pom/pom.xml file so that release:perform does not do this in the future. We could update the docs here - http://struts.apache.org/2.x/docs/creating-and-signing-a-struts-21x-distribution.html , but I would rather we avoid making different artifacts have different release instructions. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-3108) Trying to release the struts-master artifact will deploy files to the struts.apache.org website

Posted by "Wes Wannemacher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-3108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes Wannemacher resolved WW-3108.
---------------------------------

    Resolution: Fixed

I added some configuration to the release plugin that should stop this from happening in the future. Unfortunately this sort of thing is hard to test because I won't know until struts-master gets released again whether or not the fix does the trick. So, if this happens again, someone reopen this issue. Also, I didn't get the svn commit tagged against this JIRA because mvn committed the fix for me at some point while I was trying to make sure that the changes would work. (it committed when I did a `mvn release:rollback`... I had used -DdryRun=true when I did release:prepare, but the rollback must have detected a change and sent it upstream)

> Trying to release the struts-master artifact will deploy files to the struts.apache.org website
> -----------------------------------------------------------------------------------------------
>
>                 Key: WW-3108
>                 URL: https://issues.apache.org/struts/browse/WW-3108
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Build Management
>            Reporter: Wes Wannemacher
>             Fix For: 2.1.8
>
>
> When I was releasing the struts-master artifact, at the 'release:perform' step, a bunch of files were generated and pushed out the people.apache.org:/www/struts.apache.org. This effectively overwrote our site with a basic maven-esque site. We typically manage our site using the maven site plugin and keep that source in a different folder in SVN. We need to update the struts/maven/pom/pom.xml file so that release:perform does not do this in the future. We could update the docs here - http://struts.apache.org/2.x/docs/creating-and-signing-a-struts-21x-distribution.html , but I would rather we avoid making different artifacts have different release instructions. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-3108) Trying to release the struts-master artifact will deploy files to the struts.apache.org website

Posted by "Wes Wannemacher (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-3108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46588#action_46588 ] 

Wes Wannemacher commented on WW-3108:
-------------------------------------

I think you can do - 

-Dgoals=deploy 

when you are running release:perform and it won't try to upload a site. 

> Trying to release the struts-master artifact will deploy files to the struts.apache.org website
> -----------------------------------------------------------------------------------------------
>
>                 Key: WW-3108
>                 URL: https://issues.apache.org/struts/browse/WW-3108
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Build Management
>            Reporter: Wes Wannemacher
>             Fix For: 2.1.8
>
>
> When I was releasing the struts-master artifact, at the 'release:perform' step, a bunch of files were generated and pushed out the people.apache.org:/www/struts.apache.org. This effectively overwrote our site with a basic maven-esque site. We typically manage our site using the maven site plugin and keep that source in a different folder in SVN. We need to update the struts/maven/pom/pom.xml file so that release:perform does not do this in the future. We could update the docs here - http://struts.apache.org/2.x/docs/creating-and-signing-a-struts-21x-distribution.html , but I would rather we avoid making different artifacts have different release instructions. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.