Skip to content

Commit 1b87ec4

Browse files
author
phasenraum2010
committed
ongoing work on #34 #39
1 parent 3785b5f commit 1b87ec4

File tree

8 files changed

+327
-6
lines changed

8 files changed

+327
-6
lines changed

defcon-insourcing/btw17kandidaten/pom.xml

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
<version>0.0.1-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
11-
12-
<name>defcon :: engineering :: clickdummy :: templating</name>
13-
<artifactId>defcon-clickdummy-frontend</artifactId>
11+
<name>defcon :: insourcing :: btw17kandidaten</name>
12+
<artifactId>btw17kandidaten</artifactId>
1413
<packaging>jar</packaging>
1514

1615
<dependencies>
@@ -22,6 +21,30 @@
2221
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2322
<artifactId>defcon-build</artifactId>
2423
</dependency>
24+
<dependency>
25+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
26+
<artifactId>defcon-engineering</artifactId>
27+
</dependency>
28+
<dependency>
29+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
30+
<artifactId>defcon-prototyping</artifactId>
31+
</dependency>
32+
<dependency>
33+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
34+
<artifactId>defcon-data-warehouse</artifactId>
35+
</dependency>
36+
<dependency>
37+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
38+
<artifactId>defcon-data-processor</artifactId>
39+
</dependency>
40+
<dependency>
41+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
42+
<artifactId>defcon-twitter-cockpit</artifactId>
43+
</dependency>
44+
<dependency>
45+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
46+
<artifactId>defcon-youtube-cockpit</artifactId>
47+
</dependency>
2548
</dependencies>
2649

2750
<profiles>

defcon-insourcing/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
<packaging>pom</packaging>
1616

1717
<modules>
18+
<module>spring-boot-starter-parent</module>
19+
<module>btw17kandidaten</module>
20+
<module>twitterwall2</module>
21+
<module>twitterwall3</module>
1822
<!--
1923
<module>defcon-clickdummy-frontend</module>
2024
<module>defcon-clickdummy-templating</module>

defcon-insourcing/spring-boot-starter-parent/pom.xml

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
<version>0.0.1-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
11-
12-
<name>defcon :: engineering :: clickdummy :: templating</name>
13-
<artifactId>defcon-clickdummy-frontend</artifactId>
11+
<name>defcon :: insourcing :: spring-boot-starter-parent</name>
12+
<artifactId>spring-boot-starter-parent</artifactId>
1413
<packaging>jar</packaging>
1514

1615
<dependencies>
@@ -22,6 +21,30 @@
2221
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2322
<artifactId>defcon-build</artifactId>
2423
</dependency>
24+
<dependency>
25+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
26+
<artifactId>defcon-engineering</artifactId>
27+
</dependency>
28+
<dependency>
29+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
30+
<artifactId>defcon-prototyping</artifactId>
31+
</dependency>
32+
<dependency>
33+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
34+
<artifactId>defcon-data-warehouse</artifactId>
35+
</dependency>
36+
<dependency>
37+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
38+
<artifactId>defcon-data-processor</artifactId>
39+
</dependency>
40+
<dependency>
41+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
42+
<artifactId>defcon-twitter-cockpit</artifactId>
43+
</dependency>
44+
<dependency>
45+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
46+
<artifactId>defcon-youtube-cockpit</artifactId>
47+
</dependency>
2548
</dependencies>
2649

