File tree 2 files changed +31
-14
lines changed
2 files changed +31
-14
lines changed Original file line number Diff line number Diff line change @@ -6,20 +6,6 @@ root = true
6
6
end_of_line = lf
7
7
insert_final_newline = true
8
8
9
- # 4 space indentation
10
- [** .java ]
11
- charset = utf-8
12
- indent_style = space
13
- indent_size = 4
14
- trim_trailing_whitespace =true
15
-
16
- # 4 space indentation
17
- [** .jsx ]
18
- charset = utf-8
19
- indent_style = space
20
- indent_size = 2
21
- trim_trailing_whitespace =true
22
-
23
9
[pom.xml ]
24
10
charset = utf-8
25
11
indent_style = space
Original file line number Diff line number Diff line change 734
734
</plugins >
735
735
</build >
736
736
</profile >
737
+ <profile >
738
+ <id >deploy</id >
739
+ <build >
740
+ <plugins >
741
+ <plugin >
742
+ <groupId >org.codehaus.mojo</groupId >
743
+ <artifactId >flatten-maven-plugin</artifactId >
744
+ <configuration >
745
+ <flattenMode >bom</flattenMode >
746
+ <flattenedPomFilename >.flattened</flattenedPomFilename >
747
+ </configuration >
748
+ <executions >
749
+ <execution >
750
+ <id >flatten</id >
751
+ <phase >process-resources</phase >
752
+ <goals >
753
+ <goal >flatten</goal >
754
+ </goals >
755
+ </execution >
756
+ <execution >
757
+ <id >flatten.clean</id >
758
+ <phase >clean</phase >
759
+ <goals >
760
+ <goal >clean</goal >
761
+ </goals >
762
+ </execution >
763
+ </executions >
764
+ </plugin >
765
+ </plugins >
766
+ </build >
767
+ </profile >
737
768
</profiles >
738
769
739
770
<scm >
You can’t perform that action at this time.
0 commit comments