Skip to content

Commit

Permalink
Core and JPA Test Framework - distribution to Maven Central fix (#1661)
Browse files Browse the repository at this point in the history
fixes #1647

Signed-off-by: Radek Felcman <[email protected]>
  • Loading branch information
rfelcman authored Aug 19, 2022
1 parent 278c90b commit 4714322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,10 @@
<module>jpa/org.eclipse.persistence.jpa.jpql</module>

<module>foundation/org.eclipse.persistence.core</module>
<module>foundation/org.eclipse.persistence.core.test.framework</module>

<module>jpa/org.eclipse.persistence.jpa</module>
<module>jpa/org.eclipse.persistence.jpa.test.framework</module>
<module>jpa/org.eclipse.persistence.jpa.modelgen</module>
<module>jpa/org.eclipse.persistence.jpars</module>

Expand Down Expand Up @@ -1849,9 +1851,7 @@
<!--Helper parent pom for server side test modules-->
<module>testing/server</module>
<module>testing/server-oracle</module>
<module>foundation/org.eclipse.persistence.core.test.framework</module>
<module>foundation/eclipselink.core.test</module>
<module>jpa/org.eclipse.persistence.jpa.test.framework</module>
<module>sdo/eclipselink.sdo.test.server</module>

<!--JPA test modules-->
Expand Down

0 comments on commit 4714322

Please sign in to comment.