Pārlūkot izejas kodu

Use parameter for uitest Ivy repository

This allows CI builds to override the repository for Vaadin artifacts.

Change-Id: I0a85c16f1630ec8a3d29bd0ff42d7855f360ff88
tags/7.7.0.alpha1
Henri Sara pirms 8 gadiem
vecāks
revīzija
c162767ef3
2 mainītis faili ar 21 papildinājumiem un 12 dzēšanām
  1. 18
    12
      ivysettings.xml
  2. 3
    0
      uitest/build.xml

+ 18
- 12
ivysettings.xml Parādīt failu

<ivy <ivy
pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[module]-[revision](-[classifier]).pom" /> pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[module]-[revision](-[classifier]).pom" />
</filesystem> </filesystem>
<ibiblio name="vaadin-build" usepoms="true"
m2compatible="true" root="${vaadin.build.repository}" />
<chain name="vaadin-maven" returnFirst="true">
<resolver ref="local-maven" />
<resolver ref="vaadin-build" />
</chain>
</resolvers> </resolvers>
<modules> <modules>
<module organisation="com.vaadin" name="vaadin-testbench" <module organisation="com.vaadin" name="vaadin-testbench"
<module organisation="com.vaadin" name="vaadin-testbench-api" <module organisation="com.vaadin" name="vaadin-testbench-api"
resolver="vaadin-addons" /> resolver="vaadin-addons" />
<module organisation="com.vaadin" name="vaadin-buildhelpers" <module organisation="com.vaadin" name="vaadin-buildhelpers"
resolver="local-maven" />
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-root" <module organisation="com.vaadin" name="vaadin-root"
resolver="local-maven" />
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-shared" <module organisation="com.vaadin" name="vaadin-shared"
resolver="local-maven" />
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-server" <module organisation="com.vaadin" name="vaadin-server"
resolver="local-maven" />
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-client" <module organisation="com.vaadin" name="vaadin-client"
resolver="local-maven" />
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-client-compiler" <module organisation="com.vaadin" name="vaadin-client-compiler"
resolver="local-maven" />
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-client-compiled" <module organisation="com.vaadin" name="vaadin-client-compiled"
resolver="local-maven" />
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-themes" <module organisation="com.vaadin" name="vaadin-themes"
resolver="local-maven" />
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-push" <module organisation="com.vaadin" name="vaadin-push"
resolver="local-maven" />
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-widgets" <module organisation="com.vaadin" name="vaadin-widgets"
resolver="local-maven" />
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-bom" <module organisation="com.vaadin" name="vaadin-bom"
resolver="local-maven" />
resolver="vaadin-maven" />
<module organisation="com.vaadin" name="vaadin-liferay" <module organisation="com.vaadin" name="vaadin-liferay"
resolver="local-maven" />
resolver="vaadin-maven" />
</modules> </modules>





+ 3
- 0
uitest/build.xml Parādīt failu

<property name="result.war" <property name="result.war"
location="${result.dir}/lib/${module.name}-${vaadin.version}.war" /> location="${result.dir}/lib/${module.name}-${vaadin.version}.war" />


<!-- Need to give a default value to keep Ivy happy -->
<property name="vaadin.build.repository" value="http://maven.vaadin.com/vaadin-prerelease"/>

<path id="classpath.compile.custom"> <path id="classpath.compile.custom">
</path> </path>



Notiek ielāde…
Atcelt
Saglabāt