diff options
Diffstat (limited to 'version-manifest/pom.xml')
-rw-r--r-- | version-manifest/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml index 4202b2655..27fb4f478 100644 --- a/version-manifest/pom.xml +++ b/version-manifest/pom.xml @@ -149,6 +149,19 @@ </arguments> </configuration> </execution> + <execution> + <id>check-java-artifacts-released</id> + <phase>verify</phase> + <goals> + <goal>exec</goal> + </goals> + <configuration> + <arguments> + <argument>${project.basedir}/src/main/scripts/check-java-manifest.sh</argument> + <argument>${project.basedir}/src/main/resources/java-manifest.csv</argument> + </arguments> + </configuration> + </execution> </executions> </plugin> </plugins> |