<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <packaging>pom</packaging>
  <groupId>org.apache.juddi</groupId>
  <artifactId>juddi-parent</artifactId>
  <version>3.0.0.alpha</version>
  <name>jUDDI_v3 Parent</name>
  
  <description>jUDDI (pronounced "Judy") is an open source Java implementation of the Universal Description, Discovery, and Integration (UDDI) specification for Web Services.</description>
  <url>http://ws.apache.org/juddi/</url>
  <issueManagement>
    <system>JIRA</system>
    <url>http://issues.apache.org/jira/browse/JUDDI</url>
  </issueManagement>
  <ciManagement>
    <system>Continuum</system>
    <url>http://vmbuild.apache.org</url>
    <notifiers>
      <notifier>
        <sendOnError>true</sendOnError>
        <sendOnFailure>true</sendOnFailure>
        <sendOnSuccess>true</sendOnSuccess>
        <sendOnWarning>true</sendOnWarning>
        <configuration>
          <address>juddi-dev@ws.apache.org</address>
        </configuration>
      </notifier>
    </notifiers>
  </ciManagement>
  <inceptionYear>2004</inceptionYear>
  <mailingLists>
  <mailingList>
      <name>jUDDI User List</name>
      <subscribe>juddi-user-subscribe@ws.apache.org</subscribe>
      <unsubscribe>juddi-user-unsubscribe@ws.apache.org</unsubscribe>
      <post>juddi-user@ws.apache.org</post>
      <archive>http://mail-archives.apache.org/mod_mbox/ws-juddi-user/</archive>
    </mailingList>
    <mailingList>
      <name>jUDDI Developer List</name>
      <subscribe>juddi-dev-subscribe@ws.apache.org</subscribe>
      <unsubscribe>juddi-dev-unsubscribe@ws.apache.org</unsubscribe>
      <post>juddi-dev@ws.apache.org</post>
      <archive>http://mail-archives.apache.org/mod_mbox/ws-juddi-dev/</archive>
    </mailingList>
    <mailingList>
      <name>jUDDI SVN List</name>
      <subscribe>juddi-cvs-subscribe@ws.apache.org</subscribe>
      <unsubscribe>juddi-cvs-unsubscribe@ws.apache.org</unsubscribe>
      <post>juddi-cvs@ws.apache.org</post>
      <archive>http://mail-archives.apache.org/mod_mbox/ws-juddi-cvs/</archive>
    </mailingList>
  </mailingLists>
  <developers>
    <developer>
      <id>kstam</id>
      <name>Kurt Stam</name>
      <email>kstam AT apache.org</email>
      <organization>ASF</organization>
    </developer>
    <developer>
      <id>jfaath</id>
      <name>Jeffrey Faath</name>
      <email>jfaath AT apache.org</email>
      <organization>ASF</organization>
    </developer>
    <developer>
      <id>tcunningham</id>
      <name>Tom Cunningham</name>
      <email>tcunningham AT apache.org</email>
      <organization>ASF</organization>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/juddi/branches/v3_trunk/</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/juddi/branches/v3_trunk/</developerConnection>
    <url>http://svn.apache.org/viewcvs.cgi/webservices/juddi/branches/v3_trunk/</url>
  </scm>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.5</source>
          <target>1.5</target>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <reporting>
    <plugins>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-project-info-reports-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>jdepend-maven-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>jxr-maven-plugin</artifactId>
      </plugin>
    </plugins>
  </reporting>
  <modules>
    <module>uddi-ws</module>
    <module>uddi-tck</module>
    <module>juddi-core</module>
    <module>juddi-cxf</module>
    <module>juddi-axis</module>
    <module>juddi-tomcat</module>
    <module>uddi-client</module>
  </modules>
  <distributionManagement>
    <repository>
      <id>apache-repo</id>
      <name>Maven Central Repository</name>
      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
    </repository>
    <snapshotRepository>
      <id>apache-snapshots</id>
      <name>Apache Development Repository</name>
      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
    </snapshotRepository>
    <site>
      <id>website</id>
      <url>scpexe://people.apache.org/www/ws.apache.org/juddi/</url>
    </site>
  </distributionManagement>
  <dependencies>
  </dependencies>
  <profiles>
  <profile> 
    <id>hibernate</id>
    <activation>
      <property>
      <name>persistence</name>
      <value>hibernate</value>
      </property>
    </activation>
    <dependencies>
      <dependency>
        <groupId>org.hibernate</groupId>
        <artifactId>hibernate</artifactId>
        <version>3.2.5.ga</version>
        <exclusions>
          <exclusion>
            <groupId>cglib</groupId> 
            <artifactId>cglib</artifactId>
          </exclusion>
        </exclusions> 
      </dependency>
      <dependency>
        <groupId>org.hibernate</groupId>
        <artifactId>hibernate-entitymanager</artifactId>
        <version>3.3.1.ga</version> 
        <exclusions>
          <exclusion>
            <groupId>cglib</groupId> 
            <artifactId>cglib</artifactId>
          </exclusion>
        </exclusions> 
      </dependency>
      <dependency>
		<groupId>cglib</groupId>
        <artifactId>cglib-nodep</artifactId>
        <version>2.1_3</version>
      </dependency>
    </dependencies>
  </profile>
  <profile>
    <id>openjpa</id>
    <activation>
      <property>
      <name>persistence</name>
      <value>openjpa</value>
      </property>
    </activation>
    <dependencies>
      <dependency> 
        <groupId>org.apache.openjpa</groupId>
        <artifactId>openjpa</artifactId>
        <version>1.2.0</version>
      </dependency>
    </dependencies>
<build>
<plugins>
<plugin>
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>openjpa-maven-plugin</artifactId>
  <executions>
    <execution>
      <id>JPA Enhance</id>
      <phase>process-classes</phase>
      <goals>
        <goal>enhance</goal>
      </goals>
    </execution>
  </executions>
  <configuration>
    <toolProperties>
      <property>
        <name>addDefaultConstructor</name>
        <value>true</value>
      </property>
      <property>
        <name>enforcePropertyRestrictions</name>
        <value>true</value>
      </property>
    </toolProperties>
  </configuration>
</plugin>
</plugins>
</build>
</profile>
    <profile>
      <id>release</id>
      <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-gpg-plugin</artifactId>
        <executions>
          <execution>
            <id>sign-artifacts</id>
            <phase>verify</phase>
            <goals>
              <goal>sign</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  </profile>  
</profiles>
</project>
