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/03/28 20:45:26 UTC

Re: svn commit: r389474 - in /maven/plugins/trunk/maven-compiler-plugin: pom.xml src/test/

Carlos,

That's really not a great way to do this. Why not branch the code for 2.0.1?

- Brett

carlos@apache.org wrote:
> Author: carlos
> Date: Tue Mar 28 02:53:37 2006
> New Revision: 389474
> 
> URL: http://svn.apache.org/viewcvs?rev=389474&view=rev
> Log:
> Removed test harness dependencies to go on with the release, will add them later
> 
> Removed:
>     maven/plugins/trunk/maven-compiler-plugin/src/test/
> Modified:
>     maven/plugins/trunk/maven-compiler-plugin/pom.xml
> 
> Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
> URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-compiler-plugin/pom.xml?rev=389474&r1=389473&r2=389474&view=diff
> ==============================================================================
> --- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
> +++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Tue Mar 28 02:53:37 2006
> @@ -42,11 +42,5 @@
>        <artifactId>maven-artifact</artifactId>
>        <version>2.0</version>
>      </dependency>
> -    <dependency>
> -      <groupId>org.apache.maven</groupId>
> -      <artifactId>maven-plugin-testing-harness</artifactId>
> -      <version>1.0-SNAPSHOT</version>
> -      <scope>test</scope>
> -    </dependency>
>    </dependencies>
>  </project>
> 
> 

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


Re: svn commit: r389474 - in /maven/plugins/trunk/maven-compiler-plugin: pom.xml src/test/

Posted by Brett Porter <br...@apache.org>.
I've done this.

- Brett

Brett Porter wrote:
> Carlos,
> 
> That's really not a great way to do this. Why not branch the code for 2.0.1?
> 
> - Brett
> 
> carlos@apache.org wrote:
>> Author: carlos
>> Date: Tue Mar 28 02:53:37 2006
>> New Revision: 389474
>>
>> URL: http://svn.apache.org/viewcvs?rev=389474&view=rev
>> Log:
>> Removed test harness dependencies to go on with the release, will add them later
>>
>> Removed:
>>     maven/plugins/trunk/maven-compiler-plugin/src/test/
>> Modified:
>>     maven/plugins/trunk/maven-compiler-plugin/pom.xml
>>
>> Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
>> URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-compiler-plugin/pom.xml?rev=389474&r1=389473&r2=389474&view=diff
>> ==============================================================================
>> --- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
>> +++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Tue Mar 28 02:53:37 2006
>> @@ -42,11 +42,5 @@
>>        <artifactId>maven-artifact</artifactId>
>>        <version>2.0</version>
>>      </dependency>
>> -    <dependency>
>> -      <groupId>org.apache.maven</groupId>
>> -      <artifactId>maven-plugin-testing-harness</artifactId>
>> -      <version>1.0-SNAPSHOT</version>
>> -      <scope>test</scope>
>> -    </dependency>
>>    </dependencies>
>>  </project>
>>
>>
> 
> ---------------------------------------------------------------------
> 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