Skip to content

Commit 4b490ae

Browse files
author
phasenraum2010
committed
ongoing work on #34 #39
1 parent 87c250a commit 4b490ae

File tree

29 files changed

+998
-1
lines changed

29 files changed

+998
-1
lines changed

defcon-applications/defcon-cloud-apps/pom.xml

+60
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,66 @@
2020
<module>who-is-who-printmedien</module>
2121
</modules>
2222

23+
<dependencyManagement>
24+
<dependencies>
25+
<dependency>
26+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
27+
<artifactId>defcon-data-warehouse</artifactId>
28+
<version>0.0.1-SNAPSHOT</version>
29+
</dependency>
30+
<dependency>
31+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
32+
<artifactId>defcon-data-processor</artifactId>
33+
<version>0.0.1-SNAPSHOT</version>
34+
</dependency>
35+
<dependency>
36+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
37+
<artifactId>defcon-twitter-cockpit</artifactId>
38+
<version>0.0.1-SNAPSHOT</version>
39+
</dependency>
40+
<dependency>
41+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
42+
<artifactId>defcon-youtube-cockpit</artifactId>
43+
<version>0.0.1-SNAPSHOT</version>
44+
</dependency>
45+
</dependencies>
46+
</dependencyManagement>
47+
48+
<dependencies>
49+
<dependency>
50+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
51+
<artifactId>defcon-parent</artifactId>
52+
</dependency>
53+
<dependency>
54+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
55+
<artifactId>defcon-build</artifactId>
56+
</dependency>
57+
<dependency>
58+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
59+
<artifactId>defcon-engineering</artifactId>
60+
</dependency>
61+
<dependency>
62+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
63+
<artifactId>defcon-prototyping</artifactId>
64+
</dependency>
65+
<dependency>
66+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
67+
<artifactId>defcon-data-warehouse</artifactId>
68+
</dependency>
69+
<dependency>
70+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
71+
<artifactId>defcon-data-processor</artifactId>
72+
</dependency>
73+
<dependency>
74+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
75+
<artifactId>defcon-twitter-cockpit</artifactId>
76+
</dependency>
77+
<dependency>
78+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
79+
<artifactId>defcon-youtube-cockpit</artifactId>
80+
</dependency>
81+
</dependencies>
82+
2383
<profiles>
2484
<profile>
2585
<id>default</id>

defcon-applications/defcon-cloud-apps/who-is-who-bundestag/pom.xml

+35
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,41 @@
1313
<artifactId>who-is-who-bundestag</artifactId>
1414
<packaging>jar</packaging>
1515

16+
<dependencies>
17+
<dependency>
18+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
19+
<artifactId>defcon-parent</artifactId>
20+
</dependency>
21+
<dependency>
22+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
23+
<artifactId>defcon-build</artifactId>
24+
</dependency>
25+
<dependency>
26+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
27+
<artifactId>defcon-engineering</artifactId>
28+
</dependency>
29+
<dependency>
30+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
31+
<artifactId>defcon-prototyping</artifactId>
32+
</dependency>
33+
<dependency>
34+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
35+
<artifactId>defcon-data-warehouse</artifactId>
36+
</dependency>
37+
<dependency>
38+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
39+
<artifactId>defcon-data-processor</artifactId>
40+
</dependency>
41+
<dependency>
42+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
43+
<artifactId>defcon-twitter-cockpit</artifactId>
44+
</dependency>
45+
<dependency>
46+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
47+
<artifactId>defcon-youtube-cockpit</artifactId>
48+
</dependency>
49+
</dependencies>
50+
1651
<profiles>
1752
<profile>
1853
<id>default</id>

defcon-applications/defcon-cloud-apps/who-is-who-printmedien/pom.xml

+35
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,41 @@
1313
<artifactId>who-is-who-printmedien</artifactId>
1414
<packaging>jar</packaging>
1515

16+
<dependencies>
17+
<dependency>
18+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
19+
<artifactId>defcon-parent</artifactId>
20+
</dependency>
21+
<dependency>
22+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
23+
<artifactId>defcon-build</artifactId>
24+
</dependency>
25+
<dependency>
26+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
27+
<artifactId>defcon-engineering</artifactId>
28+
</dependency>
29+
<dependency>
30+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
31+
<artifactId>defcon-prototyping</artifactId>
32+
</dependency>
33+
<dependency>
34+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
35+
<artifactId>defcon-data-warehouse</artifactId>
36+
</dependency>
37+
<dependency>
38+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
39+
<artifactId>defcon-data-processor</artifactId>
40+
</dependency>
41+
<dependency>
42+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
43+
<artifactId>defcon-twitter-cockpit</artifactId>
44+
</dependency>
45+
<dependency>
46+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
47+
<artifactId>defcon-youtube-cockpit</artifactId>
48+
</dependency>
49+
</dependencies>
50+
1651
<profiles>
1752
<profile>
1853
<id>default</id>

