Skip to content

Commit

Permalink
Updated pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Oct 15, 2024
1 parent 4dd3fa2 commit 70506f1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
6 changes: 2 additions & 4 deletions lsq-pkg-parent/lsq-pkg-dummy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>lsq-pkg-dummy</artifactId>
<packaging>pom</packaging>

<parent>
<groupId>org.aksw.simba.lsq</groupId>
<artifactId>lsq-pkg-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC4-SNAPSHOT</version>
</parent>

<dependencies>
Expand All @@ -23,14 +24,11 @@
<artifactId>lsq-pkg-deb-cli</artifactId>
<scope>provided</scope>
</dependency>
<!--
<dependency>
<groupId>org.aksw.simba.lsq</groupId>
<artifactId>lsq-pkg-rpm-cli</artifactId>
<type>rpm</type>
<scope>provided</scope>
</dependency>
-->
<dependency>
<groupId>org.aksw.simba.lsq</groupId>
<artifactId>lsq-pkg-docker-cli</artifactId>
Expand Down
6 changes: 4 additions & 2 deletions lsq-pkg-parent/lsq-pkg-rpm-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>lsq-pkg-rpm-cli</artifactId>
<packaging>rpm</packaging>
<packaging>jar</packaging>

<properties>
<rpm.packageName>lsq-cli</rpm.packageName>
Expand Down Expand Up @@ -41,7 +41,7 @@
<plugin>
<groupId>de.dentrassi.maven</groupId>
<artifactId>rpm</artifactId>
<extensions>true</extensions>
<!-- <extensions>true</extensions> -->

<executions>
<execution>
Expand Down Expand Up @@ -138,11 +138,13 @@
<build>
<plugins>
<!-- Needed in order for <packaging>rpm</packaging> to be recognized -->
<!--
<plugin>
<groupId>de.dentrassi.maven</groupId>
<artifactId>rpm</artifactId>
<extensions>true</extensions>
</plugin>
-->

<!-- <plugin> -->
<!-- <groupId>org.apache.maven.plugins</groupId> -->
Expand Down
2 changes: 1 addition & 1 deletion lsq-pkg-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<module>lsq-pkg-deb-cli</module>
<module>lsq-pkg-rpm-cli</module>
<module>lsq-pkg-docker-cli</module>
<!-- <module>lsq-pkg-dummy</module> -->
<module>lsq-pkg-dummy</module>
</modules>

<!--
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@
<dependency>
<groupId>org.aksw.simba.lsq</groupId>
<artifactId>lsq-pkg-rpm-cli</artifactId>
<type>rpm</type>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -475,7 +474,7 @@
<plugin>
<artifactId>jdeb</artifactId>
<groupId>org.vafer</groupId>
<version>1.9</version>
<version>1.10</version>
</plugin>
<plugin>
<groupId>de.dentrassi.maven</groupId>
Expand Down

0 comments on commit 70506f1

Please sign in to comment.