liquibase using maven with two databases

后端 未结 1 1041
春和景丽
春和景丽 2021-01-06 12:43

i have the following structure to run one database from maven:


            org.liquibase
            

        
1条回答
  •  逝去的感伤
    2021-01-06 13:13

    Perhaps you could try giving an to each . Something like

    ...
    
       charm
       process-resources
       
       ...
    
    
       charm2
       process-resources
       
       ...
    
    ...
    

    If this does not work, you could update your question with the full stacktrace specifying the exact line that maven fails to validate the pom.

    0 讨论(0)
提交回复
热议问题