Loading .gitlab-ci.yml 0 → 100644 +25 −0 Original line number Diff line number Diff line image: redmic/maven-gitlab variables: MAVEN_CLI_OPTS: "--batch-mode" MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository" cache: paths: - .m2/repository/ - target/ build: stage: build script: - mvn $MAVEN_CLI_OPTS compile test: stage: test script: - mvn $MAVEN_CLI_OPTS test deploy: stage: deploy script: - mvn $MAVEN_CLI_OPTS deploy No newline at end of file README.md +5 −0 Original line number Diff line number Diff line sitemapgen4j ============ [](https://git.redmic.net/third-party/sitemapgen4j/commits/master) [](https://git.redmic.net/third-party/sitemapgen4j/commits/master) SitemapGen4j is a library to generate XML sitemaps in Java. <h2>What's an XML sitemap?</h2> Loading Loading
.gitlab-ci.yml 0 → 100644 +25 −0 Original line number Diff line number Diff line image: redmic/maven-gitlab variables: MAVEN_CLI_OPTS: "--batch-mode" MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository" cache: paths: - .m2/repository/ - target/ build: stage: build script: - mvn $MAVEN_CLI_OPTS compile test: stage: test script: - mvn $MAVEN_CLI_OPTS test deploy: stage: deploy script: - mvn $MAVEN_CLI_OPTS deploy No newline at end of file
README.md +5 −0 Original line number Diff line number Diff line sitemapgen4j ============ [](https://git.redmic.net/third-party/sitemapgen4j/commits/master) [](https://git.redmic.net/third-party/sitemapgen4j/commits/master) SitemapGen4j is a library to generate XML sitemaps in Java. <h2>What's an XML sitemap?</h2> Loading