JDO-785: configure maven release plugin to run w/o installing schema, doing enhancement and running tck
diff --git a/pom.xml b/pom.xml
index 97cd4e8..80c6747 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,14 @@
                     </excludes>
                 </configuration>
             </plugin>
+            <!-- Release -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <configuration>
+                    <arguments>-Djdo.tck.doRunTCK=false -Djdo.tck.doInstallSchema=false -Djdo.tck.doEnhance=false</arguments>
+                 </configuration>
+              </plugin>
         </plugins>
   </build>