Hi Steven, "Cannot publish pom for project ':' since it does not contain the Maven plugin install task and task ':artifactoryPublish' does not specify a custom pom path."
It seems that you dont have maven install task in your project. you can add maven plugin by add this line to your build: apply plugin: 'maven' This should solve your problem. Shay -- View this message in context: http://forums.jfrog.org/Artifactory-gradle-plugin-does-not-publish-pom-file-for-android-tp7578465p7578638.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
