Skip to content

Commit

Permalink
Set up maven build of core, plugins, dashboard, assembly
Browse files Browse the repository at this point in the history
Added maven build of submodules.
Removed duplicated resources
CODE_OF_CONDUCT, CONTRIBUTING, Dockerfile, LICENSE, NUMBERING, README - all move to root please.
Set up default maven JVM config
Moved dependency management from che-dependcies for che dependencies. Theard party dependecies left in che-dependecies
Removed unused travis cunfigs
Removed outdated scm configs

Signed-off-by: Sergii Kabashniuk <skabashnyuk@codenvy.com>
  • Loading branch information
Sergii Kabashniuk committed Feb 12, 2016
1 parent 2795099 commit f325949
Show file tree
Hide file tree
Showing 41 changed files with 561 additions and 1,029 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
57 changes: 0 additions & 57 deletions assembly/.gitignore

This file was deleted.

203 changes: 0 additions & 203 deletions assembly/LICENSE

This file was deleted.

26 changes: 0 additions & 26 deletions assembly/appveyor.yml

This file was deleted.

10 changes: 5 additions & 5 deletions assembly/assembly-ide-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<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>
<parent>
<artifactId>che-parent</artifactId>
<artifactId>che-assembly-parent</artifactId>
<groupId>org.eclipse.che</groupId>
<version>4.0.0-RC4-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -172,6 +172,10 @@
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-vfs-impl</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.che.lib</groupId>
<artifactId>che-swagger-module</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-docker-client</artifactId>
Expand Down Expand Up @@ -260,10 +264,6 @@
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-web-ext-web</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.che.swagger</groupId>
<artifactId>che-swagger-module</artifactId>
</dependency>
<dependency>
<groupId>org.everrest</groupId>
<artifactId>everrest-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion assembly/assembly-machine-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<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>
<parent>
<artifactId>che-parent</artifactId>
<artifactId>che-assembly-parent</artifactId>
<groupId>org.eclipse.che</groupId>
<version>4.0.0-RC4-SNAPSHOT</version>
</parent>
Expand Down
10 changes: 5 additions & 5 deletions assembly/assembly-machine-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<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>
<parent>
<artifactId>che-parent</artifactId>
<artifactId>che-assembly-parent</artifactId>
<groupId>org.eclipse.che</groupId>
<version>4.0.0-RC4-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -94,6 +94,10 @@
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-vfs-impl</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.che.lib</groupId>
<artifactId>che-swagger-module</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-jdt-ext-machine</artifactId>
Expand Down Expand Up @@ -138,10 +142,6 @@
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-sdk-env-local</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.che.swagger</groupId>
<artifactId>che-swagger-module</artifactId>
</dependency>
<dependency>
<groupId>org.everrest</groupId>
<artifactId>everrest-core</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions assembly/assembly-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<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>
<parent>
<artifactId>che-parent</artifactId>
<artifactId>che-assembly-parent</artifactId>
<groupId>org.eclipse.che</groupId>
<version>4.0.0-RC4-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -42,6 +42,11 @@
<artifactId>che-dashboard-war</artifactId>
<type>war</type>
</dependency>
<dependency>
<groupId>org.eclipse.che.lib</groupId>
<artifactId>che-swagger-war</artifactId>
<type>war</type>
</dependency>
<dependency>
<groupId>org.eclipse.che.lib</groupId>
<artifactId>che-tomcat8-slf4j-logback</artifactId>
Expand All @@ -58,11 +63,6 @@
<type>jar</type>
<classifier>jar-with-dependencies</classifier>
</dependency>
<dependency>
<groupId>org.eclipse.che.swagger</groupId>
<artifactId>che-swagger-war</artifactId>
<type>war</type>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
Loading

0 comments on commit f325949

Please sign in to comment.