Skip to content

Commit

Permalink
Add automatic module names
Browse files Browse the repository at this point in the history
  • Loading branch information
beikov committed Feb 2, 2021
1 parent cdde794 commit c1a35ef
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

<artifactId>blaze-expression-core-api</artifactId>

<properties>
<module.name>com.blazebit.expression.core</module.name>
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
4 changes: 4 additions & 0 deletions core/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

<artifactId>blaze-expression-core-impl</artifactId>

<properties>
<module.name>com.blazebit.expression.core.impl</module.name>
</properties>

<dependencies>
<dependency>
<groupId>org.antlr</groupId>
Expand Down
4 changes: 4 additions & 0 deletions declarative/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

<artifactId>blaze-expression-declarative-api</artifactId>

<properties>
<module.name>com.blazebit.expression.declarative</module.name>
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
1 change: 1 addition & 0 deletions declarative/entity-view/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<artifactId>blaze-expression-declarative-entity-view</artifactId>

<properties>
<module.name>com.blazebit.expression.declarative.view</module.name>
<version.hibernate>5.4.6.Final</version.hibernate>
</properties>

Expand Down
4 changes: 4 additions & 0 deletions declarative/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

<artifactId>blaze-expression-declarative-impl</artifactId>

<properties>
<module.name>com.blazebit.expression.declarative.impl</module.name>
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
4 changes: 4 additions & 0 deletions declarative/persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

<artifactId>blaze-expression-declarative-persistence</artifactId>

<properties>
<module.name>com.blazebit.expression.declarative.persistence</module.name>
</properties>

<dependencies>
<dependency>
<groupId>javax</groupId>
Expand Down
4 changes: 4 additions & 0 deletions editor/monaco/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

<artifactId>blaze-expression-editor-monaco</artifactId>

<properties>
<module.name>com.blazebit.expression.editor.monaco</module.name>
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
4 changes: 4 additions & 0 deletions examples/web-editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<artifactId>blaze-expression-examples-web-editor</artifactId>
<packaging>war</packaging>

<properties>
<module.name>com.blazebit.expression.examples.web.editor</module.name>
</properties>

<dependencies>
<dependency>
<groupId>javax</groupId>
Expand Down
4 changes: 4 additions & 0 deletions persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

<artifactId>blaze-expression-persistence</artifactId>

<properties>
<module.name>com.blazebit.expression.persistence</module.name>
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit c1a35ef

Please sign in to comment.