svnpubsub is used for publishing the files.
See https://www.apache.org/dev/project-site.html
So we can call "ant site" and copy/commit the contents of the subdir
"build/site" to the designated svn location.
Regarding the dependencies:
the dependencies are fetched inside the ant build.
The Gradle
svnpubsub is used for publishing the files.
See https://www.apache.org/dev/project-site.html
So we can call "ant site" and copy/commit the contents of the subdir
"build/site" to the designated svn location.
Regarding the dependencies:
the dependencies are fetched inside the ant build.
The Gradle
I'm trying to understand the release pipeline of POI for a project I'm working
on at university. What I've deduced so far is:
- Jenkins for CI
- JUnit for testing
- Sonar for static code analysis
- Subversion for version control
- Ant for building
- Forrest to build documentation
- Gradle for dep