Skip to content

Commit ec9feda

Browse files
committed
+ Add POM configuration file to build everything in one shot.
1 parent d94948d commit ec9feda

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)