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 ed44d57 commit b170c65Copy full SHA for b170c65
.github/workflows/maven-publish.yml
@@ -28,8 +28,8 @@ jobs:
28
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
29
settings-path: ${{ github.workspace }} # location for the settings.xml file
30
31
- - name: Run all tests
32
- run: mvn test
+ # - name: Run all tests
+ # run: mvn test
33
- name: Build with Maven
34
run: mvn -B package --file pom.xml
35
java/pom.xml
@@ -17,6 +17,8 @@
17
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18
</properties>
19
20
+ <testSourceDirectory>src/test/java/com/ibm/plugin/</testSourceDirectory>
21
+
22
<dependencies>
23
<dependency>
24
<groupId>com.ibm</groupId>
0 commit comments