#!/bin/bash dir=`dirname $0` ARCHETYPE_ARTIFACT=vaadin-archetype-application-example . $dir/validate-archetype-common.sh mvn archetype:generate -DarchetypeGroupId=$ARCHETYPE_GROUP -DarchetypeArtifactId=$ARCHETYPE_ARTIFACT -DarchetypeVersion=$ARCHETYPE_VERSION -DarchetypeRepository=$ARCHETYPEREPO -DgroupId=$GROUP -DartifactId=$ART -Dversion=1.0-SNAPSHOT -DinteractiveMode=false pushd $ART # Add vaadin repo $SED -i "s##vaadin-$ARCHETYPE_VERSION-staging$VAADINREPO#" pom.xml # Add vaadin and plugin repo as plugin repos $SED -i "s##vaadin-$ARCHETYPE_VERSION-plugin-staging$PLUGINREPO#" pom.xml mvn install && pushd $ART-ui && mvn jetty:run popd popd -aws-diet Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/src/helpers/validators.js
blob: 0f2ca9e41b7bfaace6e09464d90907b21e98f926 (plain)
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