Skip to content

Alfresco/alfresco-xml-factory

Repository files navigation

Alfresco XML Factory

Alfresco XML Factory is a library packaged as a jar file which is part of Alfresco Content Services Repository. The library contains custom SAX and DocumentBuilder factory implementations from Xerces library with controlled configuration applied to the whole application. The configuration disables dangerous features of the parsers.

Building and testing

The project can be built and tested by running Maven command:

mvn clean install

Artifacts

The artifacts can be obtained by:

  • downloading from Alfresco repository
  • getting as Maven dependency by adding the dependency to your pom file:
<dependency>
  <groupId>org.alfresco</groupId>
  <artifactId>alfresco-xmlfactory</artifactId>
  <version>version</version>
</dependency>

and Alfresco repository:

<repository>
  <id>alfresco-maven-repo</id>
  <url>https://artifacts.alfresco.com/nexus/content/groups/public</url>
</repository>

The SNAPSHOT version of the artifact is never published.

Contributing guide

Please use this guide to make a contribution to the project.