Maven creates an empty Pom.xml -
i'm trying create maven project.
file - new project - maven. archetype not indicate.
then standard: groupid , artifactid. project created empty pom.xml
java installed:
java -version java version "1.8.0_144" java(tm) se runtime environment (build 1.8.0_144-b01) java hotspot(tm) 64-bit server vm (build 25.144-b01, mixed mode)
maven installed:
mvn -version apache maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04- 04t01:39:06+06:00) maven home: d:\apache_maven\bin\.. java version: 1.8.0_144, vendor: oracle corporation java home: c:\program files\java\jdk1.8.0_144\jre default locale: ru_ru, platform encoding: cp1251 os name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
i don't know why you're seeing empty pom.xml
.
i can offer alternate solution:
- use maven quickstart archetype (maybe command line)
- import resulting pom.xml project / create new project generated pom.xml.
Comments
Post a Comment