mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Prashant
04.24.2025 a5a5ab8aa825f307f47cab8ea3b90544e988d44c
opendj-packages/opendj-docker/pom.xml
@@ -74,16 +74,16 @@
            <execution>
              <phase>prepare-package</phase>
              <configuration>
                <tasks>
                <target>
                   <zip basedir="${project.build.directory}" destfile="${project.build.directory}/Dockerfile.zip" includes="opendj-docker/**">
                        <fileset dir="${basedir}">
                        <include name="Dockerfile*" />
                        <include name="../opendj-openshift-template/*.yaml" />
                        <include name="Dockerfile*" />
                        <include name="../opendj-openshift-template/*.yaml" />
                           <include name="bootstrap/**" />
                           <include name="run.sh" />
                  </fileset>
                     </zip>
                </tasks>
                </target>
              </configuration>
              <goals>
                <goal>run</goal>