javadoc config + copying index.html file as well.
[utils] / system / pom.xml
index 202365ef09be9e474b2ddd7f73a9ff387d431198..a7cb6a43d334b8eb4e1327c62602afca5e0652d0 100644 (file)
@@ -1,20 +1,21 @@
-<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">
+<?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>
     <groupId>org.wamblee</groupId>
     <artifactId>wamblee-utils</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.9-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.wamblee</groupId>
   <artifactId>wamblee-system</artifactId>
   <packaging>pom</packaging>
-  <name>wamblee.org system</name>
+  <name>/system</name>
   <url>http://wamblee.org</url>
   <modules>
     <module>general</module>
+    <module>spring</module>
   </modules>
+  
 </project>