【发布时间】:2013-10-30 11:23:15
【问题描述】:
我正在尝试使用 Coherence 从 maven 原型创建项目
但是,当我执行时
mvn archetype:generate
-DarchetypeGroupId=com.oracle.coherence
-DarchetypeArtifactId=maven-gar-archetype
-DarchetypeVersion=12.1.2-0-0
-DgroupId=org.mycompany
-DartifactId=my-gar-project
-Dversion=1.0-SNAPSHOT
我收到以下错误:
无法在项目standalone-pom上执行目标org.apache.maven.plugins:maven-archetype-plugin:2.2:generate (default-cli):所需的原型不存在(com.oracle.coherence:maven- gar-archetype:12.1.2-0-0)
还有其他配置可以使用吗?
【问题讨论】:
-
似乎正确基于:ateam-oracle.com/new-maven-support-in-fusion-middleware-12-1-2 和 docs.oracle.com/middleware/1212/core/MAVEN/… 我唯一的猜测是正确的 jar 文件不在你的类路径中
标签: maven weblogic maven-3 weblogic12c oracle-coherence