Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
A
advanced-binary-search
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
java-dojo
advanced-binary-search
Commits
4e9214b3
Verified
Commit
4e9214b3
authored
Jun 27, 2018
by
uweplonus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Several adjustments to new infrastructure
parent
6bbc90fa
Pipeline
#24715121
passed with stage
in 1 minute and 31 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
4 deletions
+20
-4
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
README.md
README.md
+2
-1
pom.xml
pom.xml
+16
-1
No files found.
.gitlab-ci.yml
View file @
4e9214b3
...
...
@@ -3,8 +3,8 @@ image: $CI_REGISTRY/sw4j-net/jdk8-maven3
pages
:
stage
:
deploy
script
:
-
mvn clean site
-
cp -r target/s
ite
public
-
mvn clean site
post-site
-
cp -r target/s
taging
public
artifacts
:
paths
:
-
public
...
...
README.md
View file @
4e9214b3
# Advanced Binary Search
The documentation is found on the
[
project page
](
https://java-dojo.pages.sw4j.net/advanced-binary-search
)
.
The documentation is found on the
[
project page
](
https://java-dojo.pages.sw4j.net/advanced-binary-search
)
and on the
[
mirror
](
https://java-dojo.gitlab.io/advanced-binary-search
)
.
pom.xml
View file @
4e9214b3
...
...
@@ -67,7 +67,7 @@
<goal>
stage
</goal>
</goals>
<configuration>
<skipDeploy>
fals
e
</skipDeploy>
<skipDeploy>
tru
e
</skipDeploy>
</configuration>
</execution>
</executions>
...
...
@@ -100,6 +100,14 @@
</reports>
</reportSet>
</reportSets>
<configuration>
<javaApiLinks>
<property>
<name>
api_1.8
</name>
<value>
https://docs.oracle.com/javase/8/docs/api/
</value>
</property>
</javaApiLinks>
</configuration>
</plugin>
</plugins>
</reporting>
...
...
@@ -109,4 +117,11 @@
<developerConnection>
scm:git:ssh://git@git.sw4j.net/java-dojo/advanced-binary-search.git
</developerConnection>
</scm>
<distributionManagement>
<site>
<id>
public
</id>
<url>
https://java-dojo.pages.sw4j.net/advanced-binary-search/
</url>
</site>
</distributionManagement>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment