Re: Apache POI Build Pipeline

2019-10-07 Thread kiwiwings
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

Re: Apache POI Build Pipeline

2019-10-07 Thread kiwiwings
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

Apache POI Build Pipeline

2019-10-07 Thread Will
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