haflow/maven-install/haflow-demo-module.pom

11 lines
503 B
XML

<?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/maven-v4_0_0.xsd">
<modelVersion>1.0</modelVersion>
<groupId>com.otcaix.haflow</groupId>
<artifactId>haflow-demo-module</artifactId>
<packaging>jar</packaging>
<name>demo</name>
<description>haflow-demo-module</description>
<version>1.0</version>
</project>