versioneye / versioneye_maven_plugin

Maven Plugin for VersionEye
50 stars 22 forks source link

The name of the versioneye project should be configurable #40

Closed reiz closed 9 years ago

reiz commented 9 years ago

Currently the maven plugin takes the name attribute from the pom as name for the new project on VersionEye. If the name attribute is not set in the pom.xml file it takes the artifact_id attribute.

This behaviour should be configurable. Some customers would like to have the full group_id / artifact_id as default name for their projects.