| | |
| | | <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> |