better maven 3 support. (no more relativePath).
authorErik Brakkee <erik@brakkee.org>
Sun, 9 Jan 2011 16:39:44 +0000 (16:39 +0000)
committerErik Brakkee <erik@brakkee.org>
Sun, 9 Jan 2011 16:39:44 +0000 (16:39 +0000)
23 files changed:
hibernate-jpa/pom.xml
pom.xml
security/jpatest/pom.xml
security/usermgt/pom.xml
support/cdi/pom.xml
support/general/pom.xml
support/inject/pom.xml
support/pom.xml
support/spring/pom.xml
system/general/pom.xml
system/pom.xml
system/spring/pom.xml
test/eclipselink/pom.xml
test/enterprise/pom.xml
test/hibernate/pom.xml
test/jpatest-eclipselink/pom.xml
test/jpatest-hibernate/pom.xml
test/jpatest-toplink-essentials/pom.xml
test/pom.xml
test/toplink-essentials/pom.xml
wicket/components/pom.xml
wicket/joe/pom.xml
wicket/pom.xml

index cab463ccd27908e6f6cf4d1f5ee99f451077fd2e..0a4d5da5ada447fe0e08980205a71ba29ca1958b 100644 (file)
@@ -5,7 +5,6 @@
     <groupId>org.wamblee</groupId>
     <artifactId>wamblee-utils</artifactId>
     <version>0.6-SNAPSHOT</version>
-       <relativePath>..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index affbf8bd1d9c6018e850160a790303dbd2d06b36..f0866711a37fe3209d936f4842b37bae6ed20afc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>jalopy-maven-plugin</artifactId>
+                               <version>1.0-alpha-1</version>
                                <configuration>
                                        <fileFormat>UNIX</fileFormat>
                                        <convention>org.wamblee.jalopy.xml</convention>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
+                               <version>2.3.2</version>
                                <configuration>
                                        <source>1.6</source>
                                        <target>1.6</target>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-jar-plugin</artifactId>
+                               <version>2.3.1</version>
                                <executions>
                                        <execution>
                                                <goals>
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>surefire-report-maven-plugin</artifactId>
+                               <version>2.0-beta-1</version>
                        </plugin>
                        <!-- checkstyle -->
                        <plugin>
                                </configuration>
                        </plugin>
 
-                       <!-- taglist -->
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>taglist-maven-plugin</artifactId>
-                               <configuration>
-                                       <tags>
-                                               <tag>TODO</tag>
-                                               <tag>@todo</tag>
-                                               <tag>FIXME</tag>
-                                       </tags>
-                               </configuration>
-                       </plugin>
-
                </plugins>
        </reporting>
 
                        </activation>
                        <distributionManagement>
                                <repository>
-                                       <id>local</id>
+                                       <id>localdir</id>
                                        <name>Local directory</name>
                                        <url>file:${user.home}/java/workspace/deploy</url>
                                </repository>
index 59b63ee012a7f9f8f5e073a336c5f897ae8ec356..7139f1fbad94a79f3bc64371248ff393397a2345 100644 (file)
@@ -3,9 +3,8 @@
 
     <parent>
         <groupId>org.wamblee</groupId>
-        <artifactId>wamblee-utils</artifactId>
+        <artifactId>wamblee-security</artifactId>
         <version>0.6-SNAPSHOT</version>
-               <relativePath>../..</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 436f70765953a765c51309a74fb6fd8bbf04183d..c99cd5a73a422f91a7eb308052dd2e052b2fdea2 100644 (file)
@@ -3,9 +3,8 @@
 
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-utils</artifactId>
+    <artifactId>wamblee-security</artifactId>
     <version>0.6-SNAPSHOT</version>
-       <relativePath>../..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
index 1ed3c7fbf7a2ebf5aa605e501f90761e68ce285c..67e03a6dc57ad218e15a698e8e948fa9dce73f3d 100644 (file)
@@ -3,9 +3,8 @@
 
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-utils</artifactId>
+    <artifactId>wamblee-support</artifactId>
     <version>0.6-SNAPSHOT</version>
-       <relativePath>../..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
index 8cd135f9d76bcf69f1687e7dd1edb777b6250a0e..e70a891c0cbe355f0a415bcecc27ed0927f5734d 100644 (file)
@@ -3,9 +3,8 @@
 
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-utils</artifactId>
+    <artifactId>wamblee-support</artifactId>
     <version>0.6-SNAPSHOT</version>
-    <relativePath>../..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
index 4dbdd5d6f6ca79cbcdb38c6c6f18af687924ecb3..f2dd9a5b80f89782dad29f2a04813103b4d9da88 100644 (file)
@@ -3,9 +3,8 @@
 
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-utils</artifactId>
+    <artifactId>wamblee-support</artifactId>
     <version>0.6-SNAPSHOT</version>
-       <relativePath>../..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
index 07e5a1e1b5874541758c5205f4cb6dd8bd34ff5d..9a66bfd271a570e166183a209602c4a22d8fb993 100644 (file)
@@ -5,7 +5,6 @@
     <groupId>org.wamblee</groupId>
     <artifactId>wamblee-utils</artifactId>
     <version>0.6-SNAPSHOT</version>
-       <relativePath>..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
index 4c8778041216feba7475dae45f7716019e37ee90..c904d329e215cb44917711b3fe465e12f899ede6 100644 (file)
@@ -3,9 +3,8 @@
 
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-utils</artifactId>
+    <artifactId>wamblee-support</artifactId>
     <version>0.6-SNAPSHOT</version>
