Author: kstam
Date: Mon Jun 3 16:03:44 2013
New Revision: 1489045
URL: http://svn.apache.org/r1489045
Log:
JUDDI-620 adding tck test jar
Added:
juddi/trunk/uddi-tck/src/main/java/org/apache/juddi/v3/tck/Dummy.java
juddi/trunk/uddi-tck/src/main/java/org/apache/juddi/v3/tck/package-info.java
Modified:
juddi/trunk/uddi-tck/pom.xml
juddi/trunk/uddi-tck/src/main/resources/META-INF/uddi.xml
Modified: juddi/trunk/uddi-tck/pom.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/uddi-tck/pom.xml?rev=1489045&r1=1489044&r2=1489045&view=diff
==============================================================================
--- juddi/trunk/uddi-tck/pom.xml (original)
+++ juddi/trunk/uddi-tck/pom.xml Mon Jun 3 16:03:44 2013
@@ -217,6 +217,47 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <!-- deploying test-jar -->
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>jar</goal>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <!-- deploying test-jar src -->
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>jar</goal>
+ <goal>generated-test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-javadocs</id>
+ <goals>
+ <goal>test-jar</goal>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
<profiles>
Added: juddi/trunk/uddi-tck/src/main/java/org/apache/juddi/v3/tck/Dummy.java
URL:
http://svn.apache.org/viewvc/juddi/trunk/uddi-tck/src/main/java/org/apache/juddi/v3/tck/Dummy.java?rev=1489045&view=auto
==============================================================================
--- juddi/trunk/uddi-tck/src/main/java/org/apache/juddi/v3/tck/Dummy.java
(added)
+++ juddi/trunk/uddi-tck/src/main/java/org/apache/juddi/v3/tck/Dummy.java Mon
Jun 3 16:03:44 2013
@@ -0,0 +1,5 @@
+package org.apache.juddi.v3.tck;
+
+public class Dummy {
+
+}
Added:
juddi/trunk/uddi-tck/src/main/java/org/apache/juddi/v3/tck/package-info.java
URL:
http://svn.apache.org/viewvc/juddi/trunk/uddi-tck/src/main/java/org/apache/juddi/v3/tck/package-info.java?rev=1489045&view=auto
==============================================================================
---
juddi/trunk/uddi-tck/src/main/java/org/apache/juddi/v3/tck/package-info.java
(added)
+++
juddi/trunk/uddi-tck/src/main/java/org/apache/juddi/v3/tck/package-info.java
Mon Jun 3 16:03:44 2013
@@ -0,0 +1,21 @@
+/*
+ * Copyright 2001-2008 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.
+ *
+ */
+/**
+ * Classes used by the UDDI TCK only.
+ */
+package org.apache.juddi.v3.tck;
+
\ No newline at end of file
Modified: juddi/trunk/uddi-tck/src/main/resources/META-INF/uddi.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/uddi-tck/src/main/resources/META-INF/uddi.xml?rev=1489045&r1=1489044&r2=1489045&view=diff
==============================================================================
--- juddi/trunk/uddi-tck/src/main/resources/META-INF/uddi.xml (original)
+++ juddi/trunk/uddi-tck/src/main/resources/META-INF/uddi.xml Mon Jun 3
16:03:44 2013
@@ -27,7 +27,18 @@
<subscriptionUrl>http://${serverName}:${serverPort}/juddiv3/services/subscription</subscriptionUrl>
<subscriptionListenerUrl>http://${serverName}:${serverPort}/juddiv3/services/subscription-listener</subscriptionListenerUrl>
<juddiApiUrl>http://${serverName}:${serverPort}/juddiv3/services/juddi-api</juddiApiUrl>
-
+
+ <!-- AXIS JAX-WS Transport
+
<proxyTransport>org.apache.juddi.v3.client.transport.JAXWSTransport</proxyTransport>
+
<custodyTransferUrl>http://${serverName}:${serverPort}/juddiv3/services/UDDICustodyTransferService</custodyTransferUrl>
+
<inquiryUrl>http://${serverName}:${serverPort}/juddiv3/services/UDDIInquiryService</inquiryUrl>
+
<publishUrl>http://${serverName}:${serverPort}/juddiv3/services/UDDIPublicationService</publishUrl>
+
<securityUrl>http://${serverName}:${serverPort}/juddiv3/services/UDDISecurityService</securityUrl>
+
<subscriptionUrl>http://${serverName}:${serverPort}/juddiv3/services/UDDISubscriptionService</subscriptionUrl>
+
<subscriptionListenerUrl>http://${serverName}:${serverPort}/juddiv3/services/UDDISubscriptionListenerService</subscriptionListenerUrl>
+
<juddiApiUrl>http://${serverName}:${serverPort}/juddiv3/services/JUDDIApiService</juddiApiUrl>
+ -->
+
<!-- In VM Transport Settings
<proxyTransport>org.apache.juddi.v3.client.transport.InVMTransport</proxyTransport>
<custodyTransferUrl>org.apache.juddi.api.impl.UDDICustodyTransferImpl</custodyTransferUrl>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]