Skip to content

Commit

Permalink
[9.100.x-prod] Run partial bootstrap for sonataflow-quarkus-devui (#15)
Browse files Browse the repository at this point in the history
* Run partial bootstrap for sonataflow-quarkus-devui only

* Add empty relativePath to maven-base (#14)

---------

Co-authored-by: fantonangeli <[email protected]>
  • Loading branch information
rgdoliveira and fantonangeli authored May 13, 2024
1 parent 275507f commit 498304c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/maven-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>32</version>
<relativePath />
</parent>

<groupId>org.kie</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,13 @@
</configuration>
</execution>
<execution>
<id>pnpm bootstrap</id>
<id>pnpm bootstrap sonataflow-quarkus-devui</id>
<goals>
<goal>pnpm</goal>
</goals>
<configuration>
<skip>${skip.ui.deps}</skip>
<arguments>bootstrap</arguments>
<arguments>bootstrap -F @kie-tools/sonataflow-quarkus-devui...</arguments>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 498304c

Please sign in to comment.