|
@@ -0,0 +1,64 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<archetype-descriptor xsi:schemaLocation="https://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.1.0 http://maven.apache.org/xsd/archetype-descriptor-1.1.0.xsd" name="aivfo-mqtt-spring-boot"
|
|
|
+ xmlns="https://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.1.0"
|
|
|
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
+ <fileSets>
|
|
|
+ <fileSet filtered="true" encoding="UTF-8">
|
|
|
+ <directory>.idea/inspectionProfiles</directory>
|
|
|
+ <includes>
|
|
|
+ <include>**/*.xml</include>
|
|
|
+ </includes>
|
|
|
+ </fileSet>
|
|
|
+ <fileSet filtered="true" encoding="UTF-8">
|
|
|
+ <directory>.idea</directory>
|
|
|
+ <includes>
|
|
|
+ <include>**/*.xml</include>
|
|
|
+ </includes>
|
|
|
+ </fileSet>
|
|
|
+ <fileSet encoding="UTF-8">
|
|
|
+ <directory>.idea</directory>
|
|
|
+ <includes>
|
|
|
+ <include>**/*.</include>
|
|
|
+ <include>**/*.gitignore</include>
|
|
|
+ </includes>
|
|
|
+ </fileSet>
|
|
|
+ </fileSets>
|
|
|
+ <modules>
|
|
|
+ <module id="${rootArtifactId}-core" dir="__rootArtifactId__-core" name="${rootArtifactId}-core">
|
|
|
+ <fileSets>
|
|
|
+ <fileSet filtered="true" packaged="true" encoding="UTF-8">
|
|
|
+ <directory>src/main/java</directory>
|
|
|
+ <includes>
|
|
|
+ <include>**/*.java</include>
|
|
|
+ </includes>
|
|
|
+ </fileSet>
|
|
|
+ </fileSets>
|
|
|
+ </module>
|
|
|
+ <module id="${rootArtifactId}-autoconfigure" dir="__rootArtifactId__-autoconfigure" name="${rootArtifactId}-autoconfigure">
|
|
|
+ <fileSets>
|
|
|
+ <fileSet filtered="true" packaged="true" encoding="UTF-8">
|
|
|
+ <directory>src/main/java</directory>
|
|
|
+ <includes>
|
|
|
+ <include>**/*.java</include>
|
|
|
+ </includes>
|
|
|
+ </fileSet>
|
|
|
+ </fileSets>
|
|
|
+ </module>
|
|
|
+ <module id="${rootArtifactId}-starter" dir="__rootArtifactId__-starter" name="${rootArtifactId}-starter">
|
|
|
+ <fileSets>
|
|
|
+ <fileSet filtered="true" packaged="true" encoding="UTF-8">
|
|
|
+ <directory>src/test/java</directory>
|
|
|
+ <includes>
|
|
|
+ <include>**/*.java</include>
|
|
|
+ </includes>
|
|
|
+ </fileSet>
|
|
|
+ <fileSet filtered="true" encoding="UTF-8">
|
|
|
+ <directory>src/test/resources</directory>
|
|
|
+ <includes>
|
|
|
+ <include>**/*.properties</include>
|
|
|
+ </includes>
|
|
|
+ </fileSet>
|
|
|
+ </fileSets>
|
|
|
+ </module>
|
|
|
+ </modules>
|
|
|
+</archetype-descriptor>
|