MVN

org.springframework.osgi : spring-osgi-bundle-archetype

Maven & Gradle

Dec 17, 2009

Spring OSGi Archetype · Spring OSGi Maven2 Archetype

<plugin>
    <groupId>org.springframework.osgi</groupId>
    <artifactId>spring-osgi-bundle-archetype</artifactId>
    <version>1.2.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.osgi : spring-osgi-bundle-archetype to add to Maven - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of org.springframework.osgi : spring-osgi-bundle-archetype to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
spring-osgi-bundle-archetype-1.2.1
spring-osgi-bundle-archetype-1.2.0
1.1.x
spring-osgi-bundle-archetype-1.1.3
spring-osgi-bundle-archetype-1.1.2
spring-osgi-bundle-archetype-1.1.1
spring-osgi-bundle-archetype-1.1.0
1.0.x
spring-osgi-bundle-archetype-1.0.3
spring-osgi-bundle-archetype-1.0.2
spring-osgi-bundle-archetype-1.0.1
1.0
spring-osgi-bundle-archetype-1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.springframework.osgi</groupId>
    <artifactId>spring-osgi-bundle-archetype</artifactId>
    <version>1.2.1</version>
</plugin>