Add an aggregator pom to build all the vscode extensions maven bits.

This commit is contained in:
Kris De Volder
2016-10-13 14:54:07 -07:00
parent 547b73b04b
commit 15557e6908

18
vscode-extensions/pom.xml Normal file
View File

@@ -0,0 +1,18 @@
<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>
<groupId>org.springframework.ide.vscode</groupId>
<artifactId>aggregator</artifactId>
<packaging>pom</packaging>
<version>0.0.1-SNAPSHOT</version>
<name>aggregator</name>
<modules>
<module>commons</module>
<module>vscode-application-properties</module>
<module>vscode-application-yaml</module>
<module>vscode-manifest-yaml</module>
</modules>
</project>