Skip to content

Commit

Permalink
build server and client from project root level
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvi committed Nov 22, 2018
1 parent d5ee50d commit 6fc4317
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pom.xml
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.vojtechruzicka</groupId>
<artifactId>spring-boot-admin-root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
</properties>

<modules>
<module>client</module>
<module>server</module>
</modules>


</project>

0 comments on commit 6fc4317

Please sign in to comment.