發表文章

目前顯示的是 12月 27, 2018的文章

Error in pom file while converting java project to maven

圖片
0 I was converting java project to maven. I added these dependencies <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>Tippreports</groupId> <artifactId>Tippreports</artifactId> <version>0.0.1-SNAPSHOT</version> <packaging>war</packaging> <build> <sourceDirectory>src</sourceDirectory> <plugins> <plugin> <dependencies> <dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.0</version> <type>maven-plugin</type> </dependency> </dependencies> </plugin> <plugin> <dependencies> <dependen