Skip to content

Commit 2dcca93

Browse files
author
a_total_another_bla
committed
maven setup
1 parent 944a6f5 commit 2dcca93

File tree

13 files changed

+29
-3
lines changed

13 files changed

+29
-3
lines changed

.mvn/jvm.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-Xmx350m -Xss512k -Dfile.encoding=UTF-8

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
<org.apache.maven.plugins.maven-scm-publish-plugin.version>3.0.0</org.apache.maven.plugins.maven-scm-publish-plugin.version>
3535
<org.apache.maven.plugins.maven-release-plugin.version>2.5.3</org.apache.maven.plugins.maven-release-plugin.version>
3636

37+
<org.apache.maven.plugins.maven-site-plugin>3.7.1</org.apache.maven.plugins.maven-site-plugin>
38+
3739
<spring-statemachine.version>2.0.1.RELEASE</spring-statemachine.version>
3840
<spring-shell.version>2.0.0.RELEASE</spring-shell.version>
3941
</properties>
@@ -54,6 +56,13 @@
5456

5557
<dependencyManagement>
5658
<dependencies>
59+
<dependency>
60+
<groupId>org.apache.maven.plugins</groupId>
61+
<artifactId>maven-site-plugin</artifactId>
62+
<version>${org.apache.maven.plugins.maven-site-plugin}</version>
63+
<type>maven-plugin</type>
64+
<scope>compile</scope>
65+
</dependency>
5766
<dependency>
5867
<groupId>org.codehaus.plexus</groupId>
5968
<artifactId>plexus-utils</artifactId>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-Xmx350m -Xss512k -Dfile.encoding=UTF-8

twitterwall3-dev/.mvn/jvm.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-Xmx350m -Xss512k -Dfile.encoding=UTF-8

twitterwall3-doc/.mvn/jvm.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-Xmx350m -Xss512k -Dfile.encoding=UTF-8
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-Xmx350m -Xss512k -Dfile.encoding=UTF-8

twitterwall3-frontend/.mvn/jvm.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-Xmx350m -Xss512k -Dfile.encoding=UTF-8

twitterwall3-graphdb/.mvn/jvm.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-Xmx350m -Xss512k -Dfile.encoding=UTF-8

twitterwall3-int/.mvn/jvm.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-Xmx350m -Xss512k -Dfile.encoding=UTF-8

twitterwall3-parent/pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@
3535
<org.webjars.bootstrap.version>4.1.0</org.webjars.bootstrap.version>
3636
<org.webjars.font-awesome.version>5.0.10</org.webjars.font-awesome.version>
3737

38+
39+
40+
<org.apache.maven.plugins.maven-enforcer-plugin.version>3.0.0-M1</org.apache.maven.plugins.maven-enforcer-plugin.version>
41+
42+
<org.springframework.boot.spring-boot-maven-plugin.version>2.0.1.RELEASE</org.springframework.boot.spring-boot-maven-plugin.version>
43+
<org.apache.maven.plugins.maven-site-plugin>3.7.1</org.apache.maven.plugins.maven-site-plugin>
3844
<org.apache.maven.scm.plugin.version>1.9.5</org.apache.maven.scm.plugin.version>
3945
<org.apache.maven.plugins.maven-scm-publish-plugin.version>3.0.0</org.apache.maven.plugins.maven-scm-publish-plugin.version>
4046
<org.apache.maven.plugins.maven-release-plugin.version>2.5.3</org.apache.maven.plugins.maven-release-plugin.version>
@@ -70,14 +76,14 @@
7076
<dependency>
7177
<groupId>org.apache.maven.plugins</groupId>
7278
<artifactId>maven-enforcer-plugin</artifactId>
73-
<version>3.0.0-M1</version>
79+
<version>${org.apache.maven.plugins.maven-enforcer-plugin.version}</version>
7480
<type>maven-plugin</type>
7581
<scope>compile</scope>
7682
</dependency>
7783
<dependency>
7884
<groupId>org.springframework.boot</groupId>
7985
<artifactId>spring-boot-maven-plugin</artifactId>
80-
<version>2.0.1.RELEASE</version>
86+
<version>${org.springframework.boot.spring-boot-maven-plugin.version}</version>
8187
<type>maven-plugin</type>
8288
<scope>compile</scope>
8389
</dependency>
@@ -112,7 +118,7 @@
112118
<dependency>
113119
<groupId>org.apache.maven.plugins</groupId>
114120
<artifactId>maven-site-plugin</artifactId>
115-
<version>3.7.1</version>
121+
<version>${org.apache.maven.plugins.maven-site-plugin}</version>
116122
<type>maven-plugin</type>
117123
<scope>compile</scope>
118124
</dependency>

0 commit comments

Comments
 (0)