blob: c1b0e0288b507d5fecab92444465f65aba532b6e [file] [log] [blame]
<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>
<packaging>pom</packaging>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-parent</artifactId>
<version>2.0rc7</version>
<name>jUDDI-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>false</sendOnError>
<sendOnFailure>false</sendOnFailure>
<sendOnSuccess>false</sendOnSuccess>
<sendOnWarning>false</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>sviens</id>
<name>Steve Viens</name>
<email>steve AT viens.net</email>
<url>http://www.viens.net</url>
<organization>ASF</organization>
</developer>
<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>
<developer>
<id>acutright</id>
<name>Andy Cutright</name>
<email>acutright AT apache.org</email>
<organization>ASF</organization>
</developer>
<developer>
<id>anil</id>
<name>Anil Saldhana</name>
<email>anil AT apache.org</email>
<organization>ASF</organization>
</developer>
<developer>
<id>dims</id>
<name>Davanum Srinivas</name>
<email>dims AT yahoo.com</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/trunk/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/juddi/trunk/</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/webservices/juddi/trunk/</url>
</scm>
<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>juddi</module>
<module>juddi-client</module>
<module>juddi-ws</module>
<module>juddi-web</module>
<module>juddi-web-lean</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>
<profiles>
<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>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<attach>true</attach>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
<configuration>
<includePom>true</includePom>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>