more simple Jenkinsfile and not anymore a bundle

Signed-off-by: olivier lamy <olamy@apache.org>
diff --git a/Jenkinsfile b/Jenkinsfile
index 567e27c..5f264a1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfStandardBuild cmdline:"clean deploy"
+asfStandardBuild()
diff --git a/pom.xml b/pom.xml
index 33e9561..4d6f680 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <version>2.2-SNAPSHOT</version>
   <artifactId>spring-quartz</artifactId>
-  <packaging>bundle</packaging>
+
   <name>Spring Quartz Component</name>
 
   <properties>
@@ -88,25 +88,6 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <configuration>
-          <instructions>
-            <Export-Package>
-              org.apache.archiva.redback.components.scheduler*;version=${project.version};-split-package:=merge-first
-            </Export-Package>
-            <Import-Package>
-              javax.annotation,
-              javax.inject;version="[1,2)",
-              org.apache.commons.lang;version="[2.6,3)",
-              org.quartz*;version="[2.1,3)",
-              org.springframework*;version="[3,4)",
-              org.slf4j;resolution:=optional
-            </Import-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>