test-portletでは
- /aipoでアクセスする
- テンプレートファイルに/jaフォルダが存在する
など、最新版のAipoのmasterと差が大きくなってきたのでAipoのmasterをベースに作りなおしをしました。
基本aipoのmasterからのコピーになりますが、testポートレット関連に関して調整をしています。
## portlets/test/フォルダ内の調整
https://github.com/aipocom/test-portlet/tree/master/portlets/test
cayenneのeip_t_test関連の設定反映
https://github.com/aipocom/test-portlet/blob/master/oms/src/main/webapp/WEB-INF/SharedDomainMap.map.xml
https://github.com/aipocom/test-portlet/tree/master/oms/src/main
データベースの接続先は「aipo_test」のままにしておく
https://github.com/aipocom/test-portlet/blob/master/oms/src/main/webapp/WEB-INF/datasource/dbcp-org001.properties
testモジュールもビルド対象に追加
https://github.com/aipocom/test-portlet/blob/master/portlets/pom.xml#L62
javascriptの圧縮にtestのform.jsを追加
https://github.com/aipocom/test-portlet/blob/master/war/pom.xml#L196