We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeab158 commit 47ec8bbCopy full SHA for 47ec8bb
pom.xml
@@ -726,6 +726,30 @@
726
<outputDirectory>${project.build.docs}</outputDirectory>
727
</configuration>
728
</plugin>
729
+ <plugin>
730
+ <groupId>com.buschmais.jqassistant</groupId>
731
+ <artifactId>jqassistant-maven-plugin</artifactId>
732
+ <version>${jqassistant.version}</version>
733
+ <configuration>
734
+ <skip>true</skip>
735
+ </configuration>
736
+ </plugin>
737
+ </plugins>
738
+ </build>
739
+ </profile>
740
+
741
+ <profile>
742
+ <id>artifactory</id>
743
+ <build>
744
+ <plugins>
745
746
747
748
749
750
751
752
753
</plugins>
754
</build>
755
</profile>
0 commit comments