This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/archiva-redback-components-spring-quartz.git


The following commit(s) were added to refs/heads/master by this push:
     new e5e9a62  more simple Jenkinsfile and not anymore a bundle
e5e9a62 is described below

commit e5e9a62a58d1ad7d83fc139f0fb7c3b5e57f8ccf
Author: olivier lamy <[email protected]>
AuthorDate: Sun Dec 30 15:43:15 2018 +1000

    more simple Jenkinsfile and not anymore a bundle
    
    Signed-off-by: olivier lamy <[email protected]>
---
 Jenkinsfile |  2 +-
 pom.xml     | 21 +--------------------
 2 files changed, 2 insertions(+), 21 deletions(-)

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>

Reply via email to