You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/08/21 00:26:22 UTC

svn commit: r433066 - /maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml

Author: ltheussl
Date: Sun Aug 20 15:26:21 2006
New Revision: 433066

URL: http://svn.apache.org/viewvc?rev=433066&view=rev
Log:
Mark integrationUnitTestSourceDirectory as deprecated.

Modified:
    maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml

Modified: maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml?rev=433066&r1=433065&r2=433066&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml (original)
+++ maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml Sun Aug 20 15:26:21 2006
@@ -1118,9 +1118,13 @@
             <td>
               <code>integrationUnitTestSourceDirectory</code>
             </td>
-            <td>    
-             This element specifies a directory containing integration test    
-             sources of the project.    
+            <td>
+             This element is <strong>deprecated</strong> and should no longer be used.
+             Initially it was used by the first Cactus plugin. Now
+             the location of the Cactus test sources is defined
+             through a plugin property. See the Cactus plugin
+             <a href="http://jakarta.apache.org/cactus/integration/maven/properties.html">properties</a>
+             page.
            </td>
           </tr>
           <tr>



Re: svn commit: r433066 - /maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml

Posted by Lukas Theussl <lt...@apache.org>.
Just checked and yes, it is. However, AFAIK, it's not used anywhere in 
m1, it was marked deprecated by vmassol [1] long before modello 
re-introduced it, but maybe I missed something?

-Lukas

[1] http://svn.apache.org/viewvc?view=rev&revision=121414

Jason van Zyl wrote:
> 
> On 20 Aug 06, at 6:26 PM 20 Aug 06, ltheussl@apache.org wrote:
> 
>> Author: ltheussl
>> Date: Sun Aug 20 15:26:21 2006
>> New Revision: 433066
>>
>> URL: http://svn.apache.org/viewvc?rev=433066&view=rev
>> Log:
>> Mark integrationUnitTestSourceDirectory as deprecated.
>>
> 
> Is this reference not being generated from the modello model? Just  
> curious.
> 
> Jason.
> 
>> Modified:
>>     maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml
>>
>> Modified: maven/maven-1/core/trunk/xdocs/reference/project- 
>> descriptor.xml
>> URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/ 
>> reference/project-descriptor.xml? 
>> rev=433066&r1=433065&r2=433066&view=diff
>> ====================================================================== 
>> ========
>> --- maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml  
>> (original)
>> +++ maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml  
>> Sun Aug 20 15:26:21 2006
>> @@ -1118,9 +1118,13 @@
>>              <td>
>>                <code>integrationUnitTestSourceDirectory</code>
>>              </td>
>> -            <td>
>> -             This element specifies a directory containing  
>> integration test
>> -             sources of the project.
>> +            <td>
>> +             This element is <strong>deprecated</strong> and  should 
>> no longer be used.
>> +             Initially it was used by the first Cactus plugin. Now
>> +             the location of the Cactus test sources is defined
>> +             through a plugin property. See the Cactus plugin
>> +             <a href="http://jakarta.apache.org/cactus/integration/ 
>> maven/properties.html">properties</a>
>> +             page.
>>             </td>
>>            </tr>
>>            <tr>
>>
>>
>>
> 
> Jason van Zyl
> jason@maven.org
> 
> 
> 
> 
> ---------------------------------------------------------------------
> 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


Re: svn commit: r433066 - /maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml

Posted by Jason van Zyl <ja...@maven.org>.
On 20 Aug 06, at 6:26 PM 20 Aug 06, ltheussl@apache.org wrote:

> Author: ltheussl
> Date: Sun Aug 20 15:26:21 2006
> New Revision: 433066
>
> URL: http://svn.apache.org/viewvc?rev=433066&view=rev
> Log:
> Mark integrationUnitTestSourceDirectory as deprecated.
>

Is this reference not being generated from the modello model? Just  
curious.

Jason.

> Modified:
>     maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml
>
> Modified: maven/maven-1/core/trunk/xdocs/reference/project- 
> descriptor.xml
> URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/ 
> reference/project-descriptor.xml? 
> rev=433066&r1=433065&r2=433066&view=diff
> ====================================================================== 
> ========
> --- maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml  
> (original)
> +++ maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml  
> Sun Aug 20 15:26:21 2006
> @@ -1118,9 +1118,13 @@
>              <td>
>                <code>integrationUnitTestSourceDirectory</code>
>              </td>
> -            <td>
> -             This element specifies a directory containing  
> integration test
> -             sources of the project.
> +            <td>
> +             This element is <strong>deprecated</strong> and  
> should no longer be used.
> +             Initially it was used by the first Cactus plugin. Now
> +             the location of the Cactus test sources is defined
> +             through a plugin property. See the Cactus plugin
> +             <a href="http://jakarta.apache.org/cactus/integration/ 
> maven/properties.html">properties</a>
> +             page.
>             </td>
>            </tr>
>            <tr>
>
>
>

Jason van Zyl
jason@maven.org




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