removing commented content from pom.xml to avoid running of integration test, commenting was done temporarily as mvn install was not working
git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_dev_next@1102 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-examples/text-example/textapp/pom.xml b/hyracks-examples/text-example/textapp/pom.xml
index 57f40b2..913a95a 100644
--- a/hyracks-examples/text-example/textapp/pom.xml
+++ b/hyracks-examples/text-example/textapp/pom.xml
@@ -74,7 +74,6 @@
</execution>
</executions>
</plugin>
- <!--
<plugin>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-maven-plugin</artifactId>
@@ -136,7 +135,6 @@
</execution>
</executions>
</plugin>
- -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
@@ -146,7 +144,6 @@
<target>1.6</target>
</configuration>
</plugin>
- <!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
@@ -161,7 +158,6 @@
</execution>
</executions>
</plugin>
- -->
</plugins>
</build>
<dependencies>