Commit 9a3ed996 authored by Ignacio Lorenzo García's avatar Ignacio Lorenzo García
Browse files

Añade config para CI

parent dbc2abf9
Loading
Loading
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
+5 −0
Original line number Diff line number Diff line
sitemapgen4j
============


[![pipeline status](https://git.redmic.net/third-party/sitemapgen4j/badges/master/pipeline.svg)](https://git.redmic.net/third-party/sitemapgen4j/commits/master)

[![coverage report](https://git.redmic.net/third-party/sitemapgen4j/badges/master/coverage.svg)](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>