Alfresco Maven SDK - fails if module version string ends with “-SNAPSHOT”

后端 未结 5 1738
眼角桃花
眼角桃花 2021-01-14 04:05

So I created an amp project, both repo and share, and every time I try to build or run the project it fails with:

java.lang.NoClassDefFoundError: de/schlicht         


        
5条回答
  •  不要未来只要你来
    2021-01-14 04:43

    When the mapping specified in file-mapping.properties is incorrect (not parsable by alfresco maven) then throws this error.

    I am not sure why it is not able to parse the mapping. But it throws error on:

    web/=/
    

    but not on:

    /web/=/
    

提交回复
热议问题