versioneye / versioneye_maven_plugin

Maven Plugin for VersionEye
50 stars 22 forks source link

Update of versioneye.properties should be configurable #34

Closed reiz closed 9 years ago

reiz commented 9 years ago

after the goal versioneye:create the versioneye.properties file must be updated with the new project_id. If there is no versioneye.properties file it will be generated in /src/main/resources/versioneye.properties. This update should be configurable.

reiz commented 9 years ago

The update of the versioneye.properties file is now configurable in the plugin configuraiton with this tag

<updatePropertiesAfterCreate>false</updatePropertiesAfterCreate>