File tree Expand file tree Collapse file tree 1 file changed +6
-33
lines changed
template-placeholder-demo Expand file tree Collapse file tree 1 file changed +6
-33
lines changed Original file line number Diff line number Diff line change 4
4
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
- <groupId >software.xdev</groupId >
7
+ <parent >
8
+ <groupId >software.xdev</groupId >
9
+ <artifactId >template-placeholder-root</artifactId >
10
+ <version >1.0.0-SNAPSHOT</version >
11
+ </parent >
12
+
8
13
<artifactId >template-placeholder-demo</artifactId >
9
14
<version >1.0.0-SNAPSHOT</version >
10
15
<packaging >jar</packaging >
77
82
</plugin >
78
83
</plugins >
79
84
</build >
80
- <profiles >
81
- <profile >
82
- <id >checkstyle</id >
83
- <build >
84
- <plugins >
85
- <plugin >
86
- <groupId >org.apache.maven.plugins</groupId >
87
- <artifactId >maven-checkstyle-plugin</artifactId >
88
- <version >3.4.0</version >
89
- <dependencies >
90
- <dependency >
91
- <groupId >com.puppycrawl.tools</groupId >
92
- <artifactId >checkstyle</artifactId >
93
- <version >10.17.0</version >
94
- </dependency >
95
- </dependencies >
96
- <configuration >
97
- <configLocation >../.config/checkstyle/checkstyle.xml</configLocation >
98
- <includeTestSourceDirectory >true</includeTestSourceDirectory >
99
- </configuration >
100
- <executions >
101
- <execution >
102
- <goals >
103
- <goal >check</goal >
104
- </goals >
105
- </execution >
106
- </executions >
107
- </plugin >
108
- </plugins >
109
- </build >
110
- </profile >
111
- </profiles >
112
85
</project >
You can’t perform that action at this time.
0 commit comments