Skip to content

Commit

Permalink
dbeaver/dbeaver-vscode#36 API server build (#2967)
Browse files Browse the repository at this point in the history
* dbeaver/dbeaver-vscode#36 API server build

* dbeaver/dbeaver-vscode#36 API server build
  • Loading branch information
serge-rider authored Oct 8, 2024
1 parent e45f077 commit 9103b28
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,22 @@
<modules>
<module>bundles</module>
<module>features</module>
<module>drivers</module>
<module>test</module>

<!-- Products -->
<module>product</module>
</modules>

<profiles>
<!-- plain CB build: do not build services, drivers and other components not required by plain server -->
<profile>
<id>full-build</id>
<activation><property><name>!plain-api-server</name></property></activation>
<modules>
<module>test</module>
<module>drivers</module>
<!-- Products -->
<module>product</module>
</modules>
</profile>
</profiles>

<build>
<plugins>
<!-- Set Built-By info -->
Expand Down

0 comments on commit 9103b28

Please sign in to comment.