From: Erik Brakkee Date: Sun, 9 Jan 2011 16:39:44 +0000 (+0000) Subject: better maven 3 support. (no more relativePath). X-Git-Tag: wamblee-utils-0.7~45 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=1da53b52f35d5d8b153896319dec941f0f11dd3b;p=utils better maven 3 support. (no more relativePath). --- diff --git a/hibernate-jpa/pom.xml b/hibernate-jpa/pom.xml index cab463cc..0a4d5da5 100644 --- a/hibernate-jpa/pom.xml +++ b/hibernate-jpa/pom.xml @@ -5,7 +5,6 @@ org.wamblee wamblee-utils 0.6-SNAPSHOT - .. 4.0.0 diff --git a/pom.xml b/pom.xml index affbf8bd..f0866711 100644 --- a/pom.xml +++ b/pom.xml @@ -365,6 +365,7 @@ org.codehaus.mojo jalopy-maven-plugin + 1.0-alpha-1 UNIX org.wamblee.jalopy.xml @@ -380,6 +381,7 @@ org.apache.maven.plugins maven-compiler-plugin + 2.3.2 1.6 1.6 @@ -413,6 +415,7 @@ org.apache.maven.plugins maven-jar-plugin + 2.3.1 @@ -528,6 +531,7 @@ org.codehaus.mojo surefire-report-maven-plugin + 2.0-beta-1 @@ -539,19 +543,6 @@ - - - org.codehaus.mojo - taglist-maven-plugin - - - TODO - @todo - FIXME - - - - @@ -599,7 +590,7 @@ - local + localdir Local directory file:${user.home}/java/workspace/deploy diff --git a/security/jpatest/pom.xml b/security/jpatest/pom.xml index 59b63ee0..7139f1fb 100644 --- a/security/jpatest/pom.xml +++ b/security/jpatest/pom.xml @@ -3,9 +3,8 @@ org.wamblee - wamblee-utils + wamblee-security 0.6-SNAPSHOT - ../.. 4.0.0 diff --git a/security/usermgt/pom.xml b/security/usermgt/pom.xml index 436f7076..c99cd5a7 100644 --- a/security/usermgt/pom.xml +++ b/security/usermgt/pom.xml @@ -3,9 +3,8 @@ org.wamblee - wamblee-utils + wamblee-security 0.6-SNAPSHOT - ../.. 4.0.0 diff --git a/support/cdi/pom.xml b/support/cdi/pom.xml index 1ed3c7fb..67e03a6d 100644 --- a/support/cdi/pom.xml +++ b/support/cdi/pom.xml @@ -3,9 +3,8 @@ org.wamblee - wamblee-utils + wamblee-support 0.6-SNAPSHOT - ../.. 4.0.0 diff --git a/support/general/pom.xml b/support/general/pom.xml index 8cd135f9..e70a891c 100644 --- a/support/general/pom.xml +++ b/support/general/pom.xml @@ -3,9 +3,8 @@ org.wamblee - wamblee-utils + wamblee-support 0.6-SNAPSHOT - ../.. 4.0.0 diff --git a/support/inject/pom.xml b/support/inject/pom.xml index 4dbdd5d6..f2dd9a5b 100644 --- a/support/inject/pom.xml +++ b/support/inject/pom.xml @@ -3,9 +3,8 @@ org.wamblee - wamblee-utils + wamblee-support 0.6-SNAPSHOT - ../.. 4.0.0 diff --git a/support/pom.xml b/support/pom.xml index 07e5a1e1..9a66bfd2 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -5,7 +5,6 @@ org.wamblee wamblee-utils 0.6-SNAPSHOT - .. 4.0.0 diff --git a/support/spring/pom.xml b/support/spring/pom.xml index 4c877804..c904d329 100644 --- a/support/spring/pom.xml +++ b/support/spring/pom.xml @@ -3,9 +3,8 @@ org.wamblee - wamblee-utils + wamblee-support 0.6-SNAPSHOT - ../.. 4.0.0 diff --git a/system/general/pom.xml b/system/general/pom.xml index 3282c18a..34427171 100644 --- a/system/general/pom.xml +++ b/system/general/pom.xml @@ -3,9 +3,8 @@ org.wamblee - wamblee-utils + wamblee-system 0.6-SNAPSHOT - ../.. 4.0.0 diff --git a/system/pom.xml b/system/pom.xml index 78264023..c24468e1 100644 --- a/system/pom.xml +++ b/system/pom.xml @@ -5,7 +5,6 @@ org.wamblee wamblee-utils 0.6-SNAPSHOT - .. 4.0.0 diff --git a/system/spring/pom.xml b/system/spring/pom.xml index 81ac61df..4d641535 100644 --- a/system/spring/pom.xml +++ b/system/spring/pom.xml @@ -3,9 +3,8 @@ org.wamblee - wamblee-utils + wamblee-system 0.6-SNAPSHOT - ../.. 4.0.0 diff --git a/test/eclipselink/pom.xml b/test/eclipselink/pom.xml index 22df7f70..187197c3 100644 --- a/test/eclipselink/pom.xml +++ b/test/eclipselink/pom.xml @@ -3,9 +3,8 @@ org.wamblee - wamblee-utils + wamblee-test 0.6-SNAPSHOT - ../.. 4.0.0 diff --git a/test/enterprise/pom.xml b/test/enterprise/pom.xml index 0805881e..723cc0fa 100644 --- a/test/enterprise/pom.xml +++ b/test/enterprise/pom.xml @@ -5,9 +5,8 @@ org.wamblee - wamblee-utils + wamblee-test 0.6-SNAPSHOT - ../.. 4.0.0 diff --git a/test/hibernate/pom.xml b/test/hibernate/pom.xml index 175312f2..5e796857 100644 --- a/test/hibernate/pom.xml +++ b/test/hibernate/pom.xml @@ -3,9 +3,8 @@ org.wamblee - wamblee-utils + wamblee-test 0.6-SNAPSHOT - ../.. 4.0.0 diff --git a/test/jpatest-eclipselink/pom.xml b/test/jpatest-eclipselink/pom.xml index 3b79134a..5e479c44 100644 --- a/test/jpatest-eclipselink/pom.xml +++ b/test/jpatest-eclipselink/pom.xml @@ -3,9 +3,8 @@ org.wamblee - wamblee-utils + wamblee-test 0.6-SNAPSHOT - ../.. 4.0.0 diff --git a/test/jpatest-hibernate/pom.xml b/test/jpatest-hibernate/pom.xml index 06e09d9d..44b22526 100644 --- a/test/jpatest-hibernate/pom.xml +++ b/test/jpatest-hibernate/pom.xml @@ -3,9 +3,8 @@ org.wamblee - wamblee-utils + wamblee-test 0.6-SNAPSHOT - ../.. 4.0.0 diff --git a/test/jpatest-toplink-essentials/pom.xml b/test/jpatest-toplink-essentials/pom.xml index d61ae877..71c8a912 100644 --- a/test/jpatest-toplink-essentials/pom.xml +++ b/test/jpatest-toplink-essentials/pom.xml @@ -3,9 +3,8 @@ org.wamblee - wamblee-utils + wamblee-test 0.6-SNAPSHOT - ../.. 4.0.0 diff --git a/test/pom.xml b/test/pom.xml index b736e588..66c97d12 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -5,7 +5,6 @@ org.wamblee wamblee-utils 0.6-SNAPSHOT - .. 4.0.0 diff --git a/test/toplink-essentials/pom.xml b/test/toplink-essentials/pom.xml index 8122aaae..1c497b57 100644 --- a/test/toplink-essentials/pom.xml +++ b/test/toplink-essentials/pom.xml @@ -3,9 +3,8 @@ org.wamblee - wamblee-utils + wamblee-test 0.6-SNAPSHOT - ../.. 4.0.0 diff --git a/wicket/components/pom.xml b/wicket/components/pom.xml index 2829647e..f5da78f2 100644 --- a/wicket/components/pom.xml +++ b/wicket/components/pom.xml @@ -3,9 +3,8 @@ org.wamblee - wamblee-utils + wamblee-wicket 0.6-SNAPSHOT - ../.. 4.0.0 diff --git a/wicket/joe/pom.xml b/wicket/joe/pom.xml index c66e90a7..9a0a29d3 100644 --- a/wicket/joe/pom.xml +++ b/wicket/joe/pom.xml @@ -3,9 +3,8 @@ org.wamblee - wamblee-utils + wamblee-wicket 0.6-SNAPSHOT - ../.. 4.0.0 diff --git a/wicket/pom.xml b/wicket/pom.xml index c167ec3c..26131710 100644 --- a/wicket/pom.xml +++ b/wicket/pom.xml @@ -5,7 +5,6 @@ org.wamblee wamblee-utils 0.6-SNAPSHOT - .. 4.0.0