10
プラグインの実行がライフサイクル構成の対象外(JBossas 7 EARアーキタイプ)
私はEclipse 3.7 IndigoとMaven M2E Plugin 1.0.100を使用しています。 JBoss 7.x JavaEE 6 EARアーキタイプを使用すると、EARのpomでこのエラーが発生します。 プラグインの実行がライフサイクル構成でカバーされていません:org.apache.maven.plugins:maven-ear-plugin:2.6:generate-application-xml(実行:default-generate-application-xml、フェーズ:generate-resources) <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-ear-plugin</artifactId> <version>2.6</version> <configuration> <!-- Tell Maven we are using Java EE 6 --> <version>6</version> <!-- Use Java EE ear libraries as needed. Java EE ear libraries are in easy way to package any libraries needed in …