Add an aggregator pom to build all the vscode extensions maven bits.
This commit is contained in:
18
vscode-extensions/pom.xml
Normal file
18
vscode-extensions/pom.xml
Normal 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>
|
||||
Reference in New Issue
Block a user