Skip to content

Commit

Permalink
Fix plugin execution order in osgi module
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Jul 2, 2024
1 parent d2a3bf9 commit 60455f7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bundles/osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,12 @@
</execution>
</executions>
</plugin>
<!-- The gpg plugin is here just to ensure order of execution *after* shade plugin -->
<!-- It does nothing in a standard build and the whole configuration of this plugin remains in Weld parent -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
</plugin>
</plugins>
</build>

Expand Down Expand Up @@ -362,7 +368,7 @@
<connection>scm:git:[email protected]:weld/core.git</connection>
<developerConnection>scm:git:[email protected]:weld/core.git</developerConnection>
<url>scm:git:[email protected]:weld/core.git</url>
<tag>5.0.0-SNAPSHOT</tag>
<tag>6.0.0-SNAPSHOT</tag>
</scm>

</project>

0 comments on commit 60455f7

Please sign in to comment.