How can I force maven to package my project against 1.5?

前端 未结 2 1548
温柔的废话
温柔的废话 2020-12-17 20:02

I am trying to compile a maven project, the source code uses Generics and other featuers of Java 1.5, thus causing my build to fail

In my POM.xml I have

2条回答
提交回复
热议问题