mirror of https://github.com/apache/openjpa.git
decoupling running of the examples and the tck, so that examples-related need not be addressed in order to run the TCK.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@526512 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7fd119e840
commit
89b0cf69b1
|
@ -18,6 +18,10 @@
|
|||
<!--
|
||||
This integration build tests the examples that are bundled with
|
||||
the OpenJPA distribution.
|
||||
|
||||
The examples will only be run if you have the 'examples-profile' enabled:
|
||||
|
||||
mvn integration-test -Pexamples-profile
|
||||
-->
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
|
@ -33,6 +37,9 @@
|
|||
<version>0.9.8-incubating-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>examples-profile</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
@ -67,6 +74,9 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.openjpa</groupId>
|
||||
|
|
Loading…
Reference in New Issue