maven flexmojos 插件安裝配置

收集的相關flexmojo學習資源: php

    flexmojos Available versions  http://mvnrepository.com/artifact/org.sonatype.flexmojos/flexmojos-maven-plugin html


   在flex項目中使用maven  http://www.riadev.com/forum.php?mod=viewthread&tid=152 git

    flexmojos-maven-plugin github https://github.com/justinjmoses/flexmojos-introduction github

    flexmojos介紹 https://docs.sonatype.org/display/FLEXMOJOS/Index app

    flexmojos經典博文 http://www.adobe.com/cn/devnet/flex/articles/flex-maven-flexmojos-pt1.html maven

    onatype的公共倉庫 https://repository.sonatype.org/index.html 學習

    maven官方公共倉庫 http://search.maven.org/ flex

 使用總結: ui

      一直困擾的問題如下: url

        沒法下載flexmojos-maven-plugin、

        flex的framework、

        生成的FLEX工程沒法轉換爲FlexBuilder工程

    正確的使用步驟

        經過MAVEN命令建立FLEX工程

        maven的基本命令就不闡述  DarchetypeRepository  DarchetypeArtifactId DarchetypeVersion

        mvn archetype:generate - DarchetypeRepository=http://repository.sonatype.org/content/groups/flexgroup/ -DarchetypeGroupId=org.sonatype.flexmojos -DarchetypeArtifactId=flexmojos-archetypes-application -DarchetypeVersion=4.0-RC2

        注:DarchetypeVersion=4.0-RC2目前使用多的發佈版本

         執行命令,輸入groupid artifactid ........略

        修改pom.xml文件,在project標籤中添加如下:

         <repositories>
             <repository>
                 <id>flex-mojos-repository</id>
                 <url>http://repository.sonatype.org/content/groups/flexgroup</url>
             </repository>
          </repositories>

        <pluginRepositories>
             <pluginRepository>
             <id>flex-mojos-plugin-repository</id>
             <url>http://repository.sonatype.org/content/groups/flexgroup</url>
             </pluginRepository>
      </pluginRepositories>

         接着輸入生成flexBuilder項目 mvn org.sonatype.flexmojos:flexmojos-maven-plugin:3.9:flashbuilder

         試了N多生成FLEX項目的命令

          看到github上介紹 https://github.com/justinjmoses/flexmojos-introduction

           下載相關插件包及依賴framewokr包完成,over

相關文章
相關標籤/搜索