Terms of Service
|
Privacy Policy
|
Cookie Policy
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
java-dojo
leap-year
Commits
c5e79cd6
Verified
Commit
c5e79cd6
authored
Jul 16, 2018
by
Uwe Plonus
Browse files
Changed links and versions
parent
ca3025b7
Pipeline
#38
passed with stage
in 1 minute and 59 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c5e79cd6
image
:
$CI_REGISTRY/sw4j-net/jdk8-maven3
image
:
$CI_REGISTRY/sw4j-net/jdk8-maven3
/master:latest
pages
:
stage
:
deploy
script
:
-
mvn clean site post-site
-
cp -r target/staging public
artifacts
:
paths
:
-
public
...
...
pom.xml
View file @
c5e79cd6
...
...
@@ -17,13 +17,13 @@
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.target>
1.8
</maven.compiler.target>
<testng.version>
6.
8.21
</testng.version>
<testng.version>
6.
14.3
</testng.version>
<doxia.markdown.version>
1.
6
</doxia.markdown.version>
<
javadoc.plugin.version>
2.10.2
</javadoc.plug
in.version>
<
project-info-reports.plugin.version>
2.8
</project-info-reports
.plugin.version>
<
scm-publish.plugin.version>
1.1
</scm-publish
.plugin.version>
<site.plugin.version>
3.
4
</site.plugin.version>
<doxia.markdown.version>
1.
8
</doxia.markdown.version>
<
fluido.skin.version>
1.7
</fluido.sk
in.version>
<
javadoc.plugin.version>
3.0.1
</javadoc
.plugin.version>
<
project-info-reports.plugin.version>
3.0.0
</project-info-reports
.plugin.version>
<site.plugin.version>
3.
7.1
</site.plugin.version>
</properties>
<dependencies>
...
...
@@ -68,6 +68,7 @@
</goals>
<configuration>
<skipDeploy>
true
</skipDeploy>
<stagingDirectory>
${basedir}/public
</stagingDirectory>
</configuration>
</execution>
</executions>
...
...
@@ -120,7 +121,7 @@
<distributionManagement>
<site>
<id>
public
</id>
<url>
https://java-dojo.pages.sw4j.net/leap-year
</url>
<url>
https://java-dojo.pages.sw4j.net/leap-year
/
</url>
</site>
</distributionManagement>
...
...
src/site/markdown/index.md.vm
View file @
c5e79cd6
...
...
@@ -26,4 +26,4 @@ To perform this exercise you need a JDK 8 and Maven 3.3.x.
* [Rosetta Code][rcly]
[rcly]: http://rosettacode.org/wiki/Leap_year "Rosetta Code - Leap year"
[rcly]: http
s
://rosettacode.org/wiki/Leap_year "Rosetta Code - Leap year"
src/site/site.xml
View file @
c5e79cd6
...
...
@@ -7,7 +7,7 @@
<skin>
<groupId>
org.apache.maven.skins
</groupId>
<artifactId>
maven-fluido-skin
</artifactId>
<version>
1.3.1
</version>
<version>
${fluido.skin.version}
</version>
</skin>
<body>
...
...
@@ -23,6 +23,7 @@
<menu
ref=
"reports"
/>
<footer>
<![CDATA[
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
<img
alt=
"Creative Commons License"
style=
"border-width:0"
src=
"https://i.creativecommons.org/l/by-sa/4.0/88x31.png"
/>
</a>
...
...
@@ -33,6 +34,7 @@
<span>
is licensed under a
</span>
<a
rel=
"license"
href=
"http://creativecommons.org/licenses/by-sa/4.0/"
>
Creative Commons Attribution-ShareAlike 4.0 International License
</a>
<span>
.
</span>
]]>
</footer>
</body>
...
...
Write
Preview
Supports
Markdown
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