<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>

  <!-- NOTE: We extend the RHQ parent pom, because we essentially want all the same 
             base settings - plugins, dependencies, etc. -->
  <parent>
    <groupId>org.rhq</groupId>
    <artifactId>rhq-parent</artifactId>
    <version>1.1.2.GA</version>
  </parent>
  
  <groupId>org.jboss.on</groupId>
  <artifactId>jboss-on-parent</artifactId>
  <version>2.1.2.GA</version>
  <packaging>pom</packaging>

  <name>JON</name>
  <description>parent POM for all JBoss ON (non-RHQ) modules</description>
  <url>http://www.jboss.com/products/jbosson</url>
  <inceptionYear>2005</inceptionYear>

  <organization>
    <name>Red Hat, Inc., JBoss Division</name>
    <url>http://jboss.com/</url>
  </organization>

  <scm>
    <connection>scm:svn:http://svn.corp.jboss.com/repos/jon/tags/JBossON_2_1_2_GA</connection>
    <developerConnection>scm:svn:http://svn.corp.jboss.com/repos/jon/tags/JBossON_2_1_2_GA</developerConnection>
  </scm>

  <issueManagement>
    <system>jira</system>
    <url>http://jira.jboss.com/jira/browse/JBNADM</url>
  </issueManagement>

  <properties>    
    <rhq.groupId>org.rhq</rhq.groupId>
    <rhq.version>1.1.2.GA</rhq.version>
    <rhq.product.name>RHQ</rhq.product.name>
    <rhq.earName>rhq.ear</rhq.earName>
    <!-- the below path is relative to {rhq-trunk} -->
    <rhq.defaultDevContainerPath>dev-container</rhq.defaultDevContainerPath>
    <!-- set the below prop to true to enable misc extra build output -->
    <rhq.debug>false</rhq.debug>
   
    <scm.branch>trunk</scm.branch>
    <scm.module.path />    
  </properties>

  <modules>
    <module>jon</module>         
  </modules>    
  
  <profiles>
       
    <!-- embedded-only stuff -->       
    <profile>
    	<id>embedded</id>
    	<modules>    
    		<module>embedded</module>
    	</modules>
    </profile>
    
  </profiles>

</project>
