We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e55bda3 + 1c556af commit faa2b68Copy full SHA for faa2b68
1 file changed
data/semantickernel-data-oracle/pom.xml
@@ -79,4 +79,24 @@
79
<scope>test</scope>
80
</dependency>
81
</dependencies>
82
+ <build>
83
+ <plugins>
84
+ <plugin>
85
+ <groupId>org.codehaus.mojo</groupId>
86
+ <artifactId>animal-sniffer-maven-plugin</artifactId>
87
+ <executions>
88
+ <execution>
89
+ <id>android</id>
90
+ <phase>test</phase>
91
+ <goals>
92
+ <goal>check</goal>
93
+ </goals>
94
+ </execution>
95
+ </executions>
96
+ <configuration>
97
+ <skip>true</skip>
98
+ </configuration>
99
+ </plugin>
100
+ </plugins>
101
+ </build>
102
</project>
0 commit comments