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-taskqueue.git
The following commit(s) were added to refs/heads/master by this push:
new adf374e more simple Jenkinsfile and not anymore a bundle
adf374e is described below
commit adf374ed7374d42643d432289e0cc834d50bf04c
Author: olivier lamy <[email protected]>
AuthorDate: Sun Dec 30 15:25:46 2018 +1000
more simple Jenkinsfile and not anymore a bundle
Signed-off-by: olivier lamy <[email protected]>
---
Jenkinsfile | 2 +-
pom.xml | 26 +-------------------------
2 files changed, 2 insertions(+), 26 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 62b1366..93ab51c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<version>2.2-SNAPSHOT</version>
<artifactId>spring-taskqueue</artifactId>
- <packaging>bundle</packaging>
+
<name>Spring Task Queue</name>
<properties>
@@ -43,8 +43,6 @@
<url>${scmBrowseUrl}</url>
</scm>
-
-
<url>${webUrl}/${project.artifactId}</url>
<dependencies>
@@ -95,28 +93,6 @@
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
-
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- <configuration>
- <instructions>
- <Export-Package>
-
org.apache.archiva.redback.components.taskqueue*;version=${project.version};-split-package:=merge-first
- </Export-Package>
- <Import-Package>
- javax.annotation,
- org.apache.commons.lang;version="[2.6,3)",
- org.slf4j;resolution:=optional
- </Import-Package>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>