Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 19888

Blog post: Names in java, maven, and gradle

$
0
0

Hi Ned.

Thank you for sharing your blog post here. I was fighting with the naming as well when I recently wrote my first Gradle plugin.
One reason why gradle might be useful as part of the plugin id is the folder structure which is generated when the plugin is deployed locally (mavenLocal) or remote.

├── com
│   └── acme
│       └── gradle
│           └── foo-gradle-plugin

Here it is somewhat useful to have a separation between different categories of projects. One could actually replace gradle with plugins to group all plugins in the same tree path.

Cheers, John


Viewing all articles
Browse latest Browse all 19888

Trending Articles