Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CI tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EOLE
Infra
CI tools
Commits
ef068846
Commit
ef068846
authored
2 years ago
by
Daniel Dehennin
Browse files
Options
Downloads
Plain Diff
Merge branch '19-maven-source-directory-variable-is-not-set' into 'dev'
Resolve "Maven: source directory variable is not set" Closes
#19
See merge request
!64
parents
728be33a
8d8a6af8
Branches
25-add-synchro-and-build-template
No related tags found
3 merge requests
!66
Publish new release
,
!65
Prepare new release
,
!64
Resolve "Maven: source directory variable is not set"
Pipeline
#33339
failed
1 year ago
Stage: lint
Stage: build
Stage: release
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/Maven.yaml
+1
-0
1 addition, 0 deletions
templates/Maven.yaml
with
1 addition
and
0 deletions
templates/Maven.yaml
+
1
−
0
View file @
ef068846
...
...
@@ -192,6 +192,7 @@
image
:
${MAVEN_IMAGE}
extends
:
.on-branch
variables
:
SRC_DIR
:
'
.'
MAVEN_IMAGE
:
hub.eole.education/proxyhub/library/maven:3.8.6-openjdk-8-slim
MAVEN_OPTS
:
"
-Dhttps.protocols=TLSv1.2
-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN
-Dorg.slf4j.simpleLogger.showDateTime=true
-Djava.awt.headless=true"
MAVEN_CLI_OPTS
:
"
--batch-mode
--errors
--fail-at-end
--show-version
-DinstallAtEnd=true
-DdeployAtEnd=true"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment