答案 0 :(得分:1)
你试过这个页面吗? http://www.onehippo.org/library/development/import-a-project-into-eclipse.html
如果您有更多问题,也可以在http://www.onehippo.org/library/about/cms-forums.html
询问Hippo社区答案 1 :(得分:1)
请事先在控制台中执行以下命令:
1. mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate \
-DarchetypeRepository=https://maven.onehippo.com/maven2 \
-DarchetypeGroupId=org.onehippo.cms7 \
-DarchetypeArtifactId=hippo-project-archetype \
-DarchetypeVersion=12.0.0
当要求确认属性配置时,回答“Y”接受默认值。
2. cd myhippoproject
3. Execute this command: mvn verify
一旦成功完成。请将其作为maven项目在eclipse中导入。