Modified the Maven OSGi plugin to require:
    <bundleActivator>auto-detect</bundleActivator>
To trigger activator detection. If nothing is specified for the bundle
activator tag, then nothing is done. Also modified my existing pom files
accordingly.


git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@412400 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.felix.bundlerepository/pom.xml b/org.apache.felix.bundlerepository/pom.xml
index b79ca2f..303b206 100644
--- a/org.apache.felix.bundlerepository/pom.xml
+++ b/org.apache.felix.bundlerepository/pom.xml
@@ -37,6 +37,7 @@
         <configuration>
           <osgiManifest>
             <bundleName>BundleRepository</bundleName>
+            <bundleActivator>auto-detect</bundleActivator>
             <bundleDescription>Bundle repository service.</bundleDescription>
             <bundleDocUrl>http://oscar-osgi.sf.net/obr2/${pom.artifactId}/</bundleDocUrl>
             <bundleUrl>http://oscar-osgi.sf.net/obr2/${pom.artifactId}/${pom.artifactId}-${pom.version}.jar</bundleUrl>