Skip to content

Commit

Permalink
Move mongo tests to testapps,
Browse files Browse the repository at this point in the history
integrate testapps-build plugin 0.0.10,
remove obselete plugins from the main pom

Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj committed Sep 7, 2022
1 parent 038f52f commit f551828
Show file tree
Hide file tree
Showing 41 changed files with 336 additions and 2,983 deletions.
67 changes: 0 additions & 67 deletions foundation/org.eclipse.persistence.nosql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,38 +72,19 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<!--EclipseLink JPA-->
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.jpa</artifactId>
<scope>test</scope>
</dependency>
<!--EclipseLink Core test framework-->
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.core.test.framework</artifactId>
<scope>test</scope>
</dependency>
<!--EclipseLink JPA test framework-->
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.jpa.test.framework</artifactId>
<scope>test</scope>
</dependency>
<!--EclipseLink Core test classes-->
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.core.test</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<!--EclipseLink JPA test classes (test framework) additional classes-->
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.jpa.test</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -162,38 +143,6 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<!--Set system properties required for tests-->
<systemPropertiesFile>${test.mongodb.properties.file}</systemPropertiesFile>
</configuration>
<executions>
<execution>
<id>test-nosql</id>
<goals>
<goal>integration-test</goal>
</goals>
<configuration>
<skipTests>${test-skip-nosql}</skipTests>
<reportNameSuffix>test-nosql</reportNameSuffix>
<includes>
<include>org.eclipse.persistence.testing.tests.NoSQLJPATestSuite</include>
</includes>
</configuration>
</execution>
<execution>
<id>verify-integration-tests</id>
<goals>
<goal>verify</goal>
</goals>
<configuration>
<skip>${integration.test.skip.verify}</skip>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand All @@ -206,20 +155,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>mongodb</id>
<properties>
<test-skip-nosql>false</test-skip-nosql>
</properties>
</profile>

<profile>
<id>test-nosql</id>
<properties>
<test-skip-nosql>false</test-skip-nosql>
</properties>
</profile>
</profiles>
</project>

This file was deleted.

This file was deleted.

Loading

0 comments on commit f551828

Please sign in to comment.