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 766766 <outputDirectory >${project.build.docs} </outputDirectory >
767767 </configuration >
768768 </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+ <plugin >
786+ <groupId >com.buschmais.jqassistant</groupId >
787+ <artifactId >jqassistant-maven-plugin</artifactId >
788+ <version >${jqassistant.version} </version >
789+ <configuration >
790+ <skip >true</skip >
791+ </configuration >
792+ </plugin >
769793 </plugins >
770794 </build >
771795 </profile >
You can’t perform that action at this time.
0 commit comments