Status: Accepted
Owner: [email protected]
CC: [email protected]
Labels: Type-Enhancement Priority-Medium Component-SLEE Version-3.0.0
Release-Type-Beta
New issue 2274 by [email protected]: Improve SLEE release script
http://code.google.com/p/mobicents/issues/detail?id=2274
Script has some code that should be changed:
- use directly "mobicents" or "jbcp" as one of profiles to release binbary
- remove "maven-release" profile from calls.
Ideal call to release binary:
mvn install -Prelease,mobicents,set-svn-revision ....
or
mvn install -Prelease,jbcp,set-svn-revision ....
Attaching small patch to build.xml
Attachments:
SLEE_RELEASE_SCRIPT.patch 2.0 KB