diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2024-03-25 17:02:42 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2024-03-25 17:02:42 -0700 |
commit | ca79a35acf131cd3c350a92b934dda5a7adf55ff (patch) | |
tree | 717ec7ea1bfdd7c39bfce85a0756b81a0362ac73 | |
parent | 3a3f7780aa407f08e22c7c1371a6974dd1573c37 (diff) |
Fix: Update directory-maven-plugin version
In GHA, we are having the following issue after running CLM
followed by Sonar goals:
Cannot find a single highest directory for this project set.
Seems that this issue can be fixed by bumping this plugin to the
latest version.
Issue-ID: CIMAN-33
Change-Id: Id99de184b84588e12b30bda35989524f094a9d52
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -178,7 +178,7 @@ limitations under the License. <plugin> <groupId>org.commonjava.maven.plugins</groupId> <artifactId>directory-maven-plugin</artifactId> - <version>0.3</version> + <version>1.0</version> <executions> <execution> <phase>validate</phase> |