This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """" | |
| nexus-uploader.py | |
| Allows mirroring local M2 repositories to a remote Nexus server with a single command. | |
| Supports: | |
| - uploading of common classifiers (sources, javadocs) if available | |
| - using regex include pattern for artifactIds/groupIds | |
| - recursively processing local repo, just point to the root |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ant -f /home/sahin/NetBeansProjects/netbeans/nbbuild build-nozip | |
| bootstrap: | |
| Bootstrapping NetBeans-specific Ant extensions... | |
| Getting: https://gitbox.apache.org/repos/asf?p=netbeans-jenkins-lib.git;a=blob_plain;f=meta/netbeansrelease.json | |
| To: /home/sahin/NetBeansProjects/netbeans/nbbuild/build/netbeansrelease.json | |
| Warning: Could not find file /home/sahin/NetBeansProjects/netbeans/nbbuild/gitinfo.properties to copy. | |
| Warning: Could not find file /home/sahin/NetBeansProjects/netbeans/nbbuild/netbeansrelease.properties to copy. | |
| Processing build with branch master and hash ${metabuild.hash} | |
| getgitinformation: | |
| Building branch: master |