2 つの異なる Web アプリケーションがあり、ある戦争のいくつかのコントローラーを別の戦争に拡張したいと考えています。
プロジェクトのビルドにはmavenを使用しています。
戦争を含めるために、その依存関係を次のように指定しました
<dependency>
<groupId>com.abc.exchange</groupId>
<artifactId>employer</artifactId>
<version>2.3.M2-SNAPSHOT</version>
<type>war</type>
<scope>compile</scope>
</dependency>
クラスが見つからないという例外を与えてビルドできません。
これを達成する方法を教えてくれる体はありますか?
maven build failed というエラーが表示されます:
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project agent-war: Compilation failure: Compilation failure:
[ERROR] \projects\trunk_new\agent\src\main\java\com\platform\agent\web\AgentEmployeeController.java:[22,41] cannot find symbol
[ERROR] symbol : class EmployeeController
[ERROR] location: package com..platform.employer.web