You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect a dependencies-checksums.csv file somewhere in my project but after running "mvn clean install" command, I cannot get or see anything in project folder even though the command finishes successfully.
And even I tried to run "mvn net.nicoulaj.maven.plugins:checksum-maven-plugin:1.10:files" but I got The parameters 'fileSets' for goal net.nicoulaj.maven.plugins:checksum-maven-plugin:1.10:files are missing or invalid message with failure. I didn't see or find any correct usage to give fileSets parameter.
Am I doing something wrong or do I need to change a parameter in this configuration?
The text was updated successfully, but these errors were encountered:
Hey there,
I'm using below configuration in my project's pom.xml file.
I expect a dependencies-checksums.csv file somewhere in my project but after running "mvn clean install" command, I cannot get or see anything in project folder even though the command finishes successfully.
And even I tried to run "mvn net.nicoulaj.maven.plugins:checksum-maven-plugin:1.10:files" but I got The parameters 'fileSets' for goal net.nicoulaj.maven.plugins:checksum-maven-plugin:1.10:files are missing or invalid message with failure. I didn't see or find any correct usage to give fileSets parameter.
Am I doing something wrong or do I need to change a parameter in this configuration?
The text was updated successfully, but these errors were encountered: