forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
POM Restructuring Phase #1 (Azure#8242)
Changes ```pom.service.xml``` files to ```pom.xml``` and sets up a true aggregate in the root of the repo. First of a series of changes.
- Loading branch information
1 parent
dff992b
commit b1c1e3e
Showing
27 changed files
with
155 additions
and
511 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
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,18 @@ | ||
# This job template uses the artifact list in the ci.yml file | ||
# to generate a variable at build time that can be passed into | ||
# the Maven -pl command-line switch to constrain what subset of | ||
# projects are targetted based on the artifacts this pipeline | ||
# produces. The -am and -amd switches are then applied as | ||
# appropriate to constrain the full graph that is built depending | ||
# on whether we are doing a recorded test play back or a full live | ||
# test. | ||
|
||
steps: | ||
- pwsh: | | ||
Write-Host "##vso[task.setvariable variable=ProjectList;]" | ||
displayName: Initialize project list variable | ||
|
||
- ${{each artifact in parameters.Artifacts }}: | ||
- pwsh: | | ||
Write-Host "##vso[task.setvariable variable=ProjectList;]$(ProjectList),${{artifact.groupId}}:${{artifact.name}}" | ||
displayName: Append ${{artifact.groupId}}:${{artifact.name}} to project list |
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
Oops, something went wrong.