Skip to content

Instantly share code, notes, and snippets.

View masterdany88's full-sized avatar

Daniel Korbel masterdany88

View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
daniel@pc:~/git/erp2/micSupp/ui/src/main/webapp$ tree
.
├── App
│   ├── App.nocache.js
│   ├── clear.cache.gif
│   ├── css
│   │   ├── animation.css
│   │   ├── material-icons.css
│   │   ├── materialize.amber.css
│   │   ├── materialize.blue.css
@masterdany88
masterdany88 / gist:d5e4aaa6b2f0c8084cfc8c8049285cc3
Created July 18, 2018 19:59
target/micSuppUi-0.1.0-SNAPSHOT
aniel@pc:~/git/erp2/micSupp/ui/target/micSuppUi-0.1.0-SNAPSHOT$ tree
.
├── App
│   ├── 07C12E3BEFFB27FD82A0EE8AE681F083.cache.js
│   ├── App.devmode.js
│   ├── App.nocache.js
│   ├── clear.cache.gif
│   ├── compilation-mappings.txt
│   ├── css
│   │   ├── animation.css
daniel@pc:~/git/erp2/micSupp/ui$ mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building micSuppUi 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ micSuppUi ---
[INFO] Deleting /home/daniel/git/erp2/micSupp/ui/src/main/webapp/WEB-INF/classes
[INFO] Deleting /home/daniel/git/erp2/micSupp/ui (includes = [src/gen/, src/main/webapp/app/, src/main/webapp/WEB-INF/deploy/, src/main/webapp/WEB-INF/lib/, src/main/webapp/WEB-INF/classes/**/*.*, src/main/webapp/WEB-INF/classes/**/*, src/main/webapp/WEB-INF/classes, **/gwt-unitCache/**, .errai/], excludes = [])
@masterdany88
masterdany88 / pom.xml
Created July 18, 2018 19:38
gwt gmd build with errai
<?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>
<parent>
<groupId>pl.korbeldaniel.erp2</groupId>
<artifactId>micSupp</artifactId>
<version>0.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>