...
[15:08:57 CST(-0600)] <EricDalquist> it is uPortalDataPlugin not uportalData-maven-plugin
[15:09:31 CST(-0600)] <jwennmacher> I fixed that a bit ago. where do you see that?
[15:10:01 CST(-0600)] <jwennmacher> oh - I just saw it. uportal not uPortal
[15:10:07 CST(-0600)] <jwennmacher> ARRGGHH
[15:10:28 CST(-0600)] <EricDalquist>
[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