Re: svn commit: r484649 - /maven/scm/trunk/pom.xml

2006-12-18 Thread Brett Porter
Are these tested enough to put in the right home now? (I assume we  
weren't debating the correct place to put them, just the timing of it).


On 09/12/2006, at 3:23 PM, Jason van Zyl wrote:


On 8 Dec 06, at 7:25 PM 8 Dec 06, Brett Porter wrote:

Shouldn't these be in the release profile so they are activated  
automatically?




Not until they are tested a few times. I will do a series of  
releases with them and Emm is doing the same.


Jason.


Re: svn commit: r484649 - /maven/scm/trunk/pom.xml

2006-12-18 Thread Jason van Zyl

On 18 Dec 06, at 6:15 AM 18 Dec 06, Brett Porter wrote:

Are these tested enough to put in the right home now? (I assume we  
weren't debating the correct place to put them, just the timing of  
it).




No I'm going to do more tests with them all work and then I'll put it  
somewhere for everyone to use. Once the documentation is done as well.


Jason.


On 09/12/2006, at 3:23 PM, Jason van Zyl wrote:


On 8 Dec 06, at 7:25 PM 8 Dec 06, Brett Porter wrote:

Shouldn't these be in the release profile so they are activated  
automatically?




Not until they are tested a few times. I will do a series of  
releases with them and Emm is doing the same.


Jason.






Re: svn commit: r484649 - /maven/scm/trunk/pom.xml

2006-12-08 Thread Brett Porter
Shouldn't these be in the release profile so they are activated  
automatically?


On 09/12/2006, at 3:20 AM, [EMAIL PROTECTED] wrote:


Author: evenisse
Date: Fri Dec  8 08:20:43 2006
New Revision: 484649

URL: http://svn.apache.org/viewvc?view=revrev=484649
Log:
add two profiles for the release

Modified:
maven/scm/trunk/pom.xml

Modified: maven/scm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/pom.xml? 
view=diffrev=484649r1=484648r2=484649
== 


--- maven/scm/trunk/pom.xml (original)
+++ maven/scm/trunk/pom.xml Fri Dec  8 08:20:43 2006
@@ -105,4 +105,46 @@
   urlscp://people.apache.org/www/maven.apache.org/scm/url
 /site
   /distributionManagement
+
+  profiles
+profile
+  idsharedResources/id
+  build
+plugins
+  plugin
+artifactIdmaven-remote-resources-plugin/artifactId
+executions
+  execution
+goals
+  goalprocess/goal
+/goals
+configuration
+  resourceBundles
+resourceBundleorg.apache:apache-jar-resource- 
bundle:1.0/resourceBundle

+  /resourceBundles
+/configuration
+  /execution
+/executions
+  /plugin
+/plugins
+  /build
+/profile
+profile
+  idgpgsign/id
+  build
+plugins
+  plugin
+artifactIdmaven-gpg-plugin/artifactId
+executions
+  execution
+goals
+  goalsign/goal
+/goals
+  /execution
+/executions
+  /plugin
+/plugins
+  /build
+/profile
+  /profiles
 /project



Re: svn commit: r484649 - /maven/scm/trunk/pom.xml

2006-12-08 Thread Jason van Zyl

On 8 Dec 06, at 7:25 PM 8 Dec 06, Brett Porter wrote:

Shouldn't these be in the release profile so they are activated  
automatically?




Not until they are tested a few times. I will do a series of releases  
with them and Emm is doing the same.


Jason.


On 09/12/2006, at 3:20 AM, [EMAIL PROTECTED] wrote:


Author: evenisse
Date: Fri Dec  8 08:20:43 2006
New Revision: 484649

URL: http://svn.apache.org/viewvc?view=revrev=484649
Log:
add two profiles for the release

Modified:
maven/scm/trunk/pom.xml

Modified: maven/scm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/pom.xml? 
view=diffrev=484649r1=484648r2=484649
= 
=

--- maven/scm/trunk/pom.xml (original)
+++ maven/scm/trunk/pom.xml Fri Dec  8 08:20:43 2006
@@ -105,4 +105,46 @@
   urlscp://people.apache.org/www/maven.apache.org/scm/url
 /site
   /distributionManagement
+
+  profiles
+profile
+  idsharedResources/id
+  build
+plugins
+  plugin
+artifactIdmaven-remote-resources-plugin/artifactId
+executions
+  execution
+goals
+  goalprocess/goal
+/goals
+configuration
+  resourceBundles
+resourceBundleorg.apache:apache-jar- 
resource-bundle:1.0/resourceBundle

+  /resourceBundles
+/configuration
+  /execution
+/executions
+  /plugin
+/plugins
+  /build
+/profile
+profile
+  idgpgsign/id
+  build
+plugins
+  plugin
+artifactIdmaven-gpg-plugin/artifactId
+executions
+  execution
+goals
+  goalsign/goal
+/goals
+  /execution
+/executions
+  /plugin
+/plugins
+  /build
+/profile
+  /profiles
 /project