...
[11:43:23 CST(-0600)] <EricDalquist> and I'm happy because there are lots of poepl answering questions too
[11:44:01 CST(-0600)] <drewwills> awesome
[11:44:36 CST(-0600)] <drewwills> and fyi we are talking to a lot of folks about opportunities as well
[15:08:05 CST(-0600)] <jwennmacher> EricDalquist: When running the gpg portion of the release plug-in I get an error executing
[15:08:05 CST(-0600)] <jwennmacher> git push git@github.com:Jasig/uportalDataPlugin.git master:master
[15:08:05 CST(-0600)] <jwennmacher> ERROR: Repository not found
[15:08:05 CST(-0600)] <jwennmacher> Is there something wrong with my scm section? I don't see it. https://github.com/jameswennmacher/uPortalDataPlugin/blob/master/pom.xml
[15:08:46 CST(-0600)] <EricDalquist> the scm urls are wrong
[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