Hibernate 如何解决在spring工具套件ubuntu中找不到maven affuse项目父项的问题

Hibernate 如何解决在spring工具套件ubuntu中找不到maven affuse项目父项的问题,hibernate,maven,Hibernate,Maven,当我尝试执行maven命令为我的hibernate模型类生成服务和dao时,我 mvn appfuse:gen-Dentity=“ModelClassName”我得到 [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Proje

当我尝试执行maven命令为我的hibernate模型类生成服务和dao时,我

mvn appfuse:gen-Dentity=“ModelClassName”我得到

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: commons-logging:commons-logging:jar:1.1.1

Reason: Cannot find parent: org.apache.commons:commons-parent for project: commons-logging:commons-logging:jar:1.1.1 for project commons-logging:commons-logging:jar:1.1.1

我无法解决这个问题。出错的地方

将版本从1.1.1更改为1.1.3

    <dependency>
        <groupId>commons-logging</groupId>
        <artifactId>commons-logging</artifactId>
        <version>1.1.3</version>
    </dependency>

公用记录
公用记录
1.1.3