Author: ngn
Date: Mon Jun 7 09:20:55 2010
New Revision: 952162
URL: http://svn.apache.org/viewvc?rev=952162&view=rev
Log:
Add pubsub demo into the Maven build. Remove no longer used profile for
integration tests
Modified:
mina/vysper/trunk/pom.xml
Modified: mina/vysper/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/mina/vysper/trunk/pom.xml?rev=952162&r1=952161&r2=952162&view=diff
==============================================================================
--- mina/vysper/trunk/pom.xml (original)
+++ mina/vysper/trunk/pom.xml Mon Jun 7 09:20:55 2010
@@ -188,6 +188,12 @@
<version>${pom.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.vysper.extensions</groupId>
+ <artifactId>xep0124-xep0206-bosh</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+
<!-- Test dependencies -->
<dependency>
<groupId>junit</groupId>
@@ -349,22 +355,6 @@
</plugins>
</build>
</profile>
- <profile>
- <id>integrationtests</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>none</exclude>
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
-
</profiles>
<modules>
@@ -372,6 +362,7 @@
<module>nbxml</module>
<module>server</module>
<module>dist</module>
+ <module>demo/pubsub/client</module>
</modules>
<properties>