-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #151 from vmware/fix/146_pull_on_windows
Fix for issue 146 - pull not working on windows
- Loading branch information
Showing
18 changed files
with
13,030 additions
and
20,291 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
19 changes: 19 additions & 0 deletions
19
maven/plugins/abx/src/main/java/com/vmware/pscoe/maven/plugins/package-info.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/** | ||
* This module is about abx pull operation. | ||
*/ | ||
package com.vmware.pscoe.maven.plugins; | ||
|
||
/*- | ||
* #%L | ||
* abx-package-maven-plugin | ||
* %% | ||
* Copyright (C) 2023 VMware | ||
* %% | ||
* Build Tools for VMware Aria | ||
* Copyright 2023 VMware, Inc. | ||
* | ||
* This product is licensed to you under the BSD-2 license (the "License"). You may not use this product except in compliance with the BSD-2 License. | ||
* | ||
* This product may include a number of subcomponents with separate copyright notices and license terms. Your use of these subcomponents is subject to the terms and conditions of the subcomponent's license, as noted in the LICENSE file. | ||
* #L% | ||
*/ |
This file contains 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
19 changes: 19 additions & 0 deletions
19
maven/plugins/ssh/src/main/java/com/vmware/pscoe/maven/plugins/package-info.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/** | ||
* This module is about ssh pull operation. | ||
*/ | ||
package com.vmware.pscoe.maven.plugins; | ||
|
||
/*- | ||
* #%L | ||
* ssh-maven-plugin | ||
* %% | ||
* Copyright (C) 2023 VMware | ||
* %% | ||
* Build Tools for VMware Aria | ||
* Copyright 2023 VMware, Inc. | ||
* | ||
* This product is licensed to you under the BSD-2 license (the "License"). You may not use this product except in compliance with the BSD-2 License. | ||
* | ||
* This product may include a number of subcomponents with separate copyright notices and license terms. Your use of these subcomponents is subject to the terms and conditions of the subcomponent's license, as noted in the LICENSE file. | ||
* #L% | ||
*/ |
This file contains 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
Oops, something went wrong.