diff --git a/openjpa-integration/tck/pom.xml b/openjpa-integration/tck/pom.xml index bcf7b02e8..5c2b69122 100644 --- a/openjpa-integration/tck/pom.xml +++ b/openjpa-integration/tck/pom.xml @@ -418,16 +418,7 @@ databaseName=${db.name} - + org.apache.geronimo.specs diff --git a/openjpa-integration/validation/pom.xml b/openjpa-integration/validation/pom.xml index 515cc69e1..ace88eddc 100644 --- a/openjpa-integration/validation/pom.xml +++ b/openjpa-integration/validation/pom.xml @@ -230,6 +230,19 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + attach-tests + verify + + test-jar + + + + org.apache.maven.plugins maven-antrun-plugin diff --git a/openjpa-jdbc/pom.xml b/openjpa-jdbc/pom.xml index 7c2046500..1c18691b3 100644 --- a/openjpa-jdbc/pom.xml +++ b/openjpa-jdbc/pom.xml @@ -78,4 +78,22 @@ test + + + + + org.apache.maven.plugins + maven-jar-plugin + + + attach-tests + verify + + test-jar + + + + + + diff --git a/openjpa-kernel/pom.xml b/openjpa-kernel/pom.xml index 9d9f72e1a..50f695273 100644 --- a/openjpa-kernel/pom.xml +++ b/openjpa-kernel/pom.xml @@ -125,6 +125,15 @@ + + + attach-tests + verify + + test-jar + + + diff --git a/openjpa-lib/pom.xml b/openjpa-lib/pom.xml index 664168796..ea5e83a36 100644 --- a/openjpa-lib/pom.xml +++ b/openjpa-lib/pom.xml @@ -115,6 +115,19 @@ openjpa.version=${project.version} + + org.apache.maven.plugins + maven-jar-plugin + + + attach-tests + verify + + test-jar + + + + diff --git a/openjpa-persistence-jdbc/pom.xml b/openjpa-persistence-jdbc/pom.xml index f942bcee7..a8960413d 100644 --- a/openjpa-persistence-jdbc/pom.xml +++ b/openjpa-persistence-jdbc/pom.xml @@ -777,6 +777,13 @@ + + attach-tests + verify + + test-jar + + diff --git a/openjpa-persistence-locking/pom.xml b/openjpa-persistence-locking/pom.xml index 710fed223..42d51f7a2 100644 --- a/openjpa-persistence-locking/pom.xml +++ b/openjpa-persistence-locking/pom.xml @@ -747,6 +747,19 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + attach-tests + verify + + test-jar + + + + org.apache.maven.plugins maven-surefire-plugin diff --git a/openjpa-persistence/pom.xml b/openjpa-persistence/pom.xml index 420c2717d..f8e557d6a 100644 --- a/openjpa-persistence/pom.xml +++ b/openjpa-persistence/pom.xml @@ -73,6 +73,19 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + attach-tests + verify + + test-jar + + + + @@ -86,28 +99,21 @@ jdk6-compiler - diff --git a/openjpa-slice/pom.xml b/openjpa-slice/pom.xml index 7dfd2f62a..cdd394260 100644 --- a/openjpa-slice/pom.xml +++ b/openjpa-slice/pom.xml @@ -118,6 +118,19 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + attach-tests + verify + + test-jar + + + + org.apache.maven.plugins maven-surefire-plugin diff --git a/pom.xml b/pom.xml index 369c215ab..549b89eac 100644 --- a/pom.xml +++ b/pom.xml @@ -949,6 +949,7 @@ + +