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/05/16 18:06:57 UTC

Re: svn commit: r406865 - /maven/plugins/trunk/maven-assembly-plugin/src/test/resources/assemblies/plexus-components.xml

META-INT?

epunzalan@apache.org wrote:
> Author: epunzalan
> Date: Tue May 16 00:38:59 2006
> New Revision: 406865
> 
> URL: http://svn.apache.org/viewcvs?rev=406865&view=rev
> Log:
> MASSEMBLY-88
> 
> found the most probably cause for the continuum build failure... the capitalization of fileset
> 
> Modified:
>     maven/plugins/trunk/maven-assembly-plugin/src/test/resources/assemblies/plexus-components.xml
> 
> Modified: maven/plugins/trunk/maven-assembly-plugin/src/test/resources/assemblies/plexus-components.xml
> URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-assembly-plugin/src/test/resources/assemblies/plexus-components.xml?rev=406865&r1=406864&r2=406865&view=diff
> ==============================================================================
> --- maven/plugins/trunk/maven-assembly-plugin/src/test/resources/assemblies/plexus-components.xml (original)
> +++ maven/plugins/trunk/maven-assembly-plugin/src/test/resources/assemblies/plexus-components.xml Tue May 16 00:38:59 2006
> @@ -21,9 +21,9 @@
>    </formats>
>    <fileSets>
>      <fileSet>
> -      <directory>target/test-classes/FileSet</directory>
> +      <directory>target/test-classes/fileSet</directory>
>        <includes>
> -        <include>**/components.xml</include>
> +        <include>META-INT/plexus/components.xml</include>
>        </includes>
>      </fileSet>
>    </fileSets>
> 
> 


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


Re: svn commit: r406865 - /maven/plugins/trunk/maven-assembly-plugin/src/test/resources/assemblies/plexus-components.xml

Posted by Edwin Punzalan <ep...@exist.com>.
hmmm... you're right.

Seems like assembly is excluding all META-INF/plexus/components.xml and 
creating/adding the temp file for it even if the file is NOT in include 
and/or is excluded.  This IS a bug.

I'll create a jira issue for this



Brett Porter wrote:
> META-INT?
>
> epunzalan@apache.org wrote:
>> Author: epunzalan
>> Date: Tue May 16 00:38:59 2006
>> New Revision: 406865
>>
>> URL: http://svn.apache.org/viewcvs?rev=406865&view=rev
>> Log:
>> MASSEMBLY-88
>>
>> found the most probably cause for the continuum build failure... the 
>> capitalization of fileset
>>
>> Modified:
>>     
>> maven/plugins/trunk/maven-assembly-plugin/src/test/resources/assemblies/plexus-components.xml 
>>
>>
>> Modified: 
>> maven/plugins/trunk/maven-assembly-plugin/src/test/resources/assemblies/plexus-components.xml 
>>
>> URL: 
>> http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-assembly-plugin/src/test/resources/assemblies/plexus-components.xml?rev=406865&r1=406864&r2=406865&view=diff 
>>
>> ============================================================================== 
>>
>> --- 
>> maven/plugins/trunk/maven-assembly-plugin/src/test/resources/assemblies/plexus-components.xml 
>> (original)
>> +++ 
>> maven/plugins/trunk/maven-assembly-plugin/src/test/resources/assemblies/plexus-components.xml 
>> Tue May 16 00:38:59 2006
>> @@ -21,9 +21,9 @@
>>    </formats>
>>    <fileSets>
>>      <fileSet>
>> -      <directory>target/test-classes/FileSet</directory>
>> +      <directory>target/test-classes/fileSet</directory>
>>        <includes>
>> -        <include>**/components.xml</include>
>> +        <include>META-INT/plexus/components.xml</include>
>>        </includes>
>>      </fileSet>
>>    </fileSets>
>>
>>
>
>
> ---------------------------------------------------------------------
> 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