You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Adrian Crum <ad...@yahoo.com> on 2010/03/13 19:27:15 UTC

Re: svn commit: r922640 - /commons/sandbox/convert/trunk/pom.xml

Thanks! I'm not familiar with Maven, so your help is greatly appreciated!

-Adrian

--- On Sat, 3/13/10, niallp@apache.org <ni...@apache.org> wrote:

> From: niallp@apache.org <ni...@apache.org>
> Subject: svn commit: r922640 - /commons/sandbox/convert/trunk/pom.xml
> To: commits@commons.apache.org
> Date: Saturday, March 13, 2010, 10:16 AM
> Author: niallp
> Date: Sat Mar 13 18:16:54 2010
> New Revision: 922640
> 
> URL: http://svn.apache.org/viewvc?rev=922640&view=rev
> Log:
> Include the services file in the jar.
> 
> Modified:
>     commons/sandbox/convert/trunk/pom.xml
> 
> Modified: commons/sandbox/convert/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/sandbox/convert/trunk/pom.xml?rev=922640&r1=922639&r2=922640&view=diff
> ==============================================================================
> --- commons/sandbox/convert/trunk/pom.xml (original)
> +++ commons/sandbox/convert/trunk/pom.xml Sat Mar 13
> 18:16:54 2010
> @@ -66,6 +66,20 @@
>    </properties>
>  
>    <build>
> +    <resources>
> +      <resource>
> +       
> <directory>.</directory>
> +       
> <targetPath>META-INF</targetPath>
> +        <includes>
> +         
> <include>NOTICE.txt</include>
> +         
> <include>LICENSE.txt</include>
> +        </includes>
> +      </resource>
> +      <resource>
> +       
> <directory>src/META-INF</directory>
> +       
> <targetPath>META-INF</targetPath>
> +      </resource>
> +    </resources>
>    </build>
>  
>  </project>
> 
> 
> 


      

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