This document discusses how to create a Maven-like project structure on top of Gradle builds. It describes the POM and build files used by Maven and Gradle, and how plugins can be used to configure Gradle builds to mimic the standard, two-level, and multi-level project structures supported by Maven. Specific plugins are demonstrated that allow setting the file structure, applying default behaviors from a "Gradle Super POM", and defining a project DSL to configure build properties.