On 7 March 2013 19:52,  <simonetrip...@apache.org> wrote:
> Author: simonetripodi
> Date: Thu Mar  7 19:52:39 2013
> New Revision: 1454057
>
> URL: http://svn.apache.org/r1454057
> Log:
> releng: added RC profile for staging site deployment

Is that intended to merge with / override the rc profile in parent, or
does it have a different function?
If so, it should have a different name.

> Modified:
>     commons/proper/fileupload/trunk/pom.xml
>
> Modified: commons/proper/fileupload/trunk/pom.xml
> URL: 
> http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/pom.xml?rev=1454057&r1=1454056&r2=1454057&view=diff
> ==============================================================================
> --- commons/proper/fileupload/trunk/pom.xml (original)
> +++ commons/proper/fileupload/trunk/pom.xml Thu Mar  7 19:52:39 2013
> @@ -274,4 +274,18 @@
>      </plugins>
>    </reporting>
>
> +  <profiles>
> +    <profile>
> +      <id>rc</id>
> +      <distributionManagement>
> +        <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
> +        <site>
> +          <id>apache.website</id>
> +          <name>Apache Commons Release Candidate Staging Site</name>
> +          
> <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site</url>
> +        </site>
> +      </distributionManagement>
> +    </profile>
> +  </profiles>
> +
>  </project>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to