(no commit message)
authorErik Brakkee <erik@brakkee.org>
Fri, 16 Jul 2010 10:14:13 +0000 (10:14 +0000)
committerErik Brakkee <erik@brakkee.org>
Fri, 16 Jul 2010 10:14:13 +0000 (10:14 +0000)
pom.xml
wicket/inject/pom.xml [new file with mode: 0644]
wicket/pom.xml [new file with mode: 0644]

diff --git a/pom.xml b/pom.xml
index 894918e646800bf86b22d3d07022e260434f1d4b..d35a32ded05301f74ab0371d101f2964d381a6ae 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -32,6 +32,7 @@
 
     <modules>
         <module>support</module>
+        <module>wicket</module>
         <module>system</module>
         <module>hibernate-jpa</module>
         <module>security</module>
diff --git a/wicket/inject/pom.xml b/wicket/inject/pom.xml
new file mode 100644 (file)
index 0000000..429952c
--- /dev/null
@@ -0,0 +1,24 @@
+<?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.5-SNAPSHOT</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.wamblee</groupId>
+  <artifactId>wamblee-wicket-inject</artifactId>
+  <packaging>jar</packaging>
+  <name>/wicket/inject</name>
+  <url>http://wamblee.org</url>
+  
+  <distributionManagement>
+    <site>
+      <id>wicket-inject</id>
+      <url>file:${distrib}/wicket/inject</url>
+    </site>
+  </distributionManagement>
+
+</project>
diff --git a/wicket/pom.xml b/wicket/pom.xml
new file mode 100644 (file)
index 0000000..302d91d
--- /dev/null
@@ -0,0 +1,21 @@
+<?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.5-SNAPSHOT</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.wamblee</groupId>
+  <artifactId>wamblee-wicket</artifactId>
+  <packaging>pom</packaging>
+  <name>/wicket</name>
+  <url>http://wamblee.org</url>
+
+  <modules>
+    <module>inject</module>
+  </modules>
+  
+</project>