autopsy-flatpak/Experimental/ivysettings.xml
Greg DiCristofaro 08421a6035 include jar type
2022-04-08 12:27:23 -04:00

12 lines
464 B
XML

<ivysettings>
<settings defaultResolver="main"/>
<resolvers>
<chain name="main">
<ibiblio name="central" root="https://repo1.maven.org/maven2" m2compatible="true"/>
<ibiblio name="ibiblio" m2compatible="true"/>
<ibiblio name="xerial" m2compatible="true" root="http://www.xerial.org/maven/repository/snapshot" />
</chain>
</resolvers>
<property name="packaging.type" value="jar" />
</ivysettings>