Skip to content

Commit

Permalink
Update configuration for latest obs-to-maven
Browse files Browse the repository at this point in the history
The latest obs-to-maven doesn't depend on osc anymore. However this
introduces a few changes in the configuration file.
  • Loading branch information
cbosdo committed Oct 5, 2020
1 parent 3ab3468 commit 2392f29
Showing 1 changed file with 9 additions and 28 deletions.
37 changes: 9 additions & 28 deletions java/buildconf/ivy/obs-maven-config.yaml
Expand Up @@ -14,6 +14,7 @@ artifacts:
jar: asm3-all
repository: Leap
- artifact: antlr
package: antlr-java
repository: Leap
- artifact: bcel
repository: Leap
Expand Down Expand Up @@ -76,16 +77,15 @@ artifacts:
- artifact: concurrentlinkedhashmap-lru
repository: Uyuni_Other
- artifact: dom4j
jar: dom4j-[0-9.]+
jar: dom4j
repository: Leap
- artifact: dwr
repository: Uyuni_Other
- artifact: ehcache-core
package: ehcache
repository: Uyuni_Other
- artifact: geronimo-jta-1.1-api
package: geronimo-specs
rpm: geronimo-jta-1_1
package: geronimo-jta-1_1-api
repository: Leap
- artifact: google-gson
repository: Leap
Expand All @@ -109,7 +109,6 @@ artifacts:
repository: Uyuni_Other
- artifact: httpclient
package: httpcomponents-client
rpm: httpcomponents-client-[0-9]+
jar: httpclient
repository: Leap
- artifact: httpcore
Expand Down Expand Up @@ -142,7 +141,6 @@ artifacts:
- artifact: jcommon
repository: Uyuni_Other
- artifact: jdom
rpm: jdom
repository: Leap
- artifact: joda-time
repository: Uyuni_Other
Expand Down Expand Up @@ -225,13 +223,10 @@ artifacts:
- artifact: sitemesh
repository: Uyuni_Other
- artifact: slf4j-api
rpm: slf4j-[0-9]+
package: slf4j
jar: api
repository: Leap
- artifact: slf4j-log4j12
package: slf4j
rpm: slf4j-log4j12
jar: log4j12
repository: Leap
- artifact: snakeyaml
Expand All @@ -257,7 +252,6 @@ artifacts:
- artifact: stringtree-json
repository: Uyuni_Other
- artifact: struts
rpm: struts-[0-9.]+
repository: Uyuni_Other
- artifact: taglibs-standard-impl
package: tomcat-taglibs-standard-1_2_5
Expand All @@ -276,16 +270,13 @@ artifacts:
jar: woodstox-core-asl
repository: Uyuni_Other
- artifact: xalan-j2
rpm: xalan-j2-[0-9.]+
jar: xalan-j2-[0-9.]+
repository: Leap
- artifact: xalan-j2-serializer
package: xalan-j2
rpm: xalan-j2-[0-9.]+
jar: xalan-j2-serializer
repository: Leap
- artifact: xerces-j2
rpm: xerces-j2-[0-9.]+
repository: Leap
- artifact: xmlsec
repository: Uyuni_Other
Expand All @@ -296,48 +287,38 @@ artifacts:
repository: Uyuni_Other

- artifact: jasper
package: tomcat
rpm: tomcat-lib
package: tomcat-lib
jar: jasper\.jar
repository: Leap
- artifact: jasper-el
package: tomcat
rpm: tomcat-lib
package: tomcat-lib
jar: jasper-el
repository: Leap
- artifact: tomcat-el-3.0-api
package: tomcat
rpm: tomcat-el-3_0-api
package: tomcat-el-3_0-api
jar: tomcat-el-3.0-api
repository: Leap
- artifact: tomcat-jsp-2.3-api
package: tomcat
rpm: tomcat-jsp-2_3-api
package: tomcat-jsp-2_3-api
repository: Leap
- artifact: tomcat-juli
package: tomcat
rpm: tomcat-lib
package: tomcat-lib
jar: tomcat-juli
repository: Leap
- artifact: tomcat-servlet-4.0-api
package: tomcat
rpm: tomcat-servlet-4_0-api
package: tomcat-servlet-4_0-api
repository: Leap

- artifact: hamcrest-core
package: hamcrest
rpm: hamcrest-core
repository: Leap
- artifact: hamcrest-library
package: hamcrest
rpm: hamcrest-[0-9]+
jar: hamcrest/library
repository: Leap
- artifact: junit
package: junit
repository: Leap
- artifact: ical4j
package: ical4j
rpm: ical4j-[0-9.]+
jar: ical4j
repository: Uyuni_Other

0 comments on commit 2392f29

Please sign in to comment.