This repository was archived by the owner on Mar 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed
Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 630630
631631 <profile >
632632 <id >documentation</id >
633+ <activation >
634+ <!-- Documentation is generated by default. Can be deactivated by your IDE or on the CL. -->
635+ <activeByDefault >true</activeByDefault >
636+ </activation >
633637 <build >
634638 <plugins >
635639 <plugin >
645649 </profile >
646650
647651 <profile >
652+ <!-- Code quality checks are executed by default. Can be deactivated by your IDE or on the CL. -->
648653 <id >code-quality</id >
654+ <activation >
655+ <activeByDefault >true</activeByDefault >
656+ </activation >
649657 <build >
650658 <plugins >
651659 <plugin >
665673 </profile >
666674
667675 <profile >
676+ <!-- Release artifacts are generated by default. Can be deactivated by your IDE or on the CL. -->
668677 <id >release</id >
678+ <activation >
679+ <activeByDefault >true</activeByDefault >
680+ </activation >
669681 <build >
670682 <plugins >
671683 <plugin >
695707 </plugins >
696708 </build >
697709 </profile >
698-
699-
700- <profile >
701- <id >skip-tests</id >
702- <properties >
703- <skipTests >true</skipTests >
704- </properties >
705- </profile >
706710
707711 </profiles >
708712
You can’t perform that action at this time.
0 commit comments