Skip to content

Commit 2afdb34

Browse files
committed
work
1 parent 22df734 commit 2afdb34

File tree

6 files changed

+43
-0
lines changed

6 files changed

+43
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# greenshop
2+
23
e-Commerce Suite builtd with Java and Spring Framework

src/site/markdown/TODO.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# TODO
2+
* yo
1.8 KB
Loading

src/site/markdown/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# greenshop
2+
3+
e-Commerce Suite builtd with Java and Spring Framework
1.8 KB
Loading

src/site/site.xml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
5+
http://maven.apache.org/xsd/decoration-1.0.0.xsd">
6+
7+
<!-- https://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html -->
8+
9+
<bannerLeft>
10+
<name>Greenshop</name>
11+
<src>/img/thomas_woehlke__geburt_einer_vision__logo.png</src>
12+
<href>https://java.woehlke.org/</href>
13+
</bannerLeft>
14+
15+
<body>
16+
<breadcrumbs>
17+
<item name="Thomas Wöhlke: Java Project Reports generated by Maven" href="https://java.woehlke.org/"/>
18+
<item name="Greenshop" href="index.html"/>
19+
</breadcrumbs>
20+
<menu name="Overview">
21+
<item name="Home" href="index.html"/>
22+
<item name="Greenshop" href="https://github.com/Spring-Framework-Java-Apps/greenshop"/>
23+
<item name="Spring-Framework-Java-Apps (Github)" href="https://github.com/Spring-Framework-Java-Apps"/>
24+
<item name="Thomas Wöhlke (Github)" href="https://github.com/thomaswoehlke"/>
25+
</menu>
26+
<menu name="Documentation">
27+
<item name="JavaDocs" href="apidocs/index.html"/>
28+
<item name="Source Xref" href="xref/index.html"/>
29+
</menu>
30+
<menu ref="reports"/>
31+
</body>
32+
<publishDate position="left"/>
33+
<version position="left"/>
34+
<poweredBy>
35+
<logo name="Maven" href="http://maven.apache.org/" img="http://maven.apache.org/images/logos/maven-feather.png"/>
36+
</poweredBy>
37+
</project>

0 commit comments

Comments
 (0)