We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94948d commit ec9fedaCopy full SHA for ec9feda
1 file changed
pom.xml
@@ -0,0 +1,17 @@
1
+<project xmlns="http://maven.apache.org/POM/4.0.0"
2
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
4
+ http://maven.apache.org/maven-v4_0_0.xsd">
5
+ <modelVersion>4.0.0</modelVersion>
6
+
7
+ <groupId>org.magicdb.magic</groupId>
8
+ <artifactId>simple-parent</artifactId>
9
+ <packaging>pom</packaging>
10
+ <version>1.0</version>
11
12
+ <modules>
13
+ <module>file</module>
14
+ <module>magiclib</module>
15
+ </modules>
16
17
+</project>
0 commit comments