Browse Source
The Maven artifacts are not appearing in the downloaded artifacts! Only 'docker' directory is present, '.m2' is missing. Added verification to show: 1. Does ~/.m2/repository/com/seaweedfs exist? 2. What files are being copied? 3. What SNAPSHOT artifacts are in the upload? 4. Full structure of artifacts/ before upload This will reveal if: - Maven install didn't work (artifacts not created) - Copy command failed (wrong path) - Upload excluded .m2 somehow (artifact filter issue) The next run will show exactly where the Maven artifacts are lost!pull/7526/head
1 changed files with 22 additions and 1 deletions
Loading…
Reference in new issue