We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04d8b3 commit a8170b5Copy full SHA for a8170b5
Utils/pom.xml
@@ -167,7 +167,7 @@
167
</execution>
168
<execution>
169
<id>test-compile-with-aspectj</id>
170
- <phase>process-classes</phase>
+ <phase>process-test-classes</phase>
171
<goals>
172
<goal>test-compile</goal>
173
</goals>
build.gradle
@@ -57,7 +57,7 @@ task buildToolkitsLib {
57
58
maven {
59
goals = "install"
60
- pom = file("${tempDir}/pom.xml")
+ pom = file("${tempDir}/azure-toolkit-libs/pom.xml")
61
}
62
63
0 commit comments