We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c22e06 commit bb52ba8Copy full SHA for bb52ba8
1 file changed
omid-checkstyle/pom.xml
@@ -19,4 +19,21 @@
19
<artifactId>omid-checkstyle</artifactId>
20
<version>1.0.2-SNAPSHOT</version>
21
<name>omid - checkstyle</name>
22
+
23
+ <build>
24
+ <plugins>
25
+ <plugin>
26
+ <artifactId>maven-site-plugin</artifactId>
27
+ <configuration>
28
+ <skip>true</skip>
29
+ </configuration>
30
+ </plugin>
31
32
+ <artifactId>maven-assembly-plugin</artifactId>
33
34
+ <skipAssembly>true</skipAssembly>
35
36
37
+ </plugins>
38
+ </build>
39
</project>
0 commit comments