From 7c91575c43d8ffae589f773735b63a1b2994a25c Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 25 Nov 2014 13:00:05 +0000 Subject: [PATCH] New project conventions (parent POM) git-svn-id: https://svn.argeo.org/commons/trunk@7528 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- pom.xml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 536dd3e10..259e56559 100644 --- a/pom.xml +++ b/pom.xml @@ -105,9 +105,17 @@ limitations under the License. 2.8 + src + ext/test - src/main/resources + src + + ** + + + **/*.java + . @@ -118,6 +126,7 @@ limitations under the License. .* .*/** src/** + ext/** target/** bin/** pom.xml @@ -127,6 +136,17 @@ limitations under the License. + + + ext/test + + ** + + + **/*.java + + + @@ -139,7 +159,7 @@ limitations under the License. eclipse target/classes - target/classes + target/test-classes @@ -228,6 +248,7 @@ limitations under the License. META-INF + <_include>bnd.bnd ${project.version}-r${tstamp} ${project.artifactId} JavaSE-1.6 -- 2.30.2