So, do we have POM files that need to be patched? -> richard
Stuart McCulloch wrote:
FYI, because several of the Felix sub-projects use the released 1.0.0version of the bundleplugin, which doesn't fully support includes/excludes resource filtering, you will now find unwanted files appearing in these bundles... for example, the org.osgi.core bundle compiled from trunk now contains the entire build directory under META-INF - btw, the latest bundleplugin snapshot fixes this issue (see FELIX-400) ---------- Forwarded message ---------- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: 20 Dec 2007 17:30 Subject: svn commit: r605845 - /felix/trunk/pom/pom.xml To: [EMAIL PROTECTED] Author: cziegeler Date: Thu Dec 20 01:30:29 2007 New Revision: 605845 URL: http://svn.apache.org/viewvc?rev=605845&view=rev Log: Add definition to include NOTICE and LICENSE in binary artifacts. Modified: felix/trunk/pom/pom.xml Modified: felix/trunk/pom/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/pom/pom.xml?rev=605845&r1=605844&r2=605845&view=diff ============================================================================== --- felix/trunk/pom/pom.xml (original) +++ felix/trunk/pom/pom.xml Thu Dec 20 01:30:29 2007 @@ -394,6 +394,19 @@ </configuration> </plugin> </plugins> + <resources> + <resource> + <directory>src/main/resources</directory> + </resource> + <resource> + <directory>.</directory> + <targetPath>META-INF</targetPath> + <includes> + <include>LICENSE</include> + <include>NOTICE</include> + </includes> + </resource> + </resources> </build> <reporting> <plugins>
