Changed the name of the parent artifact from flex-messaging-opt to flex-messaging-opt-tomcat to avoid problems when building the first time.
diff --git a/opt/tomcat/tomcat-4/pom.xml b/opt/tomcat/tomcat-4/pom.xml
index dd7dabd..61f3f90 100755
--- a/opt/tomcat/tomcat-4/pom.xml
+++ b/opt/tomcat/tomcat-4/pom.xml
@@ -21,7 +21,7 @@
 
 	<parent>
         <groupId>org.apache.flex.blazeds</groupId>
-		<artifactId>flex-messaging-opt</artifactId>
+		<artifactId>flex-messaging-opt-tomcat</artifactId>
 		<version>4.8.0-SNAPSHOT</version>
 	</parent>
 
diff --git a/opt/tomcat/tomcat-6/pom.xml b/opt/tomcat/tomcat-6/pom.xml
index 6c0afcf..cf0342e 100755
--- a/opt/tomcat/tomcat-6/pom.xml
+++ b/opt/tomcat/tomcat-6/pom.xml
@@ -21,7 +21,7 @@
 
 	<parent>
         <groupId>org.apache.flex.blazeds</groupId>
-		<artifactId>flex-messaging-opt</artifactId>
+		<artifactId>flex-messaging-opt-tomcat</artifactId>
 		<version>4.8.0-SNAPSHOT</version>
 	</parent>
 
diff --git a/opt/tomcat/tomcat-7/pom.xml b/opt/tomcat/tomcat-7/pom.xml
index 0870b89..b4aaa64 100755
--- a/opt/tomcat/tomcat-7/pom.xml
+++ b/opt/tomcat/tomcat-7/pom.xml
@@ -21,7 +21,7 @@
 
 	<parent>
         <groupId>org.apache.flex.blazeds</groupId>
-		<artifactId>flex-messaging-opt</artifactId>
+		<artifactId>flex-messaging-opt-tomcat</artifactId>
 		<version>4.8.0-SNAPSHOT</version>
 	</parent>