<artifact
pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" />
</filesystem>
- <dual name="custom-smartsprites">
- <url name="smartsprites-ivy">
- <ivy
- pattern="http://vaadin.com/download/external/[module]-ivy-[revision].xml" />
- </url>
- <url name="smartsprites-artifact">
- <artifact
- pattern="http://vaadin.com/download/external/[artifact](-[revision]).[ext]" />
- </url>
- </dual>
<filesystem name="build-temp">
<ivy
pattern="${ivy.settings.dir}/result/artifacts/[revision]/[module]/ivy-[revision].xml" />
</filesystem>
</resolvers>
<modules>
- <!-- Custom SmartSprites until 0.2.10 is released -->
- <module organisation="com.carrotsearch" name="smartsprites"
- revision="0.2.10-vaadin" resolver="custom-smartsprites" />
<module organisation="com.vaadin" name="vaadin-buildhelpers"
resolver="build-temp" />
<module organisation="com.vaadin" name="vaadin-shared"
<!-- Internally used, for now -->
<dependency org="com.carrotsearch" name="smartsprites"
- rev="0.2.10-vaadin" />
+ rev="0.2.10" />
<!-- Use the same commons-io as the rest of the project -->
<override org="commons-io" module="commons-io" rev="2.2" />
</dependencies>