You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Phil Steitz <ph...@gmail.com> on 2006/09/02 18:19:39 UTC

[nigthly build] m2 now supported

Finally, m2 nightlies are working.  To activate:

1) Make sure pom inherits from commons or commons-sandbox parent pom.
That will ensure there are no "accidental" rsynched deploys if a
commit changes the version to be not -SNAPSHOT.  Also make sure that
the group id is "org.apache.commons".

2) Make sure that "mvn package" produces a snapshot jar that you want
to publish nightly and
also test "mvn assembly:assembly -DdescriptorId=bin" and "mvn
assembly:assembly -DdescriptorId=src".  The tarballs/zips generated by
these commands are what will be pushed to
people.apache.org/builds/jakarta-commons/nightly.  (The descriptors
are for m2 stock assemblies.  We should probably get some customized
for j-c.)

3) Remove the component's name from whatever
/commons-build/nightly*list.txt list it appears in (if it is being
built now by the nightly script) and add it to
/commons-build/nightly_proper(or sandbox)_maven2_list.txt  Then
checkin the changes.

4) Look at what is getting pushed out to m2-snapshot-repository and
/builds/jakarta-commons/nightly and report any anomalies / patch
commons_nightly.sh to fix.

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org