Commit 8dfd1a83 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Implementa versión de build para bibliotecas

parent 349433a6
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
include:
  - project: 'redmic-project/gitlab-ci-templates'
    ref: master
    file: '/maven-building.yml'

variables:
  MAVEN_PROJECT_NAME: ${CI_PROJECT_NAME}
  MAVEN_GOALS: deploy
  PROJECT_ROOT_PATH: '.'
  TEST_OUTPUT_PATH: target
  BUILD_OUTPUT_PATH: target

maven-build:
  extends: .maven-build
  stage: build