Skip to content

Commit

Permalink
Create pom.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xmz0916 authored Nov 18, 2020
1 parent 4cb8ff3 commit 5f2bc0a
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/pom.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?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">
<parent>
<artifactId>blynk</artifactId>
<groupId>cc.blynk</groupId>
<version>0.41.14-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>server</artifactId>
<groupId>cc.blynk.server</groupId>

<packaging>pom</packaging>

<modules>
<module>notifications</module>

<module>utils</module>
<module>acme</module>
<module>core</module>

<module>http-core</module>
<module>http-admin</module>
<module>http-api</module>

<module>tcp-app-server</module>
<module>tcp-hardware-server</module>
<module>tcp-web-server</module>

<module>launcher</module>
<module>tools</module>
</modules>

</project>

0 comments on commit 5f2bc0a

Please sign in to comment.