jaxb2-maven-plugin only executing first execution

前端 未结 1 1834
旧时难觅i
旧时难觅i 2021-01-17 12:23

I\'m trying to convert multiple XSDs to POJOs in different packages using JAXB using the jaxb-maven plugin. I\'ve set it up to use multiple execution blocks, the first execu

1条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-17 12:28

    Fixed it by upgrading to version 1.6

     
        org.codehaus.mojo 
        jaxb2-maven-plugin 
        1.6 
    
    

    and

    
    
        org.codehaus.mojo
        jaxb2-maven-plugin
        1.6
        ....
    

    Fixed in version 1.6, in version 1.5 all execution blocks were using the same staleFile: http://jira.codehaus.org/browse/MJAXB-8

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