Skip to content

Commit 9952d9b

Browse files
phasenraum2010phasenraum2010
authored andcommitted
maven setup windows
1 parent ef969f5 commit 9952d9b

File tree

13 files changed

+45
-2
lines changed

13 files changed

+45
-2
lines changed

run.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mvnw clean install site -DskipTests=true

twitterwall3-clickdummy/run.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mvnw clean spring-boot:run
2+

twitterwall3-dev/run.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mvnw clean spring-boot:run
2+

twitterwall3-doc/run.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mvnw clean spring-boot:run
2+

twitterwall3-engineering/run.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mvnw clean spring-boot:run
2+

twitterwall3-frontend/run.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mvnw clean spring-boot:run
2+

twitterwall3-graphdb/pom.xml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
5+
66
<parent>
77
<groupId>org.woehlke.apps.twitterwall3</groupId>
88
<artifactId>twitterwall3-parent</artifactId>
99
<version>1.0-SNAPSHOT</version>
1010
<relativePath>../twitterwall3-parent</relativePath>
1111
</parent>
12-
12+
1313
<artifactId>twitterwall3-graphdb</artifactId>
1414
<version>1.0-SNAPSHOT</version>
1515
<packaging>jar</packaging>
@@ -82,10 +82,12 @@
8282
<groupId>org.springframework.boot</groupId>
8383
<artifactId>spring-boot-starter-jdbc</artifactId>
8484
</dependency>
85+
<!--
8586
<dependency>
8687
<groupId>org.springframework.boot</groupId>
8788
<artifactId>spring-boot-starter-jersey</artifactId>
8889
</dependency>
90+
-->
8991
<dependency>
9092
<groupId>org.springframework.boot</groupId>
9193
<artifactId>spring-boot-starter-jooq</artifactId>
@@ -208,6 +210,24 @@
208210
<scope>test</scope>
209211
</dependency>
210212

213+
<dependency>
214+
<groupId>org.springframework.batch</groupId>
215+
<artifactId>spring-batch-core</artifactId>
216+
<scope>compile</scope>
217+
</dependency>
218+
219+
<!--
220+
<dependency>
221+
<groupId>org.glassfish.jersey.ext</groupId>
222+
<artifactId>jersey-spring4</artifactId>
223+
</dependency>
224+
-->
225+
226+
<dependency>
227+
<groupId>org.apache.logging.log4j</groupId>
228+
<artifactId>log4j-api</artifactId>
229+
</dependency>
230+
211231
<dependency>
212232
<groupId>org.webjars</groupId>
213233
<artifactId>jquery</artifactId>

twitterwall3-graphdb/run.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mvnw clean spring-boot:run
2+

twitterwall3-int/run.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mvnw clean spring-boot:run
2+

twitterwall3-parent/run.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mvnw clean spring-boot:run
2+

0 commit comments

Comments
 (0)