マルチモジュールのmavenプロジェクトがあります。私が走れば
mvn clean install
すべて正常に動作します。しかし、私が実行した場合:
mvn site
次のエラーが表示されます。
[INFO] --- maven-dependency-plugin:2.4:unpack (copy-war) @ module2 ---
[INFO] Configured Artifact: com.example:module1:1.0-SNAPSHOT:war
Unpacking path\2\module1\target\classes to path\2\module2\target\module1 with includes "" and excludes ""
org.codehaus.plexus.archiver.ArchiverException: The source must not be a directory.
mvn clean install
同じ時点で私は得る:
[INFO] --- maven-dependency-plugin:2.4:unpack (copy-war) @ module2 ---
[INFO] Configured Artifact: com.example:module1:1.0-SNAPSHOT:war
[INFO] Unpacking path\2\module1\target\module1-1.0-SNAPSHOT.war to path\2\module2\target\module1 with includes "" and excludes ""
すべてが正常に動作します。
依存関係プラグインが戦争の代わりにディレクトリを解凍したい理由はありますか?