2750
<profiles>
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<parent>
6+
<artifactId>defcon-engineering</artifactId>
7+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
8+
<version>0.0.1-SNAPSHOT</version>
9+
</parent>
10+
<modelVersion>4.0.0</modelVersion>
11+
<name>defcon :: insourcing :: spring-boot-starter-parent</name>
12+
<artifactId>twitterwall2</artifactId>
13+
<packaging>jar</packaging>
14+
15+
<dependencies>
16+
<dependency>
17+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
18+
<artifactId>defcon-parent</artifactId>
19+
</dependency>
20+
<dependency>
21+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
22+
<artifactId>defcon-build</artifactId>
23+
</dependency>
24+
<dependency>
25+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
26+
<artifactId>defcon-engineering</artifactId>
27+
</dependency>
28+
<dependency>
29+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
30+
<artifactId>defcon-prototyping</artifactId>
31+
</dependency>
32+
<dependency>
33+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
34+
<artifactId>defcon-data-warehouse</artifactId>
35+
</dependency>
36+
<dependency>
37+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
38+
<artifactId>defcon-data-processor</artifactId>
39+
</dependency>
40+
<dependency>
41+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
42+
<artifactId>defcon-twitter-cockpit</artifactId>
43+
</dependency>
44+
<dependency>
45+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
46+
<artifactId>defcon-youtube-cockpit</artifactId>
47+
</dependency>
48+
</dependencies>
49+
50+
<profiles>
51+
<profile>
52+
<id>default</id>
53+
<activation>
54+
<activeByDefault>true</activeByDefault>
55+
</activation>
56+
<build>
57+
<plugins>
58+
<plugin>
59+
<groupId>org.apache.maven.plugins</groupId>
60+
<artifactId>maven-surefire-plugin</artifactId>
61+
<configuration>
62+
<skipTests>true</skipTests>
63+
</configuration>
64+
</plugin>
65+
</plugins>
66+
</build>
67+
</profile>
68+
</profiles>
69+
70+
</project>
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project name="Reflow Maven Skin"
3+
xmlns="http://maven.apache.org/DECORATION/1.3.0"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd">
6+
7+
<bannerLeft>
8+
<!-- Reflow Maven Skin, but with "Reflow" highlighted -->
9+
<name><![CDATA[
10+
<span class="color-highlight">filters hashtags from social media, stores it for further research</span> mit
11+
<a href="https://projects.spring.io/spring-boot/" title="spring:boot" target="_blank">spring:boot</a>
12+
und <a href="https://heroku.com" title="heroku" target="_blank">heroku</a>.
13+
]]>
14+
</name>
15+
<href>https://github.com/phasenraum2010/holohoax_StGB130/</href>
16+
</bannerLeft>
17+
18+
<publishDate position="bottom" format="yyyy-MM-dd" />
19+
<version position="bottom" />
20+
<googleAnalyticsAccountId>UA-17174370-11</googleAnalyticsAccountId>
21+
<skin>
22+
<groupId>org.apache.maven.skins</groupId>
23+
<artifactId>maven-fluido-skin</artifactId>
24+
<version>1.7</version>
25+
</skin>
26+
<!-- http://andriusvelykis.github.io/reflow-maven-skin/skin/ -->
27+
<body>
28+
<!-- Add a rel to Google profile for all pages -->
29+
<head>
30+
<!--
31+
<link rel="author" href="https://plus.google.com/u/0/103952923222929770455"></link>
32+
-->
33+
</head>
34+
35+
<links>
36+
<item name="GitHub project" href="https://github.com/phasenraum2010/holohoax_StGB130/" />
37+
</links>
38+
39+
<breadcrumbs>
40+
<item name="defcon" href="/" />
41+
</breadcrumbs>
42+
43+
<menu name="Main" inherit="top">
44+
<item name="Home" href="./" />
45+
<item name="GitHub project" href="https://github.com/phasenraum2010/holohoax_StGB130/" />
46+
<item name="Blog" href="https://thomas-woehlke.blogspot.de/" />
47+
<item name="Release notes" href="release-notes.html" />
48+
</menu>
49+
<menu name="Download" inherit="top">
50+
<item name="Download" href="skin/index.html#Usage" />
51+
<item name="License" href="license.html" />
52+
</menu>
53+
<menu name="Documentation" inherit="bottom">
54+
<item name="Development" href="development.html" />
55+
<item name="Contribute" href="contribute.html" />
56+
</menu>
57+
<menu name="Contribute" inherit="bottom">
58+
<item name="Contribute" href="contribute.html" />
59+
<item name="Issues" href="https://github.com/phasenraum2010/holohoax_StGB130/issues/" />
60+
<item name="Fork on GitHub" href="https://github.com/phasenraum2010/holohoax_StGB130/" />
61+
<item name="Donate" href="https://www.paypal.me/ThomasWoehlke" />
62+
</menu>
63+
<menu name="Maven documentation" ref="reports" inherit="bottom"/>
64+
</body>
65+
</project>
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<parent>
6+
<artifactId>defcon-engineering</artifactId>
7+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
8+
<version>0.0.1-SNAPSHOT</version>
9+
</parent>
10+
<modelVersion>4.0.0</modelVersion>
11+
<name>defcon :: insourcing :: spring-boot-starter-parent</name>
12+
<artifactId>twitterwall3</artifactId>
13+
<packaging>jar</packaging>
14+
15+
<dependencies>
16+
<dependency>
17+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
18+
<artifactId>defcon-parent</artifactId>
19+
</dependency>
20+
<dependency>
21+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
22+
<artifactId>defcon-build</artifactId>
23+
</dependency>
24+
<dependency>
25+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
26+
<artifactId>defcon-engineering</artifactId>
27+
</dependency>
28+
<dependency>
29+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
30+
<artifactId>defcon-prototyping</artifactId>
31+
</dependency>
32+
<dependency>
33+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
34+
<artifactId>defcon-data-warehouse</artifactId>
35+
</dependency>
36+
<dependency>
37+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
38+
<artifactId>defcon-data-processor</artifactId>
39+
</dependency>
40+
<dependency>
41+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
42+
<artifactId>defcon-twitter-cockpit</artifactId>
43+
</dependency>
44+
<dependency>
45+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
46+
<artifactId>defcon-youtube-cockpit</artifactId>
47+
</dependency>
48+
</dependencies>
49+
50+
<profiles>
51+
<profile>
52+
<id>default</id>
53+
<activation>
54+
<activeByDefault>true</activeByDefault>
55+
</activation>
56+
<build>
57+
<plugins>
58+
<plugin>
59+
<groupId>org.apache.maven.plugins</groupId>
60+
<artifactId>maven-surefire-plugin</artifactId>
61+
<configuration>
62+
<skipTests>true</skipTests>
63+
</configuration>
64+
</plugin>
65+
</plugins>
66+
</build>
67+
</profile>
68+
</profiles>
69+
70+
</project>
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project name="Reflow Maven Skin"
3+
xmlns="http://maven.apache.org/DECORATION/1.3.0"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd">
6+
7+
<bannerLeft>
8+
<!-- Reflow Maven Skin, but with "Reflow" highlighted -->
9+
<name><![CDATA[
10+
<span class="color-highlight">filters hashtags from social media, stores it for further research</span> mit
11+
<a href="https://projects.spring.io/spring-boot/" title="spring:boot" target="_blank">spring:boot</a>
12+
und <a href="https://heroku.com" title="heroku" target="_blank">heroku</a>.
13+
]]>
14+
</name>
15+
<href>https://github.com/phasenraum2010/holohoax_StGB130/</href>
16+
</bannerLeft>
17+
18+
<publishDate position="bottom" format="yyyy-MM-dd" />
19+
<version position="bottom" />
20+
<googleAnalyticsAccountId>UA-17174370-11</googleAnalyticsAccountId>
21+
<skin>
22+
<groupId>org.apache.maven.skins</groupId>
23+
<artifactId>maven-fluido-skin</artifactId>
24+
<version>1.7</version>
25+
</skin>
26+
<!-- http://andriusvelykis.github.io/reflow-maven-skin/skin/ -->
27+
<body>
28+
<!-- Add a rel to Google profile for all pages -->
29+
<head>
30+
<!--
31+
<link rel="author" href="https://plus.google.com/u/0/103952923222929770455"></link>
32+
-->
33+
</head>
34+
35+
<links>
36+
<item name="GitHub project" href="https://github.com/phasenraum2010/holohoax_StGB130/" />
37+
</links>
38+
39+
<breadcrumbs>
40+
<item name="defcon" href="/" />
41+
</breadcrumbs>
42+
43+
<menu name="Main" inherit="top">
44+
<item name="Home" href="./" />
45+
<item name="GitHub project" href="https://github.com/phasenraum2010/holohoax_StGB130/" />
46+
<item name="Blog" href="https://thomas-woehlke.blogspot.de/" />
47+
<item name="Release notes" href="release-notes.html" />
48+
</menu>
49+
<menu name="Download" inherit="top">
50+
<item name="Download" href="skin/index.html#Usage" />
51+
<item name="License" href="license.html" />
52+
</menu>
53+
<menu name="Documentation" inherit="bottom">
54+
<item name="Development" href="development.html" />
55+
<item name="Contribute" href="contribute.html" />
56+
</menu>
57+
<menu name="Contribute" inherit="bottom">
58+
<item name="Contribute" href="contribute.html" />
59+
<item name="Issues" href="https://github.com/phasenraum2010/holohoax_StGB130/issues/" />
60+
<item name="Fork on GitHub" href="https://github.com/phasenraum2010/holohoax_StGB130/" />
61+
<item name="Donate" href="https://www.paypal.me/ThomasWoehlke" />
62+
</menu>
63+
<menu name="Maven documentation" ref="reports" inherit="bottom"/>
64+
</body>
65+
</project>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
<!-- TODO: add issue: setup maven subprojects - properties -->
1919
<modules>
20+
<module>defcon-parent</module>
2021
<module>defcon-build</module>
2122
<module>defcon-engineering</module>
2223
<module>defcon-prototyping</module>

0 commit comments

Comments
 (0)