m2eclipseダイアログからmavenのコマンドラインにパラメータを渡す方法を知りたいです。
これは、m2eclipse を使用して構成を作成するスクリプト (バット) です。
@echo off
set HOST_NAME=localhost.fds.com
set SECURE_ASSETS_PORT=9678
title Running Legacy Application
mvn -Dhostname=%HOST_NAME% -DASSET_SERVER_URL_OVERRIDE=https://%HOST_NAME%:%SECURE_ASSETS_PORT% -Dassets.port.num=9876 -Dassets.secure.port.num=%SECURE_ASSETS_PORT jetty:run -P assets