...
No Format |
---|
clean out previous builds
clean out target, m2-target, bin
clean out /tmp/maven2
replacing the M2 version with the release version in
all pom.xml
all .classpath
all runconversion.sh, also content-runconversion.sh
Commit changes and then update .externals (all projects) to r52308 in preparation for cutting the final release tag.
tar up the source
perform the following sequence
in master mvn install
mvn -Ppack-demo install -Dkeystore=${location}/Sakai.keystore -Dalias=sakai -Dstorepass=${KEYSTOREPASS}
mvn install source:jar source:test-jar deploy -Dkeystore=${location}/Sakai.keystore -Dalias=sakai -Dstorepass=${KEYSTOREPASS}
mvn javadoc:javadoc
mvn -Ptaglib taglib:taglibdocjar deploy
where ${KEYSTOREPASS} is the keystore password and Sakai.keystore contains the certificates.
then package up
the maven repo in /tmp/maven2
the javadoc
the sakai-demo and sakai-bin artifacts
the taglibsdocs
|
...