Projects
openEuler:24.03:SP1:Everything
bytelist
_service:tar_scm:0001-add-dependency-package.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:0001-add-dependency-package.patch of Package bytelist
From b6676a64cf6b27fdadd2c216d0bf86fe1ce9fcf5 Mon Sep 17 00:00:00 2001 From: wang--ge <wang__ge@126.com> Date: Wed, 17 May 2023 16:58:50 +0800 Subject: [PATCH] add dependency package --- pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/pom.xml b/pom.xml index 57edaed..d13bc8b 100644 --- a/pom.xml +++ b/pom.xml @@ -122,6 +122,37 @@ </archive> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <version>3.2.0</version> + <executions> + <execution> + <phase>prepare-package</phase> + <goals> + <goal>copy</goal> + </goals> + <configuration> + <artifactItems> + <artifactItem> + <groupId>org.jruby.jcodings</groupId> + <artifactId>jcodings</artifactId> + <version>1.0.9</version> + <overWrite>false</overWrite> + <outputDirectory>${project.build.directory}</outputDirectory> + </artifactItem> + <artifactItem> + <groupId>org.jruby.joni</groupId> + <artifactId>joni</artifactId> + <version>2.1.3</version> + <overWrite>false</overWrite> + <outputDirectory>${project.build.directory}</outputDirectory> + </artifactItem> + </artifactItems> + </configuration> + </execution> + </executions> + </plugin> </plugins> </build> </project> -- 2.33.0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2