Skip to content

Commit

Permalink
Merge pull request #2474 from srnagar/rename-plugin
Browse files Browse the repository at this point in the history
Rename Azure SDK build tool plugin
  • Loading branch information
wangmingliang-ms authored Jul 4, 2024
2 parents 44fb4f0 + 4ba03b7 commit 4319381
Show file tree
Hide file tree
Showing 53 changed files with 16 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ extends:
fi
if [ "$BuildAzureSdkPlugin" == "true" ]; then
cp ./.repository/com/microsoft/azure/azure-sdk-build-tool/*/*.jar ./.release
cp ./.repository/com/microsoft/azure/azure-sdk-build-tool/*/*.pom ./.release
cp ./.repository/com/microsoft/azure/azure-sdk-build-tool-maven-plugin/*/*.jar ./.release
cp ./.repository/com/microsoft/azure/azure-sdk-build-tool-maven-plugin/*/*.pom ./.release
fi
if [ "$BuildMavenPom" == "true" ]; then
Expand Down
7 changes: 7 additions & 0 deletions azure-sdk-build-tool-maven-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Release History

## 1.0.0-SNAPSHOT (Unreleased)

### Features Added
This is the initial preview of the Azure SDK build tool Maven plugin. Please see [README](https://github.com/Microsoft/azure-maven-plugins/blob/main/azure-sdk-build-tool-maven-plugin/README.md)
for the full list of features offered by the tool.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The build tool can be configured in a project Maven POM file as such:
<plugins>
<plugin>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-sdk-build-tool</artifactId>
<artifactId>azure-sdk-build-tool-maven-plugin</artifactId>
<version>{latest_version}</version>
<configuration>
...
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
</parent>

<groupId>com.microsoft.azure</groupId>
<artifactId>azure-sdk-build-tool</artifactId>
<artifactId>azure-sdk-build-tool-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.0.0-SNAPSHOT</version>

<name>Azure SDK for Java Maven Build Tool</name>
<name>Azure SDK for Java Build Tool Maven Plugin</name>
<description>A tool that makes working with the Azure SDK for Java more productive.</description>

<distributionManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<plugins>
<plugin>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-sdk-build-tool</artifactId>
<artifactId>azure-sdk-build-tool-maven-plugin</artifactId>
<version>1.0.0-SNAPSHOT</version>
<configuration>
<validateAzureSdkBomUsed>true</validateAzureSdkBomUsed>
Expand Down
7 changes: 0 additions & 7 deletions azure-sdk-build-tool/CHANGELOG.md

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions ci/appveyor_sdk_build_tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ install:
- cmd: copy "C:\Program Files (x86)\Apache\Maven\bin\mvn.cmd" "C:\Program Files (x86)\Apache\Maven\bin\mvn.bat"

build_script:
- cmd: mvn clean install && mvn -B -f azure-sdk-build-tool/pom.xml clean verify -P it
- cmd: mvn clean install && mvn -B -f azure-sdk-build-tool-maven-plugin/pom.xml clean verify -P it

on_failure:
- ps: |
.\ci\ps\errorNotificationSender.ps1 "azure-sdk-build-tool"
.\ci\ps\errorNotificationSender.ps1 "azure-sdk-build-tool-maven-plugin"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<module>azure-sfmesh-maven-plugin</module>
<module>azure-spring-apps-maven-plugin</module>
<module>azure-appservice-maven-plugin-lib</module>
<module>azure-sdk-build-tool</module>
<module>azure-sdk-build-tool-maven-plugin</module>
</modules>

<properties>
Expand Down

0 comments on commit 4319381

Please sign in to comment.