Last Version

retepXMPP XMPP Schemas 10.6

This generates a schema artifact which contains all of the schemas from xmpp.org's subversion repository. Generating this artifact enables a schema to be referenced by jaxb using the ClassPathCatalogResolver and a catalog file. To refresh the content of this artifact, either remove the src/main/resources directory manually or run a clean build from hudson. This is because maven-scm-plugin is set to checkout only if that directory does not exist so that the remote subversion repository is not hit every time a build is performed.

License

License

GroupId

GroupId

uk.org.retep.xmpp.xmpp
ArtifactId

ArtifactId

schemas
Version

Version

10.6
Type

Type

jar
Description

Description

retepXMPP XMPP Schemas
This generates a schema artifact which contains all of the schemas from xmpp.org's subversion repository. Generating this artifact enables a schema to be referenced by jaxb using the ClassPathCatalogResolver and a catalog file. To refresh the content of this artifact, either remove the src/main/resources directory manually or run a clean build from hudson. This is because maven-scm-plugin is set to checkout only if that directory does not exist so that the remote subversion repository is not hit every time a build is performed.
Project Organization

Project Organization

Retep Development Group

Download schemas 10.6


<!-- https://jarcasting.com/artifacts/uk.org.retep.xmpp.xmpp/schemas/ -->
<dependency>
    <groupId>uk.org.retep.xmpp.xmpp</groupId>
    <artifactId>schemas</artifactId>
    <version>10.6</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.xmpp.xmpp/schemas/
implementation 'uk.org.retep.xmpp.xmpp:schemas:10.6'
// https://jarcasting.com/artifacts/uk.org.retep.xmpp.xmpp/schemas/
implementation ("uk.org.retep.xmpp.xmpp:schemas:10.6")
'uk.org.retep.xmpp.xmpp:schemas:jar:10.6'
<dependency org="uk.org.retep.xmpp.xmpp" name="schemas" rev="10.6">
  <artifact name="schemas" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.xmpp.xmpp', module='schemas', version='10.6')
)
libraryDependencies += "uk.org.retep.xmpp.xmpp" % "schemas" % "10.6"
[uk.org.retep.xmpp.xmpp/schemas "10.6"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.7
uk.org.retep : testFramework jar 10.6

Project Modules

There are no modules declared in this project.