You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by da...@apache.org on 2016/09/26 12:52:03 UTC

svn commit: r1762337 - /felix/trunk/converter/converter/pom.xml

Author: davidb
Date: Mon Sep 26 12:52:03 2016
New Revision: 1762337

URL: http://svn.apache.org/viewvc?rev=1762337&view=rev
Log:
Felix Converter - tidy up pom

Modified:
    felix/trunk/converter/converter/pom.xml

Modified: felix/trunk/converter/converter/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/converter/converter/pom.xml?rev=1762337&r1=1762336&r2=1762337&view=diff
==============================================================================
--- felix/trunk/converter/converter/pom.xml (original)
+++ felix/trunk/converter/converter/pom.xml Mon Sep 26 12:52:03 2016
@@ -26,7 +26,7 @@
         <relativePath>../pom/pom.xml</relativePath>
     </parent>
 
-    <name>Apache Felix Converter Service</name>
+    <name>Apache Felix Converter</name>
     <artifactId>org.apache.felix.converter</artifactId>
     <version>0.1-SNAPSHOT</version>
     <packaging>jar</packaging>
@@ -82,14 +82,6 @@
                         </goals>
                     </execution>
                 </executions>
-                <configuration>
-                    <includes>
-                        <include>src/**</include>
-                    </includes>
-                    <excludes>
-                        <exclude>src/main/resources/META-INF/services/org.osgi.service.converter.Converter</exclude>
-                    </excludes>
-                </configuration>
             </plugin>
             
         </plugins>