Enable easy installation into local Maven repo

To allow easy installation of the built artifacts into the local Maven
repository, this commit applies the Maven plugin to all Gradle
subprojects. As a result, the install task can now be used to perform
the installation
This commit is contained in:
Andy Wilkinson
2014-02-25 12:23:32 +00:00
parent 35a8831528
commit 257f47965f

View File

@@ -80,6 +80,7 @@ configure(allprojects) {
configure(subprojects) { subproject ->
apply plugin: "eclipse"
apply plugin: "maven"
jar {
manifest.attributes["Created-By"] =