Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[15:10:28 CST(-0600)] <EricDalquist> (smile)

[15:36:04 CST(-0600)] <jwennmacher> minor question. What's the preferred naming convention. The plug-in in git is uPortalDataMavenPlugin (u-capitalP). I was about to change the artifactID from uportalData-maven-plugin to uPortalData-maven-plugin to match case. Some other places use uportal*. Thoughts? Not worth much effort or time, but thought I'd ask

[15:36:32 CST(-0600)] <EricDalquist> I generally do all lowercase maven ids

[15:37:02 CST(-0600)] <jwennmacher> so uportaldata

[15:37:09 CST(-0600)] <EricDalquist> yeah

[15:37:15 CST(-0600)] <EricDalquist> or uportal-data

[15:37:36 CST(-0600)] <jwennmacher> I'll do the former to match the plug-in naming convention

[15:37:39 CST(-0600)] <jwennmacher> OK

[15:37:50 CST(-0600)] <holdorph> if you do a quick query through your personal repository it confirms EricDalquist's feeling

[15:38:05 CST(-0600)] <holdorph> find ~/.m2/repository -type f -print

[15:38:18 CST(-0600)] <holdorph> very few capital letters over here

[15:38:37 CST(-0600)] <holdorph> and my ~/.m2 dir is 7 gigs

[15:38:56 CST(-0600)] <jwennmacher> Great. Thanks for the suggestions