modules
This commit is contained in:
1
pom.xml
1
pom.xml
@@ -18,6 +18,7 @@
|
||||
<!-- <module>agileboot-admin</module>-->
|
||||
<!-- <module>agileboot-api</module>-->
|
||||
<module>agileboot-common</module>
|
||||
<module>wol-modules</module>
|
||||
<!-- <module>agileboot-domain</module>-->
|
||||
<!-- <module>agileboot-infrastructure</module>-->
|
||||
</modules>
|
||||
|
||||
13
wol-modules/pom.xml
Normal file
13
wol-modules/pom.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<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>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>com.agileboot</groupId>
|
||||
<artifactId>agileboot</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
<artifactId>wol-modules</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user