最近使用maven打包的时候 老是提示不支持泛型,找了我半天。
最后在自己的pom.xml中的发现compiler 没有指定编译的版本,所以 导致maven使用默认的编译版本1.3进行编译 而 jdk 1.3又不支持泛型导致报错。 后面,指定jdk版本后重新编译就没有问题了。
之前的配置如下:
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.5.1</version> <configuration> <encoding>${project.build.sourceEncoding}</encoding> </configuration> </plugin>
更改后的配置:
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.5.1</version> <configuration> <source>1.6</source> <target>1.6</target> <encoding>${project.build.sourceEncoding}</encoding> </configuration> </plugin>
[INFO] Compiling 24 source files to D:\java\work\workspace\midea-entity\target\classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
D:\java\work\workspace\midea-entity\src\main\java\com\hailong\midea\entity\param\PageParamEntity.java:[21,13] -source 1.3 中不支持泛型
(请使用 -source 5 或更高版本以启用泛型)
private List<?> condition;
D:\java\work\workspace\midea-entity\src\main\java\com\hailong\midea\entity\paging\PagingEntity.java:[17,25] -source 1.3 中不支持泛型
(请使用 -source 5 或更高版本以启用泛型)
public class PagingEntity<T extends Entity> implements Serializable{
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Tue Jul 15 19:51:41 CST 2014
[INFO] Final Memory: 8M/21M
[INFO] ------------------------------------------------------------------------
相关推荐
maven-antrun-plugin-1.3.jar maven-antrun-plugin-1.3.jar maven-antrun-plugin-1.3.jar
maven-findbugs-plugin-1.3.jar
`maven-compiler-plugin-3.8.0-source-release` 是 Maven 生态系统中不可或缺的一部分,它提供了可靠的源代码编译功能,使得开发者能够专注于编写代码,而无需关心构建过程的细节。通过理解 Maven 插件的工作原理和...
赠送jar包:hamcrest-library-1.3.jar; 赠送原API文档:hamcrest-library-1.3-javadoc.jar; 赠送源代码:hamcrest-library-1.3-sources.jar; 赠送Maven依赖信息文件:hamcrest-library-1.3.pom; 包含翻译后的API...
maven-js-plugin-1.3.jar
`maven-settings`、`maven-plugin-api`、`maven-repository-metadata`、`maven-aether-provider`、`maven-model`和`maven-artifact`这些文件名暗示了它们分别是Maven的配置、API、仓库元数据、Aether库(用于仓库...
maven-scm-plugin-1.3.jar
maven-replacer-plugin-1.3.jar
maven-pom-plugin-1.3.jar
maven-invoker-plugin-1.3.jar
maven-maven-plugin-1.3.jar
maven-pdfreport-plugin-1.3-sources.jar
maven-flex2-plugin-1.3-sources.jar
赠送jar包:commons-exec-1.3.jar; 赠送原API文档:commons-exec-1.3-javadoc.jar; 赠送源代码:commons-exec-1.3-sources.jar; 赠送Maven依赖信息文件:commons-exec-1.3.pom; 包含翻译后的API文档:commons-...
maven-was40-plugin-1.3.jar
maven-pdfreport-plugin-1.3.jar
maven-javanet-plugin-1.3.jar
maven-javaapp-plugin-1.3.jar
maven-cruisecontrol-plugin-1.3.jar
maven-testlol-plugin-1.3-sources.jar