versioneye / versioneye_maven_plugin

Maven Plugin for VersionEye
50 stars 22 forks source link

Project Id stored in ~/.m2/versioneye.properties #48

Closed bindul closed 8 years ago

bindul commented 8 years ago

When you run mvn com.versioneye:versioneye-maven-plugin:create at the root of a multi module project with minimal configuration in the pom.xml (apiKey, organisation, team) the versioneye.properties file is created under ~/.m2/versioneye.properties with the last project created listed there, rather than versioneye.properties in the project source root.

reiz commented 8 years ago

@bindul This was fixed with the 3.9.1 release. Please try again with version 3.9.1 and confirm that it works for you.