Skip to content

Commit 7b95405

Browse files
phasenraum2010phasenraum2010
authored andcommitted
setup maven
1 parent 0acb62b commit 7b95405

File tree

2 files changed

+77
-3
lines changed

2 files changed

+77
-3
lines changed

pom.xml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,40 @@
1717
</organization>
1818
<inceptionYear>2017</inceptionYear>
1919

20+
<scm>
21+
<url>https://github.com/phasenraum2010/twitterwall3.git</url>
22+
<connection>scm:git:https://github.com/phasenraum2010/twitterwall3.git</connection>
23+
<developerConnection>scm:git:https://github.com/phasenraum2010/twitterwall3.git</developerConnection>
24+
<tag>HEAD</tag>
25+
</scm>
26+
27+
<issueManagement>
28+
<system>GitHub</system>
29+
<url>https://github.com/phasenraum2010/twitterwall3/issues</url>
30+
</issueManagement>
31+
32+
<distributionManagement>
33+
<site>
34+
<id>simpleworklist.shadowfax.fritz.box</id>
35+
<url>file://${project.basedir}/target/site-deployed</url>
36+
</site>
37+
</distributionManagement>
38+
39+
<developers>
40+
<developer>
41+
<name>Thomas Wöhlke</name>
42+
<email>[email protected]</email>
43+
<url>https://github.com/phasenraum2010</url>
44+
</developer>
45+
</developers>
46+
47+
<licenses>
48+
<license>
49+
<name>Apache License, Version 2.0</name>
50+
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
51+
</license>
52+
</licenses>
53+
2054
<properties>
2155
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2256
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

twitterwall3-parent/pom.xml

Lines changed: 43 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,49 @@
1919

2020
<name>twitterwall3-parent</name>
2121

22-
<description>Added other things to starter parent from org.springframework.boot</description>
22+
23+
24+
<description>installs twitterwall3</description>
25+
<url>https://phasenraum2010.github.io/twitterwall3/</url>
26+
<organization>
27+
<name>Thomas Woehlke</name>
28+
<url>https://twitter.com/ThomasWoehlke</url>
29+
</organization>
30+
<inceptionYear>2017</inceptionYear>
31+
32+
<scm>
33+
<url>https://github.com/phasenraum2010/twitterwall3.git</url>
34+
<connection>scm:git:https://github.com/phasenraum2010/twitterwall3.git</connection>
35+
<developerConnection>scm:git:https://github.com/phasenraum2010/twitterwall3.git</developerConnection>
36+
<tag>HEAD</tag>
37+
</scm>
38+
39+
<issueManagement>
40+
<system>GitHub</system>
41+
<url>https://github.com/phasenraum2010/twitterwall3/issues</url>
42+
</issueManagement>
43+
44+
<distributionManagement>
45+
<site>
46+
<id>simpleworklist.shadowfax.fritz.box</id>
47+
<url>file://${project.basedir}/target/site-deployed</url>
48+
</site>
49+
</distributionManagement>
50+
51+
<developers>
52+
<developer>
53+
<name>Thomas Wöhlke</name>
54+
<email>[email protected]</email>
55+
<url>https://github.com/phasenraum2010</url>
56+
</developer>
57+
</developers>
58+
59+
<licenses>
60+
<license>
61+
<name>Apache License, Version 2.0</name>
62+
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
63+
</license>
64+
</licenses>
2365

2466
<properties>
2567
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -35,8 +77,6 @@
3577
<org.webjars.bootstrap.version>4.1.0</org.webjars.bootstrap.version>
3678
<org.webjars.font-awesome.version>5.0.10</org.webjars.font-awesome.version>
3779

38-
39-
4080
<org.apache.maven.plugins.maven-enforcer-plugin.version>3.0.0-M1</org.apache.maven.plugins.maven-enforcer-plugin.version>
4181

4282
<org.springframework.boot.spring-boot-maven-plugin.version>2.0.1.RELEASE</org.springframework.boot.spring-boot-maven-plugin.version>

0 commit comments

Comments
 (0)