-       <relativePath>../..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
index 3282c18af78188bbec1fcc17d6a4bd9b41667c69..34427171579e050527a4a26495bd0cd1e30d1ab6 100644 (file)
@@ -3,9 +3,8 @@
     
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-utils</artifactId>
+    <artifactId>wamblee-system</artifactId>
     <version>0.6-SNAPSHOT</version>
-       <relativePath>../..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
index 78264023a8036784a6f5ed0e4660e154c5dc5ed7..c24468e1b338422b1c61770219afdbc7f46e4229 100644 (file)
@@ -5,7 +5,6 @@
     <groupId>org.wamblee</groupId>
     <artifactId>wamblee-utils</artifactId>
     <version>0.6-SNAPSHOT</version>
-       <relativePath>..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
index 81ac61df359f6b36d79dd6e97a84a5b8de9936c7..4d6415359608b1532ab4cdacab5afb64b7feb876 100644 (file)
@@ -3,9 +3,8 @@
 
     <parent>
         <groupId>org.wamblee</groupId>
-        <artifactId>wamblee-utils</artifactId>
+        <artifactId>wamblee-system</artifactId>
         <version>0.6-SNAPSHOT</version>
-               <relativePath>../..</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
index 22df7f705d646bce5ba174fe53a5c3642719e545..187197c30d105b82f335cdde5c6bd02404ec9bc1 100644 (file)
@@ -3,9 +3,8 @@
 
        <parent>
                <groupId>org.wamblee</groupId>
-               <artifactId>wamblee-utils</artifactId>
+               <artifactId>wamblee-test</artifactId>
                <version>0.6-SNAPSHOT</version>
-               <relativePath>../..</relativePath>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
index 0805881e26e3439f71383cc7497435bdcd57ec83..723cc0fad1c67cc438c2b86bf4382e67308c3af8 100644 (file)
@@ -5,9 +5,8 @@
 
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-utils</artifactId>
+    <artifactId>wamblee-test</artifactId>
     <version>0.6-SNAPSHOT</version>
-       <relativePath>../..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
index 175312f295f0c23dce5ad39c277f98747f20abc6..5e796857fbfd15eeddaf2f329824555644cd8f3c 100644 (file)
@@ -3,9 +3,8 @@
 
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-utils</artifactId>
+    <artifactId>wamblee-test</artifactId>
     <version>0.6-SNAPSHOT</version>
-       <relativePath>../..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
index 3b79134a6837d9e732702027ee62646eb3c70f28..5e479c44ed132ae83477cccdebeb88b392f7af77 100644 (file)
@@ -3,9 +3,8 @@
 
        <parent>
                <groupId>org.wamblee</groupId>
-               <artifactId>wamblee-utils</artifactId>
+               <artifactId>wamblee-test</artifactId>
                <version>0.6-SNAPSHOT</version>
-               <relativePath>../..</relativePath>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
index 06e09d9da95363c3dda993eec8ef3d30e50c3f9c..44b22526b59d8b92ffb493bd60a2b1928c850ae6 100644 (file)
@@ -3,9 +3,8 @@
 
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-utils</artifactId>
+    <artifactId>wamblee-test</artifactId>
     <version>0.6-SNAPSHOT</version>
-       <relativePath>../..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
index d61ae877231244cbfd2ea6147c6c92af66852092..71c8a9125e339735a5fc627a0c27e907ab76f47a 100644 (file)
@@ -3,9 +3,8 @@
 
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-utils</artifactId>
+    <artifactId>wamblee-test</artifactId>
     <version>0.6-SNAPSHOT</version>
-       <relativePath>../..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
index b736e5881d90f880a88c9443be37a81300fceada..66c97d124d6c473992ed39de0f328c429e15bf9d 100644 (file)
@@ -5,7 +5,6 @@
     <groupId>org.wamblee</groupId>
     <artifactId>wamblee-utils</artifactId>
     <version>0.6-SNAPSHOT</version>
-       <relativePath>..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
index 8122aaaedee27ddd35a58bd523d22ace07f4be74..1c497b578620dba9d066779770f146443df96f77 100644 (file)
@@ -3,9 +3,8 @@
 
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-utils</artifactId>
+    <artifactId>wamblee-test</artifactId>
     <version>0.6-SNAPSHOT</version>
-       <relativePath>../..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
index 2829647e26b9d2164cfcadcc5e1fefb2bba55393..f5da78f2b3ecfae5ac345a87382dc83641124927 100644 (file)
@@ -3,9 +3,8 @@
 
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-utils</artifactId>
+    <artifactId>wamblee-wicket</artifactId>
     <version>0.6-SNAPSHOT</version>
-       <relativePath>../..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
index c66e90a76808a715b9e69891580c2c3797acba13..9a0a29d30ddab3c20fa508c4a95ca2abec88e45b 100644 (file)
@@ -3,9 +3,8 @@
 
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-utils</artifactId>
+    <artifactId>wamblee-wicket</artifactId>
     <version>0.6-SNAPSHOT</version>
-       <relativePath>../..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
index c167ec3c1b1dfd6504a935e1ed14de1b147ef8b8..261317104bd2a7accafa70990fb45fb2c004c64f 100644 (file)
@@ -5,7 +5,6 @@
     <groupId>org.wamblee</groupId>
     <artifactId>wamblee-utils</artifactId>
     <version>0.6-SNAPSHOT</version>
-       <relativePath>..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>