<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>org.jboss.portal</groupId>
        <artifactId>jboss-portal-docs-parent</artifactId>
        <version>1.0.0</version>
    </parent>
   <groupId>org.jboss.portletbridge</groupId>
   <artifactId>reference-guide-${translation}</artifactId>
   <version>2.0.0.FINAL</version>
   <packaging>jdocbook</packaging>
   <name>Reference_Guide_(${translation})</name>

   <distributionManagement>
        <repository>
           <id>jboss-releases-repository</id>
           <name>JBoss Releases Repository</name>
           <url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
        </repository>
        <snapshotRepository>
           <id>jboss-snapshots-repository</id>
           <name>JBoss Snapshots Repository</name>
           <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
        </snapshotRepository>
        <site>
            <url>${site.publish}</url>
        </site>
    </distributionManagement>
   <repositories>
      <repository>
         <id>jboss</id>
         <name>JBoss Repository</name>
         <url>https://repository.jboss.org/nexus/content/groups/public/</url>
         <snapshots>
            <enabled>false</enabled>
         </snapshots>
      </repository>
      <repository>
         <id>jboss-snapshots</id>
         <name>JBoss Snapshot Repository</name>
         <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
         <releases>
            <enabled>false</enabled>
         </releases>
         <snapshots>
            <enabled>true</enabled>
         </snapshots>
      </repository>
   </repositories>

   <pluginRepositories>
      <pluginRepository>
         <id>repository.jboss.org</id>
         <name>JBoss Repository</name>
         <layout>default</layout>
         <url>https://repository.jboss.org/nexus/content/groups/public/</url>
         <snapshots>
            <enabled>false</enabled>
         </snapshots>
      </pluginRepository>
      <pluginRepository>
         <id>snapshots.jboss.org</id>
         <name>JBoss Snapshots Repository</name>
         <layout>default</layout>
         <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
         <snapshots>
            <enabled>true</enabled>
         </snapshots>
         <releases>
            <enabled>false</enabled>
         </releases>
      </pluginRepository>
   </pluginRepositories>


</project>