forked from uyuni-project/uyuni
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use obs-to-maven rather than ramrod repos in spacewalk-search. Also fix the eclipse project setting.
- Loading branch information
Showing
6 changed files
with
98 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
search-server/spacewalk-search/buildconf/eclipse.classpath
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src/java"/> | ||
<classpathentry kind="src" path="src/config"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> | ||
<attributes> | ||
<attribute name="module" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=spacewalk-search&ivyXmlPath=ivy.xml&confs=*&ivySettingsPath=buildconf%2Fivyconf.xml&loadSettingsOnDemand=false&ivyUserDir=&propertyFiles=&acceptedTypes=jar%2Cbundle%2Cejb%2Cmaven-plugin&alphaOrder=false&resolveInWorkspace=false&transitiveResolve=true&readOSGiMetadata=false&retrievedClasspath=true&retrievedClasspathPattern=lib%2F%5Bartifact%5D-%5Brevision%5D.%5Bext%5D&retrievedClasspathSync=true&retrievedClasspathTypes=jar"/> | ||
<classpathentry kind="output" path="build/classes"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
<ivysettings> | ||
<settings defaultResolver="default" /> | ||
<settings defaultResolver="central" /> | ||
<resolvers> | ||
<url name="default"> | ||
<artifact pattern="http://ramrod.mgr.suse.de/ivy/[artifact]-[revision].[ext]" /> | ||
</url> | ||
<filesystem name="suse" m2compatible="true" local="true"> | ||
<artifact pattern="${ivy.conf.dir}/repository/[organization]/[artifact]/[revision]/[artifact]-[revision].[ext]" /> | ||
</filesystem> | ||
<ibiblio name="central" m2compatible="true"/> | ||
</resolvers> | ||
<modules> | ||
<module organisation="suse" name="*" resolver="suse"/> | ||
</modules> | ||
</ivysettings> |
50 changes: 50 additions & 0 deletions
50
search-server/spacewalk-search/buildconf/obs-maven-config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
repositories: | ||
Leap: | ||
project: openSUSE:Leap:15.1 | ||
repository: standard | ||
Uyuni_Other: | ||
project: systemsmanagement:Uyuni:Master:Other | ||
repository: openSUSE_Leap_15.1 | ||
Uyuni: | ||
project: systemsmanagement:Uyuni:Master | ||
repository: openSUSE_Leap_15.1 | ||
artifacts: | ||
- artifact: simple-core | ||
# How comes that package is not noarch? | ||
arch: x86_64 | ||
jar: simple-core | ||
repository: Uyuni_Other | ||
- artifact: lucene-core | ||
jar: lucene-core | ||
package: lucene | ||
repository: Uyuni_Other | ||
- artifact: lucene-analyzers | ||
jar: lucene-analyzers | ||
package: lucene | ||
repository: Uyuni_Other | ||
- artifact: commons-lang3 | ||
package: apache-commons-lang3 | ||
repository: Leap | ||
- artifact: commons-logging | ||
package: apache-commons-logging | ||
jar: apache-commons-logging\.jar | ||
repository: Leap | ||
- artifact: redstone-xmlrpc | ||
jar: redstone-xmlrpc-[0-9.]+ | ||
repository: Uyuni_Other | ||
- artifact: mybatis | ||
package: apache-mybatis | ||
repository: Uyuni_Other | ||
- artifact: quartz | ||
repository: Uyuni | ||
- artifact: log4j | ||
repository: Leap | ||
- artifact: nutch-core | ||
jar: nutch-core | ||
repository: Uyuni_Other | ||
- artifact: c3p0 | ||
repository: Uyuni_Other | ||
- artifact: picocontainer | ||
repository: Uyuni_Other | ||
- artifact: hadoop | ||
repository: Uyuni_Other |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters