hi,

I want to put my resources into /META-INF/*

But can't find anything about this in the plugin docs
you didn't find it because it's not there ;)
i've asked my through this too, so here we go

<build>
 <resources>
   <resource>
     <targetPath>META-INF</targetPath>
     <directory>my_additional_resource_path</directory>
   </resource>
 </resources>
 ....
</build>

you can add includes and excludes in the resource element if you need to.

cheers,
severin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to