updated to the 2.0 xdoc schema
[utils] / support / general / pom.xml
index a4f7123846745220d643aff339572c95ac2012e9..86d63f77d7437ff7496fcdd937f88732fd08ab64 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <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>
       <artifactId>jaxen</artifactId>
     </dependency>
   </dependencies>
+  
+  <distributionManagement>
+    <site>
+      <id>test-enterprise-site</id>
+      <url>file:${distrib}/support/general</url>
+    </site>
+  </distributionManagement>
 
 </project>