Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 77281 invoked from network); 17 Nov 2007 01:11:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Nov 2007 01:11:14 -0000 Received: (qmail 32749 invoked by uid 500); 17 Nov 2007 01:10:59 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 32686 invoked by uid 500); 17 Nov 2007 01:10:59 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 32677 invoked by uid 99); 17 Nov 2007 01:10:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Nov 2007 17:10:59 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [72.14.202.183] (HELO ro-out-1112.google.com) (72.14.202.183) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Nov 2007 01:10:49 +0000 Received: by ro-out-1112.google.com with SMTP id d36so815322roh for ; Fri, 16 Nov 2007 17:10:41 -0800 (PST) Received: by 10.115.79.1 with SMTP id g1mr715973wal.1195261840843; Fri, 16 Nov 2007 17:10:40 -0800 (PST) Received: by 10.114.73.5 with HTTP; Fri, 16 Nov 2007 17:10:40 -0800 (PST) Message-ID: <935068bf0711161710r6eefe493sfbbd8602528f9cb3@mail.gmail.com> Date: Sat, 17 Nov 2007 12:10:40 +1100 From: "Dion Gillard" To: "Jakarta Commons Developers List" Subject: Re: svn commit: r595632 - in /commons/proper/jexl/trunk: pom.xml src/assembly/ src/assembly/bin.xml src/assembly/src.xml src/site/ src/site/resources/ src/site/resources/images/ src/site/site.xml In-Reply-To: <473DD88F.2030200@mvdb.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071116114303.9C12A1A9832@eris.apache.org> <935068bf0711160503y6de0b20bm7a55bff64576711b@mail.gmail.com> <473DD88F.2030200@mvdb.net> X-Virus-Checked: Checked by ClamAV on apache.org I figure that things are going to get missed since there's been little to no discussion I can recall in recent times on how, what, when it's happening. As a start: - Shouldn't things like the changes plugin issue management URL be in the parent POM? - Is there a working Javacc 4.0 plugin for mvn? Dion On 11/17/07, Martin van den Bemt wrote: > Do you anticipate complications with a move ? > > Mvgr, > Martin > > Dion Gillard wrote: > > Hi all, > > > > is there a mandate for an m2 build for commons? > > > > On 11/16/07, niallp@apache.org wrote: > >> Author: niallp > >> Date: Fri Nov 16 03:42:56 2007 > >> New Revision: 595632 > >> > >> URL: http://svn.apache.org/viewvc?rev=595632&view=rev > >> Log: > >> Add m2 build > >> > >> Added: > >> commons/proper/jexl/trunk/pom.xml (with props) > >> commons/proper/jexl/trunk/src/assembly/ > >> commons/proper/jexl/trunk/src/assembly/bin.xml (with props) > >> commons/proper/jexl/trunk/src/assembly/src.xml (with props) > >> commons/proper/jexl/trunk/src/site/ > >> commons/proper/jexl/trunk/src/site/resources/ > >> commons/proper/jexl/trunk/src/site/resources/images/ > >> - copied from r595528, commons/proper/jexl/trunk/xdocs/images/ > >> commons/proper/jexl/trunk/src/site/site.xml (with props) > >> > >> Added: commons/proper/jexl/trunk/pom.xml > >> URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=595632&view=auto > >> ============================================================================== > >> --- commons/proper/jexl/trunk/pom.xml (added) > >> +++ commons/proper/jexl/trunk/pom.xml Fri Nov 16 03:42:56 2007 > >> @@ -0,0 +1,167 @@ > >> + > >> + > >> + >> + xmlns="http://maven.apache.org/POM/4.0.0" > >> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > >> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> > >> + > >> + org.apache.commons > >> + commons-parent > >> + 5 > >> + > >> + 4.0.0 > >> + commons-jexl > >> + commons-jexl > >> + 1.1.1-SNAPSHOT > >> + Commons JEXL > >> + 2003 > >> + Jexl is an implementation of the JSTL Expression Language with extensions. > >> + http://commons.apache.org/jexl/ > >> + > >> + > >> + jira > >> + http://issues.apache.org/jira/browse/JEXL > >> + > >> + > >> + > >> + scm:svn:http://svn.apache.org/repos/asf/commons/proper/jexl/trunk > >> + scm:svn:https://svn.apache.org/repos/asf/commons/proper/jexl/trunk > >> + http://svn.apache.org/viewvc/commons/proper/jexl/trunk > >> + > >> + > >> + > >> + > >> + dIon Gillard > >> + dion > >> + dion@apache.org > >> + Apache Software Foundation > >> + > >> + > >> + Geir Magnusson Jr. > >> + geirm > >> + geirm@apache.org > >> + independent > >> + > >> + > >> + Tim O'Brien > >> + tobrien > >> + tobrien@apache.org > >> + independent > >> + > >> + > >> + Peter Royal > >> + proyal > >> + proyal@apache.org > >> + Apache Software Foundation > >> + > >> + > >> + James Strachan > >> + jstrachan > >> + jstrachan@apache.org > >> + SpiritSoft, Inc. > >> + > >> + > >> + Rahul Akolkar > >> + rahul > >> + rahul AT apache.org > >> + Apache Software Foundation > >> + > >> + > >> + > >> + > >> + > >> + commons-logging > >> + commons-logging > >> + 1.0.4 > >> + > >> + > >> + junit > >> + junit > >> + 3.8.1 > >> + true > >> + > >> + > >> + > >> + > >> + src/java > >> + src/test > >> + > >> + > >> + . > >> + META-INF > >> + > >> + NOTICE.txt > >> + LICENSE.txt > >> + > >> + > >> + > >> + > >> + > >> + org.apache.maven.plugins > >> + maven-surefire-plugin > >> + > >> + > >> + **/Test*.java > >> + > >> + > >> + > >> + > >> + maven-assembly-plugin > >> + > >> + > >> + src/assembly/bin.xml > >> + src/assembly/src.xml > >> + > >> + gnu > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> + org.apache.maven.plugins > >> + maven-changes-plugin > >> + > >> + ${basedir}/xdocs/changes.xml > >> + %URL%/%ISSUE% > >> + > >> + > >> + > >> + > >> + changes-report > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> > >> Propchange: commons/proper/jexl/trunk/pom.xml > >> ------------------------------------------------------------------------------ > >> svn:eol-style = native > >> > >> Propchange: commons/proper/jexl/trunk/pom.xml > >> ------------------------------------------------------------------------------ > >> svn:keywords = Date Author Id Revision HeadURL > >> > >> Added: commons/proper/jexl/trunk/src/assembly/bin.xml > >> URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/assembly/bin.xml?rev=595632&view=auto > >> ============================================================================== > >> --- commons/proper/jexl/trunk/src/assembly/bin.xml (added) > >> +++ commons/proper/jexl/trunk/src/assembly/bin.xml Fri Nov 16 03:42:56 2007 > >> @@ -0,0 +1,44 @@ > >> + > >> + > >> + bin > >> + > >> + tar.gz > >> + zip > >> + > >> + false > >> + > >> + > >> + > >> + LICENSE.txt > >> + NOTICE.txt > >> + RELEASE-NOTES.txt > >> + > >> + > >> + > >> + target > >> + > >> + > >> + *.jar > >> + > >> + > >> + > >> + target/site/apidocs > >> + apidocs > >> + > >> + > >> + > >> > >> Propchange: commons/proper/jexl/trunk/src/assembly/bin.xml > >> ------------------------------------------------------------------------------ > >> svn:eol-style = native > >> > >> Propchange: commons/proper/jexl/trunk/src/assembly/bin.xml > >> ------------------------------------------------------------------------------ > >> svn:keywords = Date Author Id Revision HeadURL > >> > >> Added: commons/proper/jexl/trunk/src/assembly/src.xml > >> URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/assembly/src.xml?rev=595632&view=auto > >> ============================================================================== > >> --- commons/proper/jexl/trunk/src/assembly/src.xml (added) > >> +++ commons/proper/jexl/trunk/src/assembly/src.xml Fri Nov 16 03:42:56 2007 > >> @@ -0,0 +1,50 @@ > >> + > >> + > >> + src > >> + > >> + tar.gz > >> + zip > >> + > >> + ${artifactId}-${version}-src > >> + > >> + > >> + > >> + build.properties.sample > >> + build.xml > >> + build-maven.xml > >> + LICENSE.txt > >> + maven.xml > >> + NOTICE.txt > >> + pom.xml > >> + project.properties > >> + project.xml > >> + PROPOSAL.html > >> + RELEASE-NOTES.txt > >> + > >> + > >> + > >> + examples > >> + > >> + > >> + src > >> + > >> + > >> + xdocs > >> + > >> + > >> + > >> > >> Propchange: commons/proper/jexl/trunk/src/assembly/src.xml > >> ------------------------------------------------------------------------------ > >> svn:eol-style = native > >> > >> Propchange: commons/proper/jexl/trunk/src/assembly/src.xml > >> ------------------------------------------------------------------------------ > >> svn:keywords = Date Author Id Revision HeadURL > >> > >> Added: commons/proper/jexl/trunk/src/site/site.xml > >> URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/site/site.xml?rev=595632&view=auto > >> ============================================================================== > >> --- commons/proper/jexl/trunk/src/site/site.xml (added) > >> +++ commons/proper/jexl/trunk/src/site/site.xml Fri Nov 16 03:42:56 2007 > >> @@ -0,0 +1,47 @@ > >> + > >> + > >> + > >> + > >> + Commons JEXL > >> + /images/jexl-logo-white.png > >> + /index.html > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> + > >> > >> Propchange: commons/proper/jexl/trunk/src/site/site.xml > >> ------------------------------------------------------------------------------ > >> svn:eol-style = native > >> > >> Propchange: commons/proper/jexl/trunk/src/site/site.xml > >> ------------------------------------------------------------------------------ > >> svn:keywords = Date Author Id Revision HeadURL > >> > >> > >> > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > -- dIon Gillard Rule #131 of Acquisition: Information is Profit. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org