Temporarily disable engine builds until dependencies have been sorted

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bsf/trunk@1185199 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index f92b8df..3431c08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,6 +150,17 @@
     <build>
           <plugins>
             <plugin>
+               <!-- Temporary hack to allow compilation; remove when engine dependencies have been sorted -->
+               <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <!-- engine dependencies have not yet been sorted -->
+                    <excludes>
+                        <exclude>org/apache/bsf/engines/**</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+            <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-jar-plugin</artifactId>
               <executions>
@@ -161,6 +172,7 @@
               </executions>
             </plugin>
             <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <includes>