Skip to content

Commit

Permalink
chore: publish quarkus extension
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Aug 5, 2023
1 parent a1b36ae commit 2d06cab
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Publish to Maven Central
run: |
./mvnw -N -ntp install
./mvnw -ntp -Prelease,release-flow,release-ossrh -pl :vaadin-flow-sockjs,:vertx-vaadin-flow -Dvertx-vaadin.release.gpg -DskipTests clean deploy
./mvnw -ntp -Prelease,release-flow,release-ossrh -pl :vaadin-flow-sockjs,:vertx-vaadin-flow:vertx-vaadin-flow-jandex,:vertx-vaadin-quarkus-extension-parent,:vertx-vaadin-quarkus-extension,:vertx-vaadin-quarkus-extension-deployment -Dvertx-vaadin.release.gpg -DskipTests clean deploy
env:
MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
Expand Down
4 changes: 4 additions & 0 deletions vertx-vaadin-flow-parent/vertx-vaadin-flow-jandex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>com.igormaznitsa</groupId>
<artifactId>uber-pom</artifactId>
</plugin>
</plugins>
</build>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@
</annotationProcessorPaths>
</configuration>
</plugin>
<plugin>
<groupId>com.igormaznitsa</groupId>
<artifactId>uber-pom</artifactId>
<executions>
<execution>
<id>default</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,11 @@
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>com.igormaznitsa</groupId>
<artifactId>uber-pom</artifactId>
</plugin>
</plugins>
</build>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,16 @@
</annotationProcessorPaths>
</configuration>
</plugin>
<plugin>
<groupId>com.igormaznitsa</groupId>
<artifactId>uber-pom</artifactId>
<executions>
<execution>
<id>default</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 2d06cab

Please sign in to comment.