xmpp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>uk.org.retep.xmpp.xmpp</groupId> <artifactId>xmpp</artifactId> <version>9.11</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <groupId>uk.org.retep.xmpp</groupId> <artifactId>retepXMPP</artifactId> <version>9.11</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>uk.org.retep.xmpp.xmpp</groupId> <artifactId>xmpp</artifactId> <version>9.11</version> <packaging>pom</packaging> <name>retepXMPP XMPP</name> <description> The common classes for XMPP and JAXB. The published schemas from xmpp.org are retrieved and compiled into an artifact for each protocol. External projects should depend on the base module + the protocol's they are interested in. All other dependencies are then retrieved automatically by maven. </description> <modules> <module>commons</module> <module>schemas</module> <!-- The jaxb module builds a template of the model-gen module. If a new schema is released by the XSF then the generate-sources goal should be run to generate the template and it being inserted into model-gen. <module>jaxb</module> --> <module>model-gen</module> <module>base</module> </modules> </project>