Skip to content

Commit

Permalink
Add snapshot deployment of CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Oct 19, 2021
1 parent 846e067 commit 0fe0990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add a link to documentation in CLI [#137](https://github.com/nbbrd/sdmx-dl/issues/137)
- Add support of average response time in monitors [#144](https://github.com/nbbrd/sdmx-dl/issues/144)
- Add snapshot deployment of CLI

### Changed
- Rename command check.properties as check.config [#136](https://github.com/nbbrd/sdmx-dl/issues/136)
Expand Down
14 changes: 1 addition & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,22 +95,10 @@
<module>sdmx-dl-provider-ri</module>
<module>sdmx-dl-provider-connectors</module>
<module>sdmx-dl-testing</module>
<module>sdmx-dl-cli</module>
</modules>

<profiles>
<!-- Non-deployable modules -->
<profile>
<id>non-deployable-modules</id>
<activation>
<property>
<name>!nonDeployableModules</name>
</property>
</activation>
<modules>
<module>sdmx-dl-cli</module>
</modules>
</profile>

<!-- Base build java8 -->
<profile>
<id>base-java8</id>
Expand Down

0 comments on commit 0fe0990

Please sign in to comment.