Skip to content

Commit

Permalink
feat (jkube-kit) : Bootstrap JKube BuildPack build service module (ec…
Browse files Browse the repository at this point in the history
…lipse-jkube#2454)

This module would contain all the required classes for BuildPack related
classes like BuildPackCLIController, BuildPackBuildCommand,
BuildPackCLIDownloader etc.

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
  • Loading branch information
rohanKanojia committed Nov 27, 2023
1 parent 031bca4 commit 79ea391
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
33 changes: 33 additions & 0 deletions jkube-kit/build/service/buildpacks/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2019 Red Hat, Inc.
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
which is available at:
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
Red Hat, Inc. - initial API and implementation
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-parent</artifactId>
<version>1.16-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

<artifactId>jkube-kit-build-service-buildpacks</artifactId>

<name>JKube Kit :: Build :: Service :: Buildpacks</name>

<dependencies>
</dependencies>
</project>
1 change: 1 addition & 0 deletions jkube-kit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<module>config/resource</module>
<module>config/service</module>
<module>build/api</module>
<module>build/service/buildpacks</module>
<module>build/service/docker</module>
<module>build/service/jib</module>
<module>generator/api</module>
Expand Down

0 comments on commit 79ea391

Please sign in to comment.