Gradle定制耳朵

时间:2015-08-13 02:36:29

标签: java web-applications gradle weblogic ear

我想用以下结构部署我的项目:

--MyPrj.ear
  --APP-INF
    --classes
    --lib
  --META-INF
    --application.xml
    --weblogic-application.xml
  --WEB_MAIN
    --assets
    --WEB-INF
      --conf
      --web.xml
      --weblogic.xml

这是我的耳朵配置

ear {
    appDirName 'APP-INF/src'
    libDirName 'APP-INF/lib'

    deploymentDescriptor {
        applicationName = "MyPRJ"
        displayName = "My Project"
        description = "My Project"
    }
}

0 个答案:

没有答案