From 7cfd0304154ed36f395e678c694ca3dffb73f81d Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@3a-systems.ru>
Date: Tue, 19 Apr 2022 13:05:44 +0000
Subject: [PATCH] Migrate release from Travis to GitHub (#217)
---
opendj-packages/pom.xml | 16 +++++++++++++---
1 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/opendj-packages/pom.xml b/opendj-packages/pom.xml
index 3b406bc..da6cc4a 100644
--- a/opendj-packages/pom.xml
+++ b/opendj-packages/pom.xml
@@ -43,9 +43,9 @@
<profiles>
<profile>
- <id>distribution</id>
+ <id>distribution-unix</id>
<activation>
- <activeByDefault>false</activeByDefault>
+ <os><family>unix</family></os>
</activation>
<modules>
<module>../opendj-doc-generated-ref</module>
@@ -53,7 +53,17 @@
<module>opendj-rpm</module>
<module>opendj-svr4</module>
<module>opendj-msi</module>
- <module>opendj-docker</module>
+ <module>opendj-docker</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>distribution-windows</id>
+ <activation>
+ <os><family>windows</family></os>
+ </activation>
+ <modules>
+ <module>opendj-msi</module>
+ <module>opendj-docker</module>
</modules>
</profile>
</profiles>
--
Gitblit v1.10.0