Maven: resource binary changes file size after build

后端 未结 3 1494
感情败类
感情败类 2020-11-30 06:51

I am using the appengine-maven-plugin to build my Java Google App Engine project.

I include .p12 certificates in a WEB-INF sub-folder

When I build my applica

3条回答
  •  臣服心动
    2020-11-30 07:24

    I solved the problem by moving '.p12' file one directory up. So instead of keeping it in WEB-INF, I moved it up to 'webapp' directory. No filtering happens there.

提交回复
热议问题