You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-dev@maven.apache.org by Brett Porter <br...@apache.org> on 2006/12/09 01:25:18 UTC

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

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

On 09/12/2006, at 3:20 AM, evenisse@apache.org wrote:

> Author: evenisse
> Date: Fri Dec  8 08:20:43 2006
> New Revision: 484649
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=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=diff&rev=484649&r1=484648&r2=484649
> ====================================================================== 
> ========
> --- maven/scm/trunk/pom.xml (original)
> +++ maven/scm/trunk/pom.xml Fri Dec  8 08:20:43 2006
> @@ -105,4 +105,46 @@
>        <url>scp://people.apache.org/www/maven.apache.org/scm</url>
>      </site>
>    </distributionManagement>
> +
> +  <profiles>
> +    <profile>
> +      <id>sharedResources</id>
> +      <build>
> +        <plugins>
> +          <plugin>
> +            <artifactId>maven-remote-resources-plugin</artifactId>
> +            <executions>
> +              <execution>
> +                <goals>
> +                  <goal>process</goal>
> +                </goals>
> +                <configuration>
> +                  <resourceBundles>
> +                    <resourceBundle>org.apache:apache-jar-resource- 
> bundle:1.0</resourceBundle>
> +                  </resourceBundles>
> +                </configuration>
> +              </execution>
> +            </executions>
> +          </plugin>
> +        </plugins>
> +      </build>
> +    </profile>
> +    <profile>
> +      <id>gpgsign</id>
> +      <build>
> +        <plugins>
> +          <plugin>
> +            <artifactId>maven-gpg-plugin</artifactId>
> +            <executions>
> +              <execution>
> +                <goals>
> +                  <goal>sign</goal>
> +                </goals>
> +              </execution>
> +            </executions>
> +          </plugin>
> +        </plugins>
> +      </build>
> +    </profile>
> +  </profiles>
>  </project>
>

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

Posted by Jason van Zyl <ja...@maven.org>.
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

Posted by Brett Porter <br...@apache.org>.
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

Posted by Jason van Zyl <ja...@maven.org>.
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, evenisse@apache.org wrote:
>
>> Author: evenisse
>> Date: Fri Dec  8 08:20:43 2006
>> New Revision: 484649
>>
>> URL: http://svn.apache.org/viewvc?view=rev&rev=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=diff&rev=484649&r1=484648&r2=484649
>> ===================================================================== 
>> =========
>> --- maven/scm/trunk/pom.xml (original)
>> +++ maven/scm/trunk/pom.xml Fri Dec  8 08:20:43 2006
>> @@ -105,4 +105,46 @@
>>        <url>scp://people.apache.org/www/maven.apache.org/scm</url>
>>      </site>
>>    </distributionManagement>
>> +
>> +  <profiles>
>> +    <profile>
>> +      <id>sharedResources</id>
>> +      <build>
>> +        <plugins>
>> +          <plugin>
>> +            <artifactId>maven-remote-resources-plugin</artifactId>
>> +            <executions>
>> +              <execution>
>> +                <goals>
>> +                  <goal>process</goal>
>> +                </goals>
>> +                <configuration>
>> +                  <resourceBundles>
>> +                    <resourceBundle>org.apache:apache-jar- 
>> resource-bundle:1.0</resourceBundle>
>> +                  </resourceBundles>
>> +                </configuration>
>> +              </execution>
>> +            </executions>
>> +          </plugin>
>> +        </plugins>
>> +      </build>
>> +    </profile>
>> +    <profile>
>> +      <id>gpgsign</id>
>> +      <build>
>> +        <plugins>
>> +          <plugin>
>> +            <artifactId>maven-gpg-plugin</artifactId>
>> +            <executions>
>> +              <execution>
>> +                <goals>
>> +                  <goal>sign</goal>
>> +                </goals>
>> +              </execution>
>> +            </executions>
>> +          </plugin>
>> +        </plugins>
>> +      </build>
>> +    </profile>
>> +  </profiles>
>>  </project>
>>
>