Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 创建webstart项目时Maven中的项目生成错误_Java_Eclipse_Maven - Fatal编程技术网

Java 创建webstart项目时Maven中的项目生成错误

Java 创建webstart项目时Maven中的项目生成错误,java,eclipse,maven,Java,Eclipse,Maven,在eclipse中使用maven创建JavaWebStart项目时,我遇到以下错误 Project build error: Non-resolvable parent POM:Failure to find org.jbundle.util.webapp:jbundle-util-webapp-parent:pom:0.7.2 in http://repo.maven.apache.org/maven2 was cached in local respository, resolution

在eclipse中使用maven创建JavaWebStart项目时,我遇到以下错误

Project build error: Non-resolvable parent POM:Failure to find 
org.jbundle.util.webapp:jbundle-util-webapp-parent:pom:0.7.2 in
http://repo.maven.apache.org/maven2 was cached in local respository,
resolution will not be reattempted until the update interval of central
had elapsed or updates are forced and 'parent.relativePath' points at wrong
local POM.
请帮助我,我无法理解该怎么做

找不到父pom
The parent pom is not found
1.you can try to remove the parent pom (if you don't have any dependency ) 
2.add the parent pom 

<parent>
<groupId>com.test</groupId>
<artifactId>TestProject</artifactId>
<version>1.5.3-RELEASE</version>
</parent>

root
|-- parent-pom
|   |-- branches
|   |-- tags
|   `-- trunk
|       `-- pom.xml
`-- projectA
    |-- branches
    |-- tags
    `-- trunk
        |-- module1
        |   `-- pom.xml
        |-- moduleN
        |   `-- pom.xml
        `-- pom.xml
1.您可以尝试删除父pom(如果您没有任何依赖项) 2.添加父pom com.test 测试项目 1.5.3-发布 根 |--母体聚甲醛 ||——分支机构 ||--标签 |”“树干 |`--pom.xml `--项目A |--分支机构 |--标签 `--树干 |--模块1 |`--pom.xml |--模块化 |`--pom.xml `--pom.xml
能否向我们提供您正在使用的pom的开头?似乎您对元素有问题。它可能指向不正确或不存在的目录或文件。请参阅