-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
754 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,240 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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"> | ||
|
||
<!-- POM file generated with GWT webAppCreator --> | ||
<modelVersion>4.0.0</modelVersion> | ||
<artifactId>disk-project-client</artifactId> | ||
<name>Disk client</name> | ||
<description>Disk portal web application</description> | ||
<packaging>war</packaging> | ||
<parent> | ||
<groupId>org.disk-project</groupId> | ||
<artifactId>disk-project</artifactId> | ||
<version>2.5.0</version> | ||
<relativePath>../pom.xml</relativePath> | ||
</parent> | ||
|
||
<properties> | ||
<gwt.version>2.9.0</gwt.version> | ||
<gwt-maven.version>2.9.0</gwt-maven.version> | ||
<gwtp.version>1.6</gwtp.version> | ||
<gin.version>2.1.2</gin.version> | ||
<gwt.d3.version>1.2.0</gwt.d3.version> | ||
<restygwt.version>2.1.1</restygwt.version> | ||
<validation.version>1.0.0.GA</validation.version> | ||
<gwt.codemirror.version>2.0.1</gwt.codemirror.version> | ||
<vaadin-polymer.version>1.9.3.1</vaadin-polymer.version> | ||
<three4g.version>0.108</three4g.version> | ||
|
||
<java.version>1.8</java.version> | ||
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
</properties> | ||
|
||
<repositories> | ||
<repository> | ||
<id>sonatype-snapshots</id> | ||
<url>https://oss.sonatype.org/content/repositories/snapshots</url> | ||
<snapshots><enabled>true</enabled></snapshots> | ||
<releases><enabled>false</enabled></releases> | ||
</repository> | ||
<repository> | ||
<id>vaadin-snapshots</id> | ||
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url> | ||
<snapshots><enabled>true</enabled></snapshots> | ||
</repository> | ||
<repository> | ||
<id>google-snapshots</id> | ||
<url>https://oss.sonatype.org/content/repositories/google-snapshots/</url> | ||
<snapshots><enabled>true</enabled></snapshots> | ||
</repository> | ||
</repositories> | ||
|
||
<dependencyManagement> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.google.gwt</groupId> | ||
<artifactId>gwt</artifactId> | ||
<version>${gwt.version}</version> | ||
<type>pom</type> | ||
<scope>import</scope> | ||
</dependency> | ||
</dependencies> | ||
</dependencyManagement> | ||
|
||
<dependencies> | ||
<!-- Disk shared --> | ||
<dependency> | ||
<groupId>org.disk-project</groupId> | ||
<artifactId>disk-project-shared</artifactId> | ||
<version>${project.version}</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.disk-project</groupId> | ||
<artifactId>disk-project-shared</artifactId> | ||
<version>${project.version}</version> | ||
<classifier>sources</classifier> | ||
</dependency> | ||
|
||
<!-- GWT --> | ||
<dependency> | ||
<groupId>com.google.gwt</groupId> | ||
<artifactId>gwt-user</artifactId> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.gwt</groupId> | ||
<artifactId>gwt-codeserver</artifactId> | ||
<scope>provided</scope> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.googlecode.gwtquery</groupId> | ||
<artifactId>gwtquery</artifactId> | ||
<version>1.4.4-SNAPSHOT</version> | ||
<scope>provided</scope> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>com.google.gwt</groupId> | ||
<artifactId>gwt-elemental</artifactId> | ||
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
|
||
<!-- Vaadin GWT Polymer --> | ||
<dependency> | ||
<groupId>com.vaadin.polymer</groupId> | ||
<artifactId>vaadin-gwt-polymer-elements</artifactId> | ||
<version>${vaadin-polymer.version}</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
|
||
<!-- GWT D3 --> | ||
<dependency> | ||
<groupId>com.github.gwtd3</groupId> | ||
<artifactId>gwt-d3-api</artifactId> | ||
<version>${gwt.d3.version}</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
|
||
<!-- GWT Codemirror --> | ||
<dependency> | ||
<groupId>edu.stanford.protege</groupId> | ||
<artifactId>codemirror-gwt</artifactId> | ||
<version>${gwt.codemirror.version}</version> | ||
</dependency> | ||
|
||
<!-- GWT Gin --> | ||
<dependency> | ||
<groupId>com.google.gwt.inject</groupId> | ||
<artifactId>gin</artifactId> | ||
<version>${gin.version}</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
|
||
<!-- GWT MVP --> | ||
<dependency> | ||
<groupId>com.gwtplatform</groupId> | ||
<artifactId>gwtp-mvp-client</artifactId> | ||
<version>${gwtp.version}</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.gwtplatform</groupId> | ||
<artifactId>gwtp-mvp-shared</artifactId> | ||
<version>${gwtp.version}</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
|
||
<!-- RESTY GWT --> | ||
<dependency> | ||
<groupId>org.fusesource.restygwt</groupId> | ||
<artifactId>restygwt</artifactId> | ||
<version>${restygwt.version}</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
|
||
<!-- Keycloak --> | ||
<dependency> | ||
<groupId>org.realityforge.gwt.keycloak</groupId> | ||
<artifactId>gwt-keycloak</artifactId> | ||
<version>0.7</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
|
||
<!-- Three GWT --> | ||
<dependency> | ||
<groupId>org.treblereel.gwt</groupId> | ||
<artifactId>three4g</artifactId> | ||
<version>${three4g.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.treblereel.gwt</groupId> | ||
<artifactId>three4g-extensions</artifactId> | ||
<version>${three4g.version}</version> | ||
</dependency> | ||
</dependencies> | ||
|
||
|
||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.codehaus.mojo</groupId> | ||
<artifactId>gwt-maven-plugin</artifactId> | ||
<version>${gwt-maven.version}</version> | ||
<executions> | ||
<execution> | ||
<goals> | ||
<goal>compile</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
<!--inherited>true</inherited> | ||
<configuration> | ||
<runTarget>index.html</runTarget> | ||
<draftCompile>false</draftCompile> | ||
<optimizationLevel>9</optimizationLevel> | ||
<disableCastChecking>true</disableCastChecking> | ||
<disableClassMetadata>true</disableClassMetadata> | ||
<enableAssertions>false</enableAssertions> | ||
<closureCompiler>true</closureCompiler> | ||
<bindAddress>0.0.0.0</bindAddress> | ||
</configuration--> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>3.5.1</version> | ||
<configuration> | ||
<source>${java.version}</source> | ||
<target>${java.version}</target> | ||
</configuration> | ||
</plugin> | ||
|
||
<!--plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-war-plugin</artifactId> | ||
<version>3.3.1</version> | ||
<configuration> | ||
<archive> | ||
<manifest> | ||
<addClasspath>true</addClasspath> | ||
</manifest> | ||
</archive> | ||
</configuration> | ||
</plugin--> | ||
|
||
|
||
<!--plugin> | ||
<groupId>org.mortbay.jetty</groupId> | ||
<artifactId>jetty-maven-plugin</artifactId> | ||
<version>8.1.16.v20140903</version> | ||
</plugin--> | ||
</plugins> | ||
</build> | ||
|
||
</project> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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.disk-project</groupId> | ||
<artifactId>disk-project</artifactId> | ||
<version>2.5.0</version> | ||
<name>Disk</name> | ||
<packaging>pom</packaging> | ||
<modules> | ||
<module>shared</module> | ||
<module>server</module> | ||
<module>client</module> | ||
</modules> | ||
|
||
<distributionManagement> | ||
<repository> | ||
<id>archiva.internal</id> | ||
<name>Internal Release Repository</name> | ||
<url>https://www.wings-workflows.org/archiva/repository/internal/</url> | ||
</repository> | ||
<snapshotRepository> | ||
<id>archiva.snapshots</id> | ||
<name>Internal Snapshot Repository</name> | ||
<url>https://www.wings-workflows.org/archiva/repository/snapshots/</url> | ||
</snapshotRepository> | ||
</distributionManagement> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.