Delete azure-pipelines-1.yml
This commit is contained in:
parent
c56b7a191d
commit
8caf376ac9
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
||||||
# Maven
|
|
||||||
# Build your Java project and run tests with Apache Maven.
|
|
||||||
# Add steps that analyze code, save build artifacts, deploy, and more:
|
|
||||||
# https://docs.microsoft.com/azure/devops/pipelines/languages/java
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
- main
|
|
||||||
|
|
||||||
pool:
|
|
||||||
vmImage: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- task: Maven@3
|
|
||||||
inputs:
|
|
||||||
mavenPomFile: 'pom.xml'
|
|
||||||
publishJUnitResults: false
|
|
||||||
javaHomeOption: 'JDKVersion'
|
|
||||||
jdkVersionOption: '1.8'
|
|
||||||
mavenVersionOption: 'Default'
|
|
||||||
mavenOptions: '-Xmx3072m'
|
|
||||||
mavenAuthenticateFeed: false
|
|
||||||
effectivePomSkip: false
|
|
||||||
sonarQubeRunAnalysis: false
|
|
Reference in a new issue