Skip to content

Commit

Permalink
Allow install for store-utils & store-api modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-taman committed Apr 7, 2020
1 parent a8ca812 commit a1fec30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions store-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
<maven.surefire.plugin.version>3.0.0-M4</maven.surefire.plugin.version>
<maven.failsafe.plugin.version>3.0.0-M4</maven.failsafe.plugin.version>
<maven.install.skip>false</maven.install.skip>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

Expand Down
1 change: 1 addition & 0 deletions store-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
<maven.surefire.plugin.version>3.0.0-M4</maven.surefire.plugin.version>
<maven.failsafe.plugin.version>3.0.0-M4</maven.failsafe.plugin.version>
<maven.install.skip>false</maven.install.skip>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

Expand Down

0 comments on commit a1fec30

Please sign in to comment.