shouldn't need this anymore
diff --git a/Jenkinsfile b/Jenkinsfile
index 5f527ad..3e702f1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -60,13 +60,6 @@
             echo 'checking out royale-framework for branch ' + env.BRANCH_NAME
             checkout([$class: 'GitSCM', branches: [[name: env.BRANCH_NAME]], extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: 'framework']], userRemoteConfigs: [[url: 'https://github.com/apache/royale-asjs.git']]])
 
-        stage 'Build Royale Compiler Utils'
-
-            dir('compiler') {
-                echo 'Building Royale Compiler Utils'
-                bat "mvn -U clean ${mavenGoal} ${mavenLocalRepo} -s C:\\.m2\\settings.xml -P -main,utils -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=3c9041a9,3872fc1e"
-            }
-
         stage 'Build Royale Compiler'
 
             dir('compiler') {