Skip to content
Merged

Copr #38

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ installdeps:
jackson-annotations \
jackson-core \
jackson-databind \
java-11-openjdk-devel \
java-21-openjdk-devel \
javapackages-tools \
make \
maven-source-plugin \
Expand Down
3 changes: 3 additions & 0 deletions vdsm-jsonrpc-java.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ This package contains the API documentation for %{name}.
# No need for maven-javadoc-plugin in RHEL8+, xmvn will take care of it.
%pom_remove_plugin :maven-javadoc-plugin client/pom.xml.in

# No need for central-publishing-maven-plugin, this is only used for deployments.
%pom_remove_plugin org.sonatype.central:central-publishing-maven-plugin pom.xml.in

%build
%configure

Expand Down