Activate different Maven profiles depending on current module?

前端 未结 6 1144
隐瞒了意图╮
隐瞒了意图╮ 2020-12-20 04:05

We have a multi module build with modules using different technologies, like Java and Flex. Is it somehow possible to activate different profiles based on the module that is

6条回答
  •  囚心锁ツ
    2020-12-20 04:29

    With regard to file-based activation, you can try removing ${basedir}. We use it like this:

    
       
          target/jboss/conf/jboss-service.xml
       
    
    

提交回复
热议问题