diff --git a/DeepSpace.UAT/pom.xml b/DeepSpace.UAT/pom.xml index e635a230..7c8b9df0 100644 --- a/DeepSpace.UAT/pom.xml +++ b/DeepSpace.UAT/pom.xml @@ -20,6 +20,16 @@ Maven Central Repository http://repo1.maven.org/maven2 + + vstscix-visualstudio.com-maven + https://vstscix.pkgs.visualstudio.com/_packaging/maven/maven/v1 + + true + + + true + + diff --git a/DeepSpace.UAT/settings.xml b/DeepSpace.UAT/settings.xml new file mode 100644 index 00000000..36325cf8 --- /dev/null +++ b/DeepSpace.UAT/settings.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/DeepSpace/pom.xml b/DeepSpace/pom.xml index 4a51da42..0ed3066f 100644 --- a/DeepSpace/pom.xml +++ b/DeepSpace/pom.xml @@ -14,6 +14,7 @@ UTF-8 3.0 6.1.12 + 3.0.1 2.17 @@ -44,6 +45,19 @@ test + + + + never + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + @@ -63,6 +77,16 @@ + + maven-resources-plugin + 3.0.1 + + + @ + + false + + diff --git a/README.md b/README.md index 137dfbd7..547ffdbf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # deep-space Sample web application written in Java and uses AngularJS. + +CI 1 + +CI 2 + +CI 3 + +CI 4 + +CI 5 + +CI 6 diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 00000000..8b7343a3 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,20 @@ +# Starter pipeline +# Start with a minimal pipeline that you can customize to build and deploy your code. +# Add steps that build, run tests, deploy, and more: +# https://aka.ms/yaml + +name: My Specific Branch Build +trigger: + - refs/heads/* + - refs/tags/* + +steps: +- script: echo Hello, world! + displayName: 'Run a one-line script' + +- script: | + echo Add other tasks to build, test, and deploy your project. + echo See https://aka.ms/yaml + set + displayName: 'Run a multi-line script' +