Author: kstam
Date: Thu Jan 16 21:46:37 2014
New Revision: 1558925
URL: http://svn.apache.org/r1558925
Log:
do not deploy the examples to the maven repository, only the assembly
Removed:
juddi/trunk/juddi-examples/subscription-notification-amqp/juddi-qpid-notifier/
juddi/trunk/juddi-examples/subscription-notification-amqp/qpid-dependencies/
Modified:
juddi/trunk/juddi-examples/create-partition/pom.xml
juddi/trunk/juddi-examples/hello-world-embedded/pom.xml
juddi/trunk/juddi-examples/hello-world/pom.xml
juddi/trunk/juddi-examples/more-uddi-samples/pom.xml
juddi/trunk/juddi-examples/service-version/pom.xml
juddi/trunk/juddi-examples/simple-browse/pom.xml
juddi/trunk/juddi-examples/simple-publish-clerk/pom.xml
juddi/trunk/juddi-examples/simple-publish-portable/pom.xml
juddi/trunk/juddi-examples/subscription-notification-amqp/pom.xml
juddi/trunk/juddi-examples/subscription-notification-amqp/readme.txt
juddi/trunk/juddi-examples/wsdl2uddi/pom.xml
Modified: juddi/trunk/juddi-examples/create-partition/pom.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-examples/create-partition/pom.xml?rev=1558925&r1=1558924&r2=1558925&view=diff
==============================================================================
--- juddi/trunk/juddi-examples/create-partition/pom.xml (original)
+++ juddi/trunk/juddi-examples/create-partition/pom.xml Thu Jan 16 21:46:37 2014
@@ -1,4 +1,5 @@
-<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">
+<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>
<parent>
<groupId>org.apache.juddi.example</groupId>
@@ -23,7 +24,18 @@
<version>3.2.0-SNAPSHOT</version>
</dependency>
</dependencies>
-
+ <build>
+ <plugins>
+ <!-- examples are not very useful from a maven repo, so
don't put it there -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
<profiles>
<profile>
<id>default</id>
Modified: juddi/trunk/juddi-examples/hello-world-embedded/pom.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-examples/hello-world-embedded/pom.xml?rev=1558925&r1=1558924&r2=1558925&view=diff
==============================================================================
--- juddi/trunk/juddi-examples/hello-world-embedded/pom.xml (original)
+++ juddi/trunk/juddi-examples/hello-world-embedded/pom.xml Thu Jan 16 21:46:37
2014
@@ -1,4 +1,5 @@
-<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">
+<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>
<parent>
<groupId>org.apache.juddi.example</groupId>
@@ -28,12 +29,23 @@
<version>3.2.0-SNAPSHOT</version>
</dependency>
<dependency>
- <groupId>org.apache.derby</groupId>
- <artifactId>derby</artifactId>
- <version>10.5.3.0_1</version>
- </dependency>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derby</artifactId>
+ <version>10.5.3.0_1</version>
+ </dependency>
</dependencies>
-
+ <build>
+ <plugins>
+ <!-- examples are not very useful from a maven repo, so
don't put it there -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
<profiles>
<profile>
<id>default</id>
Modified: juddi/trunk/juddi-examples/hello-world/pom.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-examples/hello-world/pom.xml?rev=1558925&r1=1558924&r2=1558925&view=diff
==============================================================================
--- juddi/trunk/juddi-examples/hello-world/pom.xml (original)
+++ juddi/trunk/juddi-examples/hello-world/pom.xml Thu Jan 16 21:46:37 2014
@@ -1,4 +1,5 @@
-<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">
+<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>
<parent>
<groupId>org.apache.juddi.example</groupId>
@@ -23,7 +24,18 @@
<version>3.2.0-SNAPSHOT</version>
</dependency>
</dependencies>
-
+ <build>
+ <plugins>
+ <!-- examples are not very useful from a maven repo, so
don't put it there -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
<profiles>
<profile>
<id>default</id>
Modified: juddi/trunk/juddi-examples/more-uddi-samples/pom.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-examples/more-uddi-samples/pom.xml?rev=1558925&r1=1558924&r2=1558925&view=diff
==============================================================================
--- juddi/trunk/juddi-examples/more-uddi-samples/pom.xml (original)
+++ juddi/trunk/juddi-examples/more-uddi-samples/pom.xml Thu Jan 16 21:46:37
2014
@@ -1,34 +1,47 @@
<?xml version="1.0"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.juddi.example</groupId>
- <artifactId>juddi-examples</artifactId>
- <version>3.2.0-SNAPSHOT</version>
- </parent>
- <groupId>org.apache.juddi</groupId>
- <artifactId>juddi-more-samples</artifactId>
- <version>3.2-SNAPSHOT</version>
- <name>jUDDI Even More Examples and Samples</name>
- <url>http://maven.apache.org</url>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.11</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>juddi-client</artifactId>
- <version>3.2.0-SNAPSHOT</version>
- </dependency>
- </dependencies>
- <profiles>
+<project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.juddi.example</groupId>
+ <artifactId>juddi-examples</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.apache.juddi</groupId>
+ <artifactId>juddi-more-samples</artifactId>
+ <version>3.2-SNAPSHOT</version>
+ <name>jUDDI Even More Examples and Samples</name>
+ <url>http://maven.apache.org</url>
+ <properties>
+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.11</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>juddi-client</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <!-- examples are not very useful from a maven repo, so
don't put it there -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
<profile>
<id>default</id>
<activation>
Modified: juddi/trunk/juddi-examples/service-version/pom.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-examples/service-version/pom.xml?rev=1558925&r1=1558924&r2=1558925&view=diff
==============================================================================
--- juddi/trunk/juddi-examples/service-version/pom.xml (original)
+++ juddi/trunk/juddi-examples/service-version/pom.xml Thu Jan 16 21:46:37 2014
@@ -1,34 +1,47 @@
<?xml version="1.0"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.juddi.example</groupId>
- <artifactId>juddi-examples</artifactId>
- <version>3.2.0-SNAPSHOT</version>
- </parent>
- <groupId>org.apache.juddi</groupId>
- <artifactId>service-version</artifactId>
- <version>3.2-SNAPSHOT</version>
- <name>jUDDI Example Service Versioning</name>
- <url>http://maven.apache.org</url>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.11</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>juddi-client</artifactId>
- <version>3.2.0-SNAPSHOT</version>
- </dependency>
- </dependencies>
- <profiles>
+<project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.juddi.example</groupId>
+ <artifactId>juddi-examples</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.apache.juddi</groupId>
+ <artifactId>service-version</artifactId>
+ <version>3.2-SNAPSHOT</version>
+ <name>jUDDI Example Service Versioning</name>
+ <url>http://maven.apache.org</url>
+ <properties>
+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.11</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>juddi-client</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <!-- examples are not very useful from a maven repo, so
don't put it there -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
<profile>
<id>default</id>
<activation>
Modified: juddi/trunk/juddi-examples/simple-browse/pom.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-examples/simple-browse/pom.xml?rev=1558925&r1=1558924&r2=1558925&view=diff
==============================================================================
--- juddi/trunk/juddi-examples/simple-browse/pom.xml (original)
+++ juddi/trunk/juddi-examples/simple-browse/pom.xml Thu Jan 16 21:46:37 2014
@@ -1,4 +1,5 @@
-<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">
+<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>
<parent>
<groupId>org.apache.juddi.example</groupId>
@@ -24,6 +25,19 @@
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <!-- examples are not very useful from a maven repo, so
don't put it there -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
<profiles>
<profile>
<id>default</id>
Modified: juddi/trunk/juddi-examples/simple-publish-clerk/pom.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-examples/simple-publish-clerk/pom.xml?rev=1558925&r1=1558924&r2=1558925&view=diff
==============================================================================
--- juddi/trunk/juddi-examples/simple-publish-clerk/pom.xml (original)
+++ juddi/trunk/juddi-examples/simple-publish-clerk/pom.xml Thu Jan 16 21:46:37
2014
@@ -1,69 +1,83 @@
-<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>
- <parent>
- <groupId>org.apache.juddi.example</groupId>
- <artifactId>juddi-examples</artifactId>
- <version>3.2.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <artifactId>simple-publish-clerk</artifactId>
- <name>jUDDI Example Simple Publish using clerks</name>
- <description>Demonstrates the steps taken to publish a service using the
UDDI</description>
+<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>
+ <parent>
+ <groupId>org.apache.juddi.example</groupId>
+ <artifactId>juddi-examples</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>simple-publish-clerk</artifactId>
+ <name>jUDDI Example Simple Publish using clerks</name>
+ <description>Demonstrates the steps taken to publish a service using
the UDDI</description>
- <dependencies>
- <dependency>
- <groupId>org.apache.juddi</groupId>
- <artifactId>uddi-ws</artifactId>
- <version>3.2.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.apache.juddi</groupId>
- <artifactId>juddi-client</artifactId>
- <version>3.2.0-SNAPSHOT</version>
- </dependency>
- </dependencies>
-
- <profiles>
- <profile>
- <id>default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>demo</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <version>1.1.1</version>
- <executions>
- <execution>
- <phase>test</phase>
- <goals>
- <goal>java</goal>
- </goals>
- <configuration>
-
<mainClass>org.apache.juddi.example.publish.SimplePublishClerk</mainClass>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.juddi</groupId>
+ <artifactId>uddi-ws</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.juddi</groupId>
+ <artifactId>juddi-client</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <!-- examples are not very useful from a maven repo, so
don't put it there -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+
<groupId>org.apache.maven.plugins</groupId>
+
<artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
+ <id>demo</id>
+ <build>
+ <plugins>
+ <plugin>
+
<groupId>org.codehaus.mojo</groupId>
+
<artifactId>exec-maven-plugin</artifactId>
+ <version>1.1.1</version>
+ <executions>
+ <execution>
+
<phase>test</phase>
+ <goals>
+
<goal>java</goal>
+ </goals>
+ <configuration>
+
<mainClass>org.apache.juddi.example.publish.SimplePublishClerk</mainClass>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
</project>
Modified: juddi/trunk/juddi-examples/simple-publish-portable/pom.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-examples/simple-publish-portable/pom.xml?rev=1558925&r1=1558924&r2=1558925&view=diff
==============================================================================
--- juddi/trunk/juddi-examples/simple-publish-portable/pom.xml (original)
+++ juddi/trunk/juddi-examples/simple-publish-portable/pom.xml Thu Jan 16
21:46:37 2014
@@ -1,69 +1,81 @@
-<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>
- <parent>
- <groupId>org.apache.juddi.example</groupId>
- <artifactId>juddi-examples</artifactId>
- <version>3.2.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <artifactId>simple-publish-portable</artifactId>
- <name>jUDDI Example Simple Publish Portable</name>
- <description>Demonstrates the steps taken to publish a service using the
UDDI in a portable manner</description>
+<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>
+ <parent>
+ <groupId>org.apache.juddi.example</groupId>
+ <artifactId>juddi-examples</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>simple-publish-portable</artifactId>
+ <name>jUDDI Example Simple Publish Portable</name>
+ <description>Demonstrates the steps taken to publish a service using
the UDDI in a portable manner</description>
- <dependencies>
- <dependency>
- <groupId>org.apache.juddi</groupId>
- <artifactId>uddi-ws</artifactId>
- <version>3.2.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.apache.juddi</groupId>
- <artifactId>juddi-client</artifactId>
- <version>3.2.0-SNAPSHOT</version>
- </dependency>
- </dependencies>
-
- <profiles>
- <profile>
- <id>default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>demo</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <version>1.1.1</version>
- <executions>
- <execution>
- <phase>test</phase>
- <goals>
- <goal>java</goal>
- </goals>
- <configuration>
-
<mainClass>org.apache.juddi.example.publish.SimplePublishPortable</mainClass>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.juddi</groupId>
+ <artifactId>uddi-ws</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.juddi</groupId>
+ <artifactId>juddi-client</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <!-- examples are not very useful from a maven repo, so
don't put it there -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+
<groupId>org.apache.maven.plugins</groupId>
+
<artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
+ <id>demo</id>
+ <build>
+ <plugins>
+ <plugin>
+
<groupId>org.codehaus.mojo</groupId>
+
<artifactId>exec-maven-plugin</artifactId>
+ <version>1.1.1</version>
+ <executions>
+ <execution>
+
<phase>test</phase>
+ <goals>
+
<goal>java</goal>
+ </goals>
+ <configuration>
+
<mainClass>org.apache.juddi.example.publish.SimplePublishPortable</mainClass>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
</project>
Modified: juddi/trunk/juddi-examples/subscription-notification-amqp/pom.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-examples/subscription-notification-amqp/pom.xml?rev=1558925&r1=1558924&r2=1558925&view=diff
==============================================================================
--- juddi/trunk/juddi-examples/subscription-notification-amqp/pom.xml (original)
+++ juddi/trunk/juddi-examples/subscription-notification-amqp/pom.xml Thu Jan
16 21:46:37 2014
@@ -1,32 +1,136 @@
-<?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 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">
+<?xml version="1.0"?>
+<!-- * 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/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.juddi.example</groupId>
<artifactId>juddi-examples</artifactId>
<version>3.2.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.apache.juddi.example.qpid</groupId>
- <artifactId>juddi-examples-qpid</artifactId>
- <name>jUDDI Qpid AMQP Notifier</name>
- <packaging>pom</packaging>
- <prerequisites>
- <maven>3.0.3</maven>
- </prerequisites>
- <modules>
- <module>juddi-qpid-notifier</module>
- <module>qpid-dependencies</module>
- </modules>
-</project>
\ No newline at end of file
+
+ <artifactId>subscription-notification-amqp</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <name>jUDDI Example AMQP Notifier for Subscription callbacks</name>
+ <description>Demonstrates how to write a custom notifier for
subscriptions</description>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.juddi</groupId>
+ <artifactId>uddi-ws</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.juddi</groupId>
+ <artifactId>juddi-client</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jms_1.1_spec</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.qpid</groupId>
+ <artifactId>qpid-client</artifactId>
+ <version>0.24</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.qpid</groupId>
+ <artifactId>qpid-amqp-1-0-client-jms</artifactId>
+ <version>0.24</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.juddi</groupId>
+ <artifactId>juddi-core</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+ <descriptorRefs>
+
<descriptorRef>jar-with-dependencies</descriptorRef>
+ </descriptorRefs>
+ <archive>
+ <manifest>
+
<mainClass>org.apache.juddi.subscription.notify.Demo</mainClass>
+ </manifest>
+ </archive>
+ </configuration>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <!-- examples are not very useful from a maven repo, so
don't put it there -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+
<groupId>org.apache.maven.plugins</groupId>
+
<artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
+ <id>demo</id>
+ <build>
+ <plugins>
+ <plugin>
+
<groupId>org.codehaus.mojo</groupId>
+
<artifactId>exec-maven-plugin</artifactId>
+ <version>1.1.1</version>
+ <executions>
+ <execution>
+
<phase>test</phase>
+ <goals>
+
<goal>java</goal>
+ </goals>
+ <configuration>
+
<mainClass>org.apache.juddi.subscription.notify.Demo</mainClass>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+</project>
Modified: juddi/trunk/juddi-examples/subscription-notification-amqp/readme.txt
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-examples/subscription-notification-amqp/readme.txt?rev=1558925&r1=1558924&r2=1558925&view=diff
==============================================================================
--- juddi/trunk/juddi-examples/subscription-notification-amqp/readme.txt
(original)
+++ juddi/trunk/juddi-examples/subscription-notification-amqp/readme.txt Thu
Jan 16 21:46:37 2014
@@ -2,16 +2,15 @@ To run this demo, first go here
http://qpid.apache.org/
1) Download the following:
- - Java broker
-2) Start Qpid Java broker (qpid-server)
+ - Java broker from http://qpid.apache.org/components/java-broker/index.html
+2) Start Qpid Java broker (qpid-server) using ./bin/qpid-server
- Reconfigure Qpid. The goal here is to have Qpid's http management
interface rerouted to another port that 8080
- Login with admin/admin, add a new HTTP port and delete the old one
- Restart Qpid
-3) juddi-examples/subscription-notification-amqp> mvn clean install
-4) copy juddi-qpid-notifier/target/juddi-qpid-notifier-3.2-SNAPSHOT.jar to
tomcat/webapps/juddiv3.war/WEB-INF/lib
-5) copy
qpid-dependencies/target/qpid-with-dependencies-jar-with-dependencies.jar to
tomcat/webapps/juddiv3.war/WEB-INF/lib
-6) Start Tomcat with jUDDI
-7) run juddi-qpid-notifier> mvn clean install -Pdemo
+3) run mvn clean install
+4) copy
target/subscription-notification-amqp-<version>-jar-with-dependencies.jar to
tomcat/webapps/juddiv3.war/WEB-INF/lib
+5) Start Tomcat with jUDDI
+6) run juddi-qpid-notifier> mvn clean install -Pdemo
At this point, our AMQP client will sit and listen for changes to business,
services and tModels.
Modified: juddi/trunk/juddi-examples/wsdl2uddi/pom.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-examples/wsdl2uddi/pom.xml?rev=1558925&r1=1558924&r2=1558925&view=diff
==============================================================================
--- juddi/trunk/juddi-examples/wsdl2uddi/pom.xml (original)
+++ juddi/trunk/juddi-examples/wsdl2uddi/pom.xml Thu Jan 16 21:46:37 2014
@@ -23,6 +23,18 @@
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <!-- examples are not very useful from a maven repo, so don't put it
there -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
<profiles>
<profile>
<id>default</id>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]