archetypes
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.ops4j.pax.construct</groupId>
<artifactId>archetypes</artifactId>
<version>1.6.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<groupId>org.ops4j.pax</groupId>
<artifactId>construct</artifactId>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.ops4j.pax.construct</groupId>
<artifactId>archetypes</artifactId>
<name>OPS4J - Archetypes for OSGi projects</name>
<packaging>pom</packaging>
<modules>
<module>maven-archetype-osgi-project</module>
<module>maven-archetype-osgi-wrapper</module>
<module>maven-archetype-osgi-bundle</module>
<module>maven-archetype-osgi-service</module>
<module>maven-archetype-spring-bean</module>
</modules>
<build>
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<configuration>
<attach>false</attach>
</configuration>
</plugin>
</plugins>
</build>
</project>