Skip to content

Commit

Permalink
[pom] Add property declaring Automatic-Module-Name
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangarcia414 committed Dec 30, 2018
1 parent 14f55e5 commit 8adaea6
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mybatis-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
</contributor>
</contributors>

<properties>
<module.name>org.mybatis.spring.boot.autoconfigure</module.name>
</properties>

<dependencies>
<!-- Compile dependencies -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
<artifactId>mybatis-spring-boot-sample-annotation</artifactId>
<packaging>jar</packaging>
<name>mybatis-spring-boot-sample-annotation</name>
<properties>
<module.name>org.mybatis.spring.boot.sample.annotation</module.name>
</properties>
<dependencies>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
<artifactId>mybatis-spring-boot-sample-xml</artifactId>
<packaging>jar</packaging>
<name>mybatis-spring-boot-sample-xml</name>
<properties>
<module.name>org.mybatis.spring.boot.sample.xml</module.name>
</properties>
<dependencies>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
Expand Down
3 changes: 3 additions & 0 deletions mybatis-spring-boot-starter-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
</parent>
<artifactId>mybatis-spring-boot-starter-test</artifactId>
<name>mybatis-spring-boot-starter-test</name>
<properties>
<module.name>org.mybatis.spring.boot.starter.test</module.name>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
3 changes: 3 additions & 0 deletions mybatis-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
</parent>
<artifactId>mybatis-spring-boot-starter</artifactId>
<name>mybatis-spring-boot-starter</name>
<properties>
<module.name>org.mybatis.spring.boot.starter</module.name>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
3 changes: 3 additions & 0 deletions mybatis-spring-boot-test-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
</parent>
<artifactId>mybatis-spring-boot-test-autoconfigure</artifactId>
<name>mybatis-spring-boot-test-autoconfigure</name>
<properties>
<module.name>org.mybatis.spring.boot.test.autoconfigure</module.name>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 8adaea6

Please sign in to comment.