Thanks, Mark. I see you've finally driven this plugin to its home - very cool! :)
Thanks to everyone in the Codehaus/Maven/OpenJPA communities who helped start this plugin. Best wishes, Rahul On Thu, Jan 27, 2011 at 4:52 PM, Mark Struberg <[email protected]> wrote: > Hi folks! > > For getting started, I did follow the rules for IP clearance as established > in the ASF incubator [1]. Craig or any other who are fit in this area: > please review! > > I also like to finally thank Rahul for originally starting this plugin! txs > mate! > > > > IP clearance log openjpa-maven-plugin > ===================================== > > svn log --xml > https://svn.codehaus.org/mojo/trunk/mojo/openjpa-maven-plugin | grep > author | sort |uniq -c > 5 <author>bentmann</author> > 1 <author>dantran</author> > 1 <author>dennisl</author> > 2 <author>hboutemy</author> > 1 <author>kenney</author> > 1 <author>rafale</author> > 23 <author>rahul</author> > 1 <author>Rahul</author> > 39 <author>struberg</author> > > > All committers have ASF CLAs on file. > This is the list for matching the ids: > > codehaus-id ASF-id realname > bentmann bentmann Benjamin Bentmann > dantran dantran Dan Tran > dennisl dennisl Dennis Lundberg > hboutemy hboutemy Herve Boutemy > kenney kenney Kenney Westerhof > rafale rafale Raphael Pieroni > rahul/Rahul rinku Rahul Thakur > struberg struberg Mark Struberg > > > > The following are only minor changes or got completely reverted in the > meantime: > > id: rafale > <logentry > revision="3775"> > <author>rafale</author> > <date>2007-03-26T22:04:14.309648Z</date> > <msg>Updated pom parent versions to 14 (ensuring builds are not broken by > adding dependency when needed)</msg> > </logentry> > changelog: http://fisheye.codehaus.org/changelog/mojo/?cs=3775 > IP-clearance comment: not used anymore > > > id: kenney > <logentry > revision="3527"> > <author>kenney</author> > <date>2007-03-06T00:49:48.780821Z</date> > <msg>Fix NPE</msg> > </logentry> > changelog: http://fisheye.codehaus.org/changelog/mojo/?cs=3527 > IP-clearance comment: not used anymore, got dropped with my rewrite from > cli to java native invocation. > > > id: dennisl > <logentry > revision="7003"> > <author>dennisl</author> > <date>2008-05-18T09:46:54.753907Z</date> > <msg>o Update links to Doxia APT reference.</msg> > </logentry> > changelog: http://fisheye.codehaus.org/changelog/mojo/?cs=7003 > IP-clearance comment: only changed the apt syntax link to the new position > > > id: dantran > <logentry > revision="6814"> > <author>dantran</author> > <date>2008-04-21T23:22:17.757602Z</date> > <msg>Update test to use official openjpa release 1.0.2</msg> > </logentry> > changelog: http://fisheye.codehaus.org/changelog/mojo/?cs=6814 > IP-clearance comment: only a version pump for the tests. > > > id: hboutemy > <logentry > revision="10676"> > <author>hboutemy</author> > <date>2009-09-12T12:11:16.076819Z</date> > <msg>added XML Schema reference to site.xml</msg> > </logentry> > changelog: http://fisheye.codehaus.org/changelog/mojo/?cs=10676 > IP-clearance comment: only xmlns added to the pom.xml > > <logentry > revision="10669"> > <author>hboutemy</author> > <date>2009-09-11T16:13:43.402322Z</date> > <msg>updated POM xsd location to > http://maven.apache.org/xsd/maven-4.0.0.xsd</msg> > </logentry> > changelog: http://fisheye.codehaus.org/changelog/mojo/?cs=10669 > IP-clearance comment: xsi:schemaLocation for pom schema fixed. > > > Contribution statistics: > $> find src/main/java/ -name *.java | xargs svn blame -x --ignore-eol-style > --xml | grep author | sort | uniq -c > 11 <author>bentmann</author> > 459 <author>rahul</author> > 5 <author>Rahul</author> > 561 <author>struberg</author> > > $> find src/test/java/ -name *.java | xargs svn blame -x --ignore-eol-style > --xml | grep author | sort | uniq -c > 100 <author>rahul</author> > 80 <author>struberg</author> > > $> find src/it/ -type f | grep -v .svn | xargs svn blame -x > --ignore-eol-style --xml | grep author | sort | uniq -c > 259 <author>rahul</author> > 1250 <author>struberg</author> > > > Anything missing? > > LieGrue, > strub > > > [1] http://incubator.apache.org/ip-clearance/index.html > > > > >
