You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2009/05/05 16:40:10 UTC

svn commit: r771750 - /webservices/juddi/branches/v3_trunk/pom.xml

Author: kstam
Date: Tue May  5 14:40:09 2009
New Revision: 771750

URL: http://svn.apache.org/viewvc?rev=771750&view=rev
Log:
JUDDI-230

Adding source and javadoc release artifacts

Modified:
    webservices/juddi/branches/v3_trunk/pom.xml

Modified: webservices/juddi/branches/v3_trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/pom.xml?rev=771750&r1=771749&r2=771750&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/pom.xml Tue May  5 14:40:09 2009
@@ -1,181 +1,205 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
- * Copyright 2001-2009 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * 
- *      http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */ -->
-<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.SNAPSHOT</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>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>
+	<!--
+		* Copyright 2001-2009 The Apache Software Foundation. * * Licensed
+		under the Apache License, Version 2.0 (the "License"); * you may not
+		use this file except in compliance with the License. * You may obtain
+		a copy of the License at * *
+		http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by
+		applicable law or agreed to in writing, software * distributed under
+		the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES
+		OR CONDITIONS OF ANY KIND, either express or implied. * See the
+		License for the specific language governing permissions and *
+		limitations under the License. * */
+	-->
+<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.SNAPSHOT</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>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>
+							</execution>
+						</executions>
+					</plugin>
+				</plugins>
+			</build>
+		</profile>
+	</profiles>
+</project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org