Commit 4048b71e by Tuukka Kivilahti

pom.xml, now intellij idea know's what's going on

1 parent 8de19119
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>moya-angular</artifactId>
</project>
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
<module>../moya-mgmt-web</module> <module>../moya-mgmt-web</module>
<module>../moya-terminal-web</module> <module>../moya-terminal-web</module>
<module>../moya-ear</module> <module>../moya-ear</module>
<module>../moya-angular</module>
</modules> </modules>
<dependencies> <dependencies>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!