Following are the steps to be followed for jboss-test release
SVN URL for the jboss-test project: https://svn.jboss.org/repos/jbossas/projects/test/.
Before tagging jboss-test for the release version.
update the version number in build.xml (module.version now does not exist)
update the version in pom.xml and pom-jdk14.xml
To tag:
svn copy https://svn.jboss.org/repos/jbossas/projects/test/trunk/ https://svn.jboss.org/repos/jbossas/projects/test/tags/x.x.x.x/ -m "tagging the x.x.x.x release for the 'test' project"
if you have committed the change to trunk/branch
svn copy . https://svn.jboss.org/repos/jbossas/projects/test/tags/x.x.x.x/ -m "tagging the x.x.x.x release for the 'test' project"
if you've made the version change in local working copy only (recommended)
Bump up the pom version in trunk/branch:
change version in POMs to the next one appending "-SNAPSHOT"
commit changes to trunk/branch
Checkout from the tag created and follow the build steps (Use jdk1.5):
mvn install
from your local m2 repo upload
jboss-test.jar and jboss-test-src.zip to the repository under http://repository.jboss.com/jboss/test/x.x.x.x
jboss-test14.jar to the repository under http://repository.jboss.com/jboss/test14/x.x.x.x
artifacts to the maven repository under http://repository.jboss.com/maven2/jboss/jboss-test/ and http://repository.jboss.com/maven2/org/jboss/jboss-test
-
Below instructions are to build jboss-test with ant (out of date)
-
build.sh -f build-thirdparty.xml
build.sh
build.sh -f build-test.xml tests
Comments