File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 726726 <outputDirectory >${project.build.docs} </outputDirectory >
727727 </configuration >
728728 </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+ <plugin >
746+ <groupId >com.buschmais.jqassistant</groupId >
747+ <artifactId >jqassistant-maven-plugin</artifactId >
748+ <version >${jqassistant.version} </version >
749+ <configuration >
750+ <skip >true</skip >
751+ </configuration >
752+ </plugin >
729753 </plugins >
730754 </build >
731755 </profile >
You can’t perform that action at this time.
0 commit comments