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 1b72f4e commit 5145f6eCopy full SHA for 5145f6e
pom.xml
@@ -766,6 +766,30 @@
766
<outputDirectory>${project.build.docs}</outputDirectory>
767
</configuration>
768
</plugin>
769
+ <plugin>
770
+ <groupId>com.buschmais.jqassistant</groupId>
771
+ <artifactId>jqassistant-maven-plugin</artifactId>
772
+ <version>${jqassistant.version}</version>
773
+ <configuration>
774
+ <skip>true</skip>
775
+ </configuration>
776
+ </plugin>
777
+ </plugins>
778
+ </build>
779
+ </profile>
780
+
781
+ <profile>
782
+ <id>artifactory</id>
783
+ <build>
784
+ <plugins>
785
786
787
788
789
790
791
792
793
</plugins>
794
</build>
795
</profile>
0 commit comments