TLD generator from annotations on SimpleTagSupport
classes.
- Let's say git repository is cloned into local folder
C:\tld-generator
. - Clone repository to separate folder, e.g.
C:\mvn-repo
. - Switch to
mvn-repo
branch in that folder. - Go back to folder
C:\tld-generator
- First, change the version
mvn versions:set -DnewVersion=1.29 versions:commit
- Then, if no new modules were added run
mvn clean install -DmvnRepo=C:\\mvn-repo
(here and later: \ is escaped for Cygwin). - If a new module was added, then do this:
- Run
mvn clean install -DmvnRepoNewModule=C:\\mvn-repo
. - Revert changed files in mvn-repo folder. Don't revert (i.e. delete) new ones.
- Rename
maven-metadata-local*
tomaven-metadata*
. - Run the same line as for the case when no new modules were added.
- Run
- Go to folder
C:\mvn-repo
. - Add new files to commit, then commit and push
mvn-repo
branch to server.
mvn clean install