aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
-rw-r--r--server/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 30f1f8af..8701352c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
<modules>
<module>server</module>
- <!--module>standalone</module-->
+ <module>standalone</module>
</modules>
<!--build>
diff --git a/server/pom.xml b/server/pom.xml
index 6df084e8..f64afad8 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -352,7 +352,7 @@
</execution>
</executions>
</plugin>
- <plugin>
+ <!--plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.6</version>
@@ -363,7 +363,7 @@
<version>2.10</version>
</dependency>
</dependencies>
- </plugin>
+ </plugin-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>