maven-archetype-petals-jbi-service-unit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.objectweb.petals</groupId>
<artifactId>maven-archetype-petals-jbi-service-unit</artifactId>
<version>1.0.0</version>
</dependency><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>
<!-- ============== -->
<!-- Identification -->
<!-- ============== -->
<parent>
<artifactId>petals-plugins-maven</artifactId>
<groupId>org.objectweb.petals</groupId>
<version>1</version>
</parent>
<groupId>org.objectweb.petals</groupId>
<name>Petals archetype :: JBI service unit archetype</name>
<artifactId>maven-archetype-petals-jbi-service-unit</artifactId>
<description>This project is Maven 2 archetype associated to a JBI service unit project.</description>
<packaging>maven-plugin</packaging>
<version>1.0.0</version>
<properties>
<topDirectoryLocation>../../..</topDirectoryLocation>
</properties>
<scm>
<connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/petals/tags/maven-archetype-petals-jbi-service-unit-1.0.0</connection>
<developerConnection>scm:svn:svn+ssh://chamerling@svn.forge.objectweb.org/svnroot/petals/tags/maven-archetype-petals-jbi-service-unit-1.0.0</developerConnection>
<url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/tags/maven-archetype-petals-jbi-service-unit-1.0.0</url>
</scm>
</project>