From 0ba2c1cfed243389025b1123780ae38b479fa9fd Mon Sep 17 00:00:00 2001
From: Javier Godoy <11554739+javier-godoy@users.noreply.github.com>
Date: Wed, 12 Feb 2025 16:50:00 -0300
Subject: [PATCH] ci: add demo-war profile
---
pom.xml | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 97 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b4e3914..d0e3bb6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
io.github.bonigarcia
webdrivermanager
- 5.1.1
+ 5.9.0
test
@@ -499,6 +499,102 @@
+
+
+ demo-war
+
+ true
+
+
+
+ com.vaadin
+ vaadin-core
+
+
+ com.vaadin
+ vaadin-dev
+
+
+
+
+ com.flowingcode.vaadin.addons.demo
+ commons-demo
+ ${flowingcode.commons.demo.version}
+
+
+ org.slf4j
+ slf4j-simple
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+ 1.7
+
+
+ copy-demo
+ process-sources
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ com.vaadin
+ vaadin-maven-plugin
+ ${vaadin.version}
+
+
+
+ prepare-frontend
+ build-frontend
+
+ compile
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+
+
+
+ war
+
+
+ false
+
+
+
+
+
+
+