Skip to content

Commit 528dfa1

Browse files
mlopezFCjavier-godoy
authored andcommitted
ci: remove production mode in directory profile
remove production mode because it's not needed in order to create de .ts files for the endpoints
1 parent 9c3e4f1 commit 528dfa1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -229,16 +229,6 @@
229229
<profiles>
230230
<profile>
231231
<id>directory</id>
232-
<properties>
233-
<vaadin.productionMode>true</vaadin.productionMode>
234-
</properties>
235-
<dependencies>
236-
<dependency>
237-
<groupId>com.vaadin</groupId>
238-
<artifactId>flow-server-production-mode</artifactId>
239-
<optional>true</optional>
240-
</dependency>
241-
</dependencies>
242232
<build>
243233
<plugins>
244234
<plugin>

0 commit comments

Comments
 (0)