This broke the profile - its only for components that have an m2 build and can only be used with trunks-sandbox:
http://svn.apache.org/viewvc/commons/trunks-sandbox/ Also this profile is so that it makes running builds for the *active* components easier - rather than having to individually kick off each sandbox module. It makes testing things such as new pom versions easier when upgrading a whole set of projects. Its not necessary the case that we want every project in the Sandbox in this profile - for example avalon-cli AFAIK is dormant and its not necessary to keep it up-to-date with pom releases. Niall On Sun, Mar 14, 2010 at 8:08 PM, <s...@apache.org> wrote: > Author: sebb > Date: Sun Mar 14 20:08:40 2010 > New Revision: 922938 > > URL: http://svn.apache.org/viewvc?rev=922938&view=rev > Log: > Add missing sandbox projects > > Modified: > commons/proper/commons-sandbox-parent/trunk/pom.xml > > Modified: commons/proper/commons-sandbox-parent/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/commons-sandbox-parent/trunk/pom.xml?rev=922938&r1=922937&r2=922938&view=diff > ============================================================================== > --- commons/proper/commons-sandbox-parent/trunk/pom.xml (original) > +++ commons/proper/commons-sandbox-parent/trunk/pom.xml Sun Mar 14 20:08:40 > 2010 > @@ -86,28 +86,52 @@ under the License. > The trunks of all "sandbox" components can be checked out using: > https://svn.apache.org/repos/asf/commons/trunks-sandbox/ > > - This profile is a convience which can be used, for example, to build > all the component sites: > + This profile is a convenience which can be used, for example, to build > all the component sites: > mvn -Ptrunks-sandbox site > > or, to clean up: > mvn -Ptrunks-sandbox clean > + > + or, to rebuild all the JIRA pages: > + mvn -Ptrunks-sandbox commons:sandbox-jira-page > --> > <profile> > <id>trunks-sandbox</id> > <modules> > + <module>../at-digester</module> > + <module>../avalon-cli</module> > + <module>../cli2</module> > + <module>../convert</module> > <module>../csv</module> > + <module>../expression</module> > <module>../finder</module> > + <module>../flatfile</module> > <module>../functor</module> > <module>../i18n</module> > <module>../id</module> > <module>../javaflow</module> > <module>../jnet</module> > <module>../js2j</module> > + <module>../logging_empty</module> > + <module>../me</module> > + <module>../money</module> > <module>../monitoring</module> > <module>../nabla</module> > <module>../openpgp</module> > <module>../performance</module> > <module>../pipeline</module> > + <module>../primitives</module> > + <!-- > + <module>../project-template</module> > + <module>../proposal</module> > + --> > + <module>../resources</module> > + <module>../runtime</module> > + <!-- > + <module>../test-maven</module> > + --> > + <module>../validator2</module> > + <module>../xml</module> > </modules> > </profile> > </profiles> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org