Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release-5u25' into v5-main
Browse files Browse the repository at this point in the history
  • Loading branch information
kankichi00 committed Sep 27, 2024
2 parents 0802389 + 324abfd commit d953a3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,10 @@ Gitを使用しない場合、最新のタグからzipをダウンロードし
$cd nablarch-example-mom-testing-common
$mvn clean install

#### 3.2. データベースのセットアップ及びエンティティクラスの作成
続いて、データベースのセットアップ及びエンティティクラスの作成を行います。以下のコマンドを実行してください。
#### 3.2. アプリケーションのビルド
続いて、データベースのセットアップとnablarch-example-mom-sync-receiveのビルドを行います。以下のコマンドを実行してください。

$cd ../nablarch-example-mom-sync-receive
$mvn clean generate-resources

#### 3.3. アプリケーションのビルド
次に、nablarch-example-mom-sync-receiveをビルドします。以下のコマンドを実行してください。

$mvn package

※Windowsのコマンドプロンプトから実行した際にVMがクラッシュする場合は `mvn package > log-file.log` のようにログ出力をリダイレクトしてください。
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.nablarch.example</groupId>
<artifactId>nablarch-example-mom-sync-receive</artifactId>
<version>5u24</version>
<version>5u25</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.nablarch.profile</groupId>
<artifactId>nablarch-bom</artifactId>
<version>5u24</version>
<version>5u25</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -54,7 +54,7 @@
<dependency>
<groupId>com.nablarch.example</groupId>
<artifactId>nablarch-example-mom-testing-common</artifactId>
<version>5u24</version>
<version>5u25</version>
<scope>runtime</scope>
</dependency>

Expand Down Expand Up @@ -162,7 +162,7 @@
<plugin>
<groupId>jp.co.tis.gsp</groupId>
<artifactId>gsp-dba-maven-plugin</artifactId>
<version>4.6.0</version>
<version>4.7.0</version>
<configuration>
<adminUser>${db.adminUser}</adminUser>
<adminPassword>${db.adminUser}</adminPassword>
Expand Down

0 comments on commit d953a3a

Please sign in to comment.