<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.rhq</groupId>
      <artifactId>rhq-parent</artifactId>
      <version>4.0.1</version>
      <relativePath>../../../../../../pom.xml</relativePath>
   </parent>

   <groupId>org.rhq</groupId>
   <artifactId>rhq-core-perspective-parent</artifactId>
   <packaging>pom</packaging>

   <name>RHQ Core Perspective Parent</name>
   <description>parent POM for modules comprising the RHQ Core Perspective</description>

   <scm>
      <connection>scm:git:ssh://git.fedorahosted.org/git/rhq.git/modules/enterprise/plugins/perspectives/core</connection>
      <developerConnection>scm:git:ssh://git.fedorahosted.org/git/rhq.git/modules/enterprise/plugins/perspectives/core/</developerConnection>
   </scm>

   <properties>
      <scm.module.path>modules/enterprise/plugins/perspectives/core/</scm.module.path>
   </properties>

   <profiles>

      <profile>
         <id>default</id>
         <activation>
            <activeByDefault>true</activeByDefault>
         </activation>
         <modules>
            <module>perspective</module>
         </modules>
      </profile>

   </profiles>

</project>
