-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
68 lines (62 loc) · 2.38 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2012-2015 Codenvy, S.A.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Codenvy, S.A. - initial API and implementation
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>com.codenvy</groupId>
<artifactId>codenvy-assembly-che</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Codenvy assembly-che</name>
<repositories>
<repository>
<id>codenvy-public-repo</id>
<name>codenvy public</name>
<url>https://maven.codenvycorp.com/content/groups/public/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>codenvy-public-repo2</id>
<name>codenvy public</name>
<url>https://maven.codenvycorp.com/content/groups/public/</url>
</pluginRepository>
</pluginRepositories>
<modules>
<module>maven-parent-pom</module>
<module>commons</module>
<module>platform-api</module>
<module>platform-api-client-gwt</module>
<module>ide</module>
<module>security</module>
<module>vfs-impl</module>
<module>plugin-java</module>
<module>plugin-editor-codemirror</module>
<module>plugin-editor-orion</module>
<module>plugin-php</module>
<module>test-framework</module>
<module>plugin-git</module>
<module>plugin-datasource</module>
<module>plugin-angularjs</module>
<module>plugin-bower</module>
<module>plugin-gulp</module>
<module>plugin-grunt</module>
<module>plugin-npm</module>
<module>plugin-yeoman</module>
<module>plugin-cpp</module>
<module>plugin-ruby</module>
<module>plugin-go</module>
<module>plugin-python</module>
<module>plugin-tour</module>
<module>plugin-sdk</module>
<module>sdk</module>
</modules>
</project>