Skip to content

Commit 9d6190e

Browse files
authored
Merge pull request #5065 from microsoft/hanxiao/fixBuild
Fix aspectj test phrase and toolkit lib build script
2 parents e04d8b3 + a8170b5 commit 9d6190e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
</execution>
168168
<execution>
169169
<id>test-compile-with-aspectj</id>
170-
<phase>process-classes</phase>
170+
<phase>process-test-classes</phase>
171171
<goals>
172172
<goal>test-compile</goal>
173173
</goals>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ task buildToolkitsLib {
5757

5858
maven {
5959
goals = "install"
60-
pom = file("${tempDir}/pom.xml")
60+
pom = file("${tempDir}/azure-toolkit-libs/pom.xml")
6161
}
6262
}
6363

0 commit comments

Comments
 (0)