Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
bf4f195
Update README.md
lkillgore Oct 17, 2017
69fbd5c
Merge pull request #1 from lkillgore/lkillgore-patch-1
lkillgore Oct 17, 2017
15ef39c
Update README.md
lkillgore Jan 22, 2018
b92ead7
Update README.md
lkillgore Jan 22, 2018
d07d87b
Update README.md
lkillgore Jan 22, 2018
7ddee4b
Update README.md
lkillgore Jan 22, 2018
5fb1174
Created empty settings.xml
lkillgore Mar 19, 2018
896a1bb
Update pom.xml
lkillgore Mar 19, 2018
ee3fb1b
Update settings.xml
lkillgore Mar 19, 2018
332a52d
Update README.md
lkillgore Apr 11, 2018
ff709ca
Update README.md
lkillgore Apr 11, 2018
a34d85a
Update README.md
lkillgore Apr 12, 2018
b78a26e
Update README.md
lkillgore Apr 12, 2018
2845be0
Update README.md
lkillgore Apr 13, 2018
e3327b4
Update README.md
lkillgore Apr 20, 2018
8492eb1
Update README.md
lkillgore Apr 20, 2018
5ff9949
Update README.md
lkillgore Apr 20, 2018
5825a52
Update pom.xml
lkillgore Apr 23, 2018
836426c
Update pom.xml
lkillgore Apr 23, 2018
642fa6d
Update pom.xml
lkillgore Apr 23, 2018
b866369
Update README.md
lkillgore Jun 28, 2018
8043f6b
Moar changes!!1!
lkillgore Jun 28, 2018
143566d
Trigger CI build
lkillgore Jun 29, 2018
5fc3b4d
Update for trigger
lkillgore Jun 29, 2018
4e09f1d
Update README.md
lkillgore Sep 24, 2018
57811ec
CI Trigger
lkillgore Sep 24, 2018
6d9f2fc
Set up CI with Azure Pipelines
lkillgore Sep 24, 2018
8700933
CI Trigger 2
lkillgore Sep 24, 2018
394a7f3
CI Trigger 3
lkillgore Sep 24, 2018
aca13eb
Update README.md
lkillgore Sep 24, 2018
c6faf13
Update azure-pipelines.yml
lkillgore Sep 24, 2018
db383f3
Update azure-pipelines.yml
lkillgore Sep 24, 2018
9e64b4f
Update README.md
lkillgore Sep 24, 2018
5538d62
Update README.md
lkillgore Sep 25, 2018
8b50f65
Update README.md
lkillgore Sep 25, 2018
ab757f5
Update README.md
lkillgore Sep 25, 2018
8f03955
Update README.md
lkillgore Sep 26, 2018
1adc19c
Update README.md
lkillgore Sep 26, 2018
85dbe6d
Update README.md
lkillgore Sep 26, 2018
1d98328
Update README.md
lkillgore Sep 26, 2018
803b7b6
Update README.md
lkillgore Sep 26, 2018
8ef80ab
Update README.md
lkillgore Sep 26, 2018
4dc42dc
Update README.md
lkillgore Sep 26, 2018
207b339
Update azure-pipelines.yml
lkillgore Sep 27, 2018
d5dd82e
Update README.md
lkillgore Sep 27, 2018
baef892
Update README.md
lkillgore Sep 27, 2018
0290d40
Update README.md
lkillgore Sep 27, 2018
817ccb8
Update README.md
lkillgore Sep 27, 2018
0f7df53
Update azure-pipelines.yml
lkillgore Sep 27, 2018
1afec17
Update azure-pipelines.yml
lkillgore Sep 27, 2018
b3d4373
Update README.md
lkillgore Sep 27, 2018
3e3819b
Update README.md
lkillgore Sep 27, 2018
8d5616b
Update README.md
lkillgore Sep 27, 2018
2eaef3f
Update README.md
lkillgore Sep 27, 2018
cc84355
Update README.md
lkillgore Sep 27, 2018
6ea95d5
Update README.md
lkillgore Sep 27, 2018
faa1424
Update azure-pipelines.yml
lkillgore Sep 28, 2018
8949a52
Update README.md
lkillgore Sep 28, 2018
97b137a
Update azure-pipelines.yml
lkillgore Oct 4, 2018
34e1e02
Update azure-pipelines.yml
lkillgore Oct 4, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions DeepSpace.UAT/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
<id>Maven Central Repository</id>
<url>http://repo1.maven.org/maven2</url>
</repository>
<repository>
<id>vstscix-visualstudio.com-maven</id>
<url>https://vstscix.pkgs.visualstudio.com/_packaging/maven/maven/v1</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<build>
Expand Down
14 changes: 14 additions & 0 deletions DeepSpace.UAT/settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
https://maven.apache.org/xsd/settings-1.0.0.xsd">
<localRepository/>
<interactiveMode/>
<usePluginRegistry/>
<offline/>
<pluginGroups/>
<mirrors/>
<proxies/>
<profiles/>
<activeProfiles/>
</settings>
24 changes: 24 additions & 0 deletions DeepSpace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<project.report.sourceEncoding>UTF-8</project.report.sourceEncoding>
<mvn.compiler.version>3.0</mvn.compiler.version>
<maven.jetty.version>6.1.12</maven.jetty.version>
<maven-resources-plugin.version>3.0.1</maven-resources-plugin.version>
<jersey.version>2.17</jersey.version>
</properties>

Expand Down Expand Up @@ -44,6 +45,19 @@
<scope>test</scope>
</dependency>
</dependencies>
<pluginRepositories>
<pluginRepository>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</pluginRepository>
</pluginRepositories>

<build>
<pluginManagement>
Expand All @@ -63,6 +77,16 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<delimiters>
<delimiter>@</delimiter>
</delimiters>
<useDefaultDelimiters>false</useDefaultDelimiters>
</configuration>
</plugin>
</plugins>
</pluginManagement>

Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
20 changes: 20 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -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'