defcon-applications/defcon-cloud-apps/who-is-who-rundfunk/pom.xml

+35
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,41 @@
1313
<artifactId>who-is-who-rundfunk</artifactId>
1414
<packaging>jar</packaging>
1515

16+
<dependencies>
17+
<dependency>
18+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
19+
<artifactId>defcon-parent</artifactId>
20+
</dependency>
21+
<dependency>
22+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
23+
<artifactId>defcon-build</artifactId>
24+
</dependency>
25+
<dependency>
26+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
27+
<artifactId>defcon-engineering</artifactId>
28+
</dependency>
29+
<dependency>
30+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
31+
<artifactId>defcon-prototyping</artifactId>
32+
</dependency>
33+
<dependency>
34+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
35+
<artifactId>defcon-data-warehouse</artifactId>
36+
</dependency>
37+
<dependency>
38+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
39+
<artifactId>defcon-data-processor</artifactId>
40+
</dependency>
41+
<dependency>
42+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
43+
<artifactId>defcon-twitter-cockpit</artifactId>
44+
</dependency>
45+
<dependency>
46+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
47+
<artifactId>defcon-youtube-cockpit</artifactId>
48+
</dependency>
49+
</dependencies>
50+
1651
<profiles>
1752
<profile>
1853
<id>default</id>

defcon-applications/defcon-cloud-apps/who-is-who-wahlen-btw17/pom.xml

+35
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,41 @@
1313
<artifactId>who-is-who-wahlen-btw17</artifactId>
1414
<packaging>jar</packaging>
1515

16+
<dependencies>
17+
<dependency>
18+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
19+
<artifactId>defcon-parent</artifactId>
20+
</dependency>
21+
<dependency>
22+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
23+
<artifactId>defcon-build</artifactId>
24+
</dependency>
25+
<dependency>
26+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
27+
<artifactId>defcon-engineering</artifactId>
28+
</dependency>
29+
<dependency>
30+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
31+
<artifactId>defcon-prototyping</artifactId>
32+
</dependency>
33+
<dependency>
34+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
35+
<artifactId>defcon-data-warehouse</artifactId>
36+
</dependency>
37+
<dependency>
38+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
39+
<artifactId>defcon-data-processor</artifactId>
40+
</dependency>
41+
<dependency>
42+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
43+
<artifactId>defcon-twitter-cockpit</artifactId>
44+
</dependency>
45+
<dependency>
46+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
47+
<artifactId>defcon-youtube-cockpit</artifactId>
48+
</dependency>
49+
</dependencies>
50+
1651
<profiles>
1752
<profile>
1853
<id>default</id>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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-applications</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+
12+
<name>defcon :: applications :: twitter :: cockpit</name>
13+
<artifactId>defcon-data-processor</artifactId>
14+
<packaging>jar</packaging>
15+
16+
<dependencies>
17+
<dependency>
18+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
19+
<artifactId>defcon-parent</artifactId>
20+
</dependency>
21+
<dependency>
22+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
23+
<artifactId>defcon-build</artifactId>
24+
</dependency>
25+
<dependency>
26+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
27+
<artifactId>defcon-engineering</artifactId>
28+
</dependency>
29+
<dependency>
30+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
31+
<artifactId>defcon-prototyping</artifactId>
32+
</dependency>
33+
</dependencies>
34+
35+
<profiles>
36+
<profile>
37+
<id>default</id>
38+
<activation>
39+
<activeByDefault>true</activeByDefault>
40+
</activation>
41+
<build>
42+
<plugins>
43+
<plugin>
44+
<groupId>org.apache.maven.plugins</groupId>
45+
<artifactId>maven-surefire-plugin</artifactId>
46+
<configuration>
47+
<skipTests>true</skipTests>
48+
</configuration>
49+
</plugin>
50+
</plugins>
51+
</build>
52+
</profile>
53+
</profiles>
54+
55+
</project>
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>

defcon-applications/defcon-data-warehouse/pom.xml

+19
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,25 @@
1313
<artifactId>defcon-data-warehouse</artifactId>
1414
<packaging>jar</packaging>
1515

16+
<dependencies>
17+
<dependency>
18+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
19+
<artifactId>defcon-parent</artifactId>
20+
</dependency>
21+
<dependency>
22+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
23+
<artifactId>defcon-build</artifactId>
24+
</dependency>
25+
<dependency>
26+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
27+
<artifactId>defcon-engineering</artifactId>
28+
</dependency>
29+
<dependency>
30+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
31+
<artifactId>defcon-prototyping</artifactId>
32+
</dependency>
33+
</dependencies>
34+
1635
<profiles>
1736
<profile>
1837
<id>default</id>

0 commit comments

Comments
 (0)