Publish to repo folder for local testing.

This commit is contained in:
Lex Manos 2013-11-08 12:13:20 -08:00 committed by Christian
parent c272eceac8
commit d0bae88b04
2 changed files with 7 additions and 0 deletions

1
fml/.gitignore vendored
View File

@ -13,3 +13,4 @@
#occupational hazards
/eclipse
/repo/

View File

@ -95,6 +95,12 @@ uploadArchives {
}
}
}
} else {
logger.info('Publishing to repo folder')
mavenDeployer {
repository(url: 'file://localhost/' + project.file('repo').getAbsolutePath())
}
}
}
}