Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大家好,我想将我的 .jar 文件导出antlib.xml到我的 .jar 文件中,maven但我不知道该怎么做。有人可以引导我进入处理这个问题的正确方向。提前致谢。
antlib.xml
maven
假设antlib.xml是您的 maven 项目中的一个文件,并且my.jar是该项目创建的工件,并且通过导出您的意思是您希望它antlib.xml在 jar 中可用,那么您可以通过将其放在src/main/resources项目的文件夹中来做到这一点。
my.jar
src/main/resources