次の式を使用してターゲットフォルダーを見つけるmavenプラグインを作成しました。
Maven 3.1.0 では (ローカルで) 正常に動作します。maven 3.0.4 を使用している jenkins ビルド サーバーでは失敗します。
両方の Maven バージョンと互換性のある式はありますか?
/**
* Location of the output directory.
*
* @parameter property="project.build.directory"
* @required
*/
@SuppressWarnings("UnusedDeclaration")
private File outputDirectory;