Index: itests/openejb-itests-core/pom.xml
===================================================================
--- itests/openejb-itests-core/pom.xml	(revision 477823)
+++ itests/openejb-itests-core/pom.xml	(working copy)
@@ -14,71 +14,67 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent>
-    <artifactId>itests</artifactId>
-    <groupId>org.apache.openejb</groupId>
-    <version>2.2-incubating-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>openejb-itests-core</artifactId>
-  <packaging>jar</packaging>
-  <name>OpenEJB :: iTests :: Core</name>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <!--
-              TODO: separate the test classes into the individual bean modules.
-              Skip tests here. They need to be executed under a framework, on a running server.
-          -->
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-
-      <plugin>
-        <artifactId>maven-jar-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-            <configuration>
-                <archive>
-                    <!-- Do not include META-INF/maven to avoid long file problems on windows -->
-                    <addMavenDescriptor>false</addMavenDescriptor>
-		</archive>
-	    </configuration>
-	  </execution>
-	</executions>
-      </plugin>
-    </plugins>
-
-    <resources>
-      <resource>
-          <directory>src/main/resources</directory>
-          <filtering>true</filtering>
-      </resource>
-    </resources>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-ejb_2.1_spec</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.openejb</groupId>
-      <artifactId>openejb-core</artifactId>
-      <version>2.2-incubating-SNAPSHOT</version>
-
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-    </dependency>
-  </dependencies>
+    <parent>
+        <artifactId>itests</artifactId>
+        <groupId>org.apache.openejb</groupId>
+        <version>2.2-incubating-SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>openejb-itests-core</artifactId>
+    <packaging>jar</packaging>
+    <name>OpenEJB :: iTests :: Core</name>
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <!--
+                        TODO: separate the test classes into the individual bean modules.
+                        Skip tests here. They need to be executed under a framework, on a running server.
+                    -->
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+            <plugin>
+                <artifactId>maven-jar-plugin</artifactId>
+                <configuration>
+                    <archive>
+                        <!-- Do not include META-INF/maven to avoid long file problems on windows -->
+                        <addMavenDescriptor>false</addMavenDescriptor>
+                    </archive>
+                </configuration>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>test-jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+        <resources>
+            <resource>
+                <directory>src/main/resources</directory>
+                <filtering>true</filtering>
+            </resource>
+        </resources>
+    </build>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-ejb_2.1_spec</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.openejb</groupId>
+            <artifactId>openejb-core</artifactId>
+            <version>2.2-incubating-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+        </dependency>
+    </dependencies>
 </project>
Index: pom.xml
===================================================================
--- pom.xml	(revision 477823)
+++ pom.xml	(working copy)
@@ -773,8 +773,8 @@
     </build>
 
     <modules>
+        <module>modules</module>
         <module>itests</module>
-        <module>modules</module>
     </modules>
 
     <distributionManagement>
