Repository: flex-sdk Updated Branches: refs/heads/develop d103170c3 -> 4ee77c581
try removing slash. Maven suddenly seems to care? Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/4ee77c58 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/4ee77c58 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/4ee77c58 Branch: refs/heads/develop Commit: 4ee77c581a9ee84a25bb86b3eb828b8ea6e40f48 Parents: d103170 Author: Alex Harui <[email protected]> Authored: Fri Jan 29 06:44:24 2016 -0800 Committer: Alex Harui <[email protected]> Committed: Fri Jan 29 06:44:24 2016 -0800 ---------------------------------------------------------------------- modules/downloads.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4ee77c58/modules/downloads.xml ---------------------------------------------------------------------- diff --git a/modules/downloads.xml b/modules/downloads.xml index ecaadcd..dba18fe 100644 --- a/modules/downloads.xml +++ b/modules/downloads.xml @@ -613,7 +613,7 @@ <target name="blazeds-jar" depends="blazeds-jar-check" unless="blazeds.jar.exists" description="Downloads and copies flex-messaging.jar to the lib directory."> - <get src="${maven.search.url}/org/apache/flex/blazeds/${blazeds.name}/${blazeds.version}/${blazeds.name}-${blazeds.version}.jar" + <get src="${maven.search.url}org/apache/flex/blazeds/${blazeds.name}/${blazeds.version}/${blazeds.name}-${blazeds.version}.jar" dest="${download.dir}/flex-messaging-common.jar" verbose="false"/>
