You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/04/03 02:23:33 UTC

svn commit: r1088193 - /commons/proper/discovery/trunk/pom.xml

Author: simonetripodi
Date: Sun Apr  3 00:23:32 2011
New Revision: 1088193

URL: http://svn.apache.org/viewvc?rev=1088193&view=rev
Log:
added missing RC profile (cannot be defined in parent)

Modified:
    commons/proper/discovery/trunk/pom.xml

Modified: commons/proper/discovery/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/pom.xml?rev=1088193&r1=1088192&r2=1088193&view=diff
==============================================================================
--- commons/proper/discovery/trunk/pom.xml (original)
+++ commons/proper/discovery/trunk/pom.xml Sun Apr  3 00:23:32 2011
@@ -188,4 +188,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>



Re: svn commit: r1088193 - /commons/proper/discovery/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 3 April 2011 14:20, Simone Tripodi <si...@apache.org> wrote:
> I would be moe than pleased to follow the Nexus way, but I'm following

Looks like Discovery is not using Nexus anyway.

> the guide on Wiki[1] to avoid mistakes.
> Any recommendation? Thanks in advance!
> Simo
>
> [1] http://wiki.apache.org/commons/CreatingReleases
>
> http://people.apache.org/~simonetripodi/
> http://www.99soft.org/
>
>
>
> On Sun, Apr 3, 2011 at 3:13 PM, sebb <se...@gmail.com> wrote:
>> On 3 April 2011 01:23,  <si...@apache.org> wrote:
>>> Author: simonetripodi
>>> Date: Sun Apr  3 00:23:32 2011
>>> New Revision: 1088193
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1088193&view=rev
>>> Log:
>>> added missing RC profile (cannot be defined in parent)
>>
>> Not sure this is needed if one uses Nexus, but won't do any harm.
>>
>>> Modified:
>>>    commons/proper/discovery/trunk/pom.xml
>>>
>>> Modified: commons/proper/discovery/trunk/pom.xml
>>> URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/pom.xml?rev=1088193&r1=1088192&r2=1088193&view=diff
>>> ==============================================================================
>>> --- commons/proper/discovery/trunk/pom.xml (original)
>>> +++ commons/proper/discovery/trunk/pom.xml Sun Apr  3 00:23:32 2011
>>> @@ -188,4 +188,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-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

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


Re: svn commit: r1088193 - /commons/proper/discovery/trunk/pom.xml

Posted by Simone Tripodi <si...@apache.org>.
I would be moe than pleased to follow the Nexus way, but I'm following
the guide on Wiki[1] to avoid mistakes.
Any recommendation? Thanks in advance!
Simo

[1] http://wiki.apache.org/commons/CreatingReleases

http://people.apache.org/~simonetripodi/
http://www.99soft.org/



On Sun, Apr 3, 2011 at 3:13 PM, sebb <se...@gmail.com> wrote:
> On 3 April 2011 01:23,  <si...@apache.org> wrote:
>> Author: simonetripodi
>> Date: Sun Apr  3 00:23:32 2011
>> New Revision: 1088193
>>
>> URL: http://svn.apache.org/viewvc?rev=1088193&view=rev
>> Log:
>> added missing RC profile (cannot be defined in parent)
>
> Not sure this is needed if one uses Nexus, but won't do any harm.
>
>> Modified:
>>    commons/proper/discovery/trunk/pom.xml
>>
>> Modified: commons/proper/discovery/trunk/pom.xml
>> URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/pom.xml?rev=1088193&r1=1088192&r2=1088193&view=diff
>> ==============================================================================
>> --- commons/proper/discovery/trunk/pom.xml (original)
>> +++ commons/proper/discovery/trunk/pom.xml Sun Apr  3 00:23:32 2011
>> @@ -188,4 +188,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-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

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


Re: svn commit: r1088193 - /commons/proper/discovery/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 3 April 2011 01:23,  <si...@apache.org> wrote:
> Author: simonetripodi
> Date: Sun Apr  3 00:23:32 2011
> New Revision: 1088193
>
> URL: http://svn.apache.org/viewvc?rev=1088193&view=rev
> Log:
> added missing RC profile (cannot be defined in parent)

Not sure this is needed if one uses Nexus, but won't do any harm.

> Modified:
>    commons/proper/discovery/trunk/pom.xml
>
> Modified: commons/proper/discovery/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/pom.xml?rev=1088193&r1=1088192&r2=1088193&view=diff
> ==============================================================================
> --- commons/proper/discovery/trunk/pom.xml (original)
> +++ commons/proper/discovery/trunk/pom.xml Sun Apr  3 00:23:32 2011
> @@ -188,4 +188,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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org