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

Re: svn commit: r485057 - /maven/plugins/trunk/pom.xml

I don't think that's right. The standard is ../tags, which will not  
be right in /maven/plugins/trunk/maven-foo-plugin (coming out as  
trunk/tags/maven-foo-plugin-1.x)

Am I mistaken, or should it be reverted?

- Brett


On 10/12/2006, at 7:34 AM, jvanzyl@apache.org wrote:

> Author: jvanzyl
> Date: Sat Dec  9 12:34:16 2006
> New Revision: 485057
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=485057
> Log:
> o use use the standard layout, don't need to instruct the release  
> plugin
>
> Modified:
>     maven/plugins/trunk/pom.xml
>
> Modified: maven/plugins/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml? 
> view=diff&rev=485057&r1=485056&r2=485057
> ====================================================================== 
> ========
> --- maven/plugins/trunk/pom.xml (original)
> +++ maven/plugins/trunk/pom.xml Sat Dec  9 12:34:16 2006
> @@ -112,18 +112,6 @@
>      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/ 
> maven/plugins/trunk/</developerConnection>
>      <url>http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/</url>
>    </scm>
> -  <build>
> -    <pluginManagement>
> -      <plugins>
> -        <plugin>
> -          <artifactId>maven-release-plugin</artifactId>
> -          <configuration>
> -            <tagBase>https://svn.apache.org/repos/asf/maven/ 
> plugins/tags</tagBase>
> -          </configuration>
> -        </plugin>
> -      </plugins>
> -    </pluginManagement>
> -  </build>
>    <reporting>
>      <plugins>
>      </plugins>
>

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


Re: svn commit: r485057 - /maven/plugins/trunk/pom.xml

Posted by Jason van Zyl <ja...@maven.org>.
On 10 Dec 06, at 7:29 PM 10 Dec 06, Brett Porter wrote:

> I don't think that's right. The standard is ../tags, which will not  
> be right in /maven/plugins/trunk/maven-foo-plugin (coming out as  
> trunk/tags/maven-foo-plugin-1.x)
>
> Am I mistaken, or should it be reverted?
>

For some reason I thought it meant it looked at the scm connection  
and figured it out. I will add that if it doesn't do that but the  
information is there already. Be easy enough, look at the connection  
element, and find the right spot in a default setup.

Jason.

> - Brett
>
>
> On 10/12/2006, at 7:34 AM, jvanzyl@apache.org wrote:
>
>> Author: jvanzyl
>> Date: Sat Dec  9 12:34:16 2006
>> New Revision: 485057
>>
>> URL: http://svn.apache.org/viewvc?view=rev&rev=485057
>> Log:
>> o use use the standard layout, don't need to instruct the release  
>> plugin
>>
>> Modified:
>>     maven/plugins/trunk/pom.xml
>>
>> Modified: maven/plugins/trunk/pom.xml
>> URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml? 
>> view=diff&rev=485057&r1=485056&r2=485057
>> ===================================================================== 
>> =========
>> --- maven/plugins/trunk/pom.xml (original)
>> +++ maven/plugins/trunk/pom.xml Sat Dec  9 12:34:16 2006
>> @@ -112,18 +112,6 @@
>>      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/ 
>> maven/plugins/trunk/</developerConnection>
>>      <url>http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/</ 
>> url>
>>    </scm>
>> -  <build>
>> -    <pluginManagement>
>> -      <plugins>
>> -        <plugin>
>> -          <artifactId>maven-release-plugin</artifactId>
>> -          <configuration>
>> -            <tagBase>https://svn.apache.org/repos/asf/maven/ 
>> plugins/tags</tagBase>
>> -          </configuration>
>> -        </plugin>
>> -      </plugins>
>> -    </pluginManagement>
>> -  </build>
>>    <reporting>
>>      <plugins>
>>      </plugins>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


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