This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-redback-components-spring-quartz.git
commit d8c1eec846c7499bd57ec09caa940f888ed6a869 Author: Jean-Baptiste Onofre <[email protected]> AuthorDate: Thu Aug 2 07:34:34 2012 +0000 [MRM-1651] Add OSGi support in spring-apacheds, spring-quartz, spring-registry, spring-taskqueue, spring-utils git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1368371 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3539102..09f4560 100644 --- a/pom.xml +++ b/pom.xml @@ -18,16 +18,19 @@ ~ under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + <parent> <groupId>org.apache.archiva.redback.components</groupId> <artifactId>redback-components</artifactId> <version>2.0-SNAPSHOT</version> <relativePath>../redback-components-parent/pom.xml</relativePath> </parent> - <modelVersion>4.0.0</modelVersion> + <artifactId>spring-quartz</artifactId> + <packaging>bundle</packaging> <name>Spring Quartz Component</name> - <version>2.0-SNAPSHOT</version> <url>http://archiva.apache.org/redback/components/${project.artifactId}</url> @@ -82,9 +85,14 @@ <scope>test</scope> </dependency> </dependencies> + <build> <plugins> <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> @@ -93,4 +101,5 @@ </plugin> </plugins> </build> + </project> -- To stop receiving notification emails like this one, please contact [email protected].
