archetype-client-root-project
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>fr.fastconnect.factory.tibco.bw.maven</groupId> <artifactId>archetype-client-root-project</artifactId> <version>2.3.2</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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>fr.fastconnect.factory.tibco.bw.maven</groupId> <artifactId>bw-maven-parent</artifactId> <version>2.3.2</version> <relativePath>../..</relativePath> </parent> <artifactId>archetype-client-root-project</artifactId> <packaging>maven-archetype</packaging> <name>BWMaven root POM archetype</name> <description> This archetype will create a POM that inherits from FC TIBCO Factory parent POM. This POM will be the central configuration for all the TIBCO BusinessWorks projects of this client project. It is possible for instance to redefine here the default properties that will be used for any TIBCO BusinessWorks projects. </description> <build> <extensions> <extension> <groupId>org.apache.maven.archetype</groupId> <artifactId>archetype-packaging</artifactId> <version>2.2</version> </extension> </extensions> </build> </project>