|
31 | 31 | </distributionManagement> |
32 | 32 |
|
33 | 33 | <properties> |
34 | | - <javaVersion>8</javaVersion> |
35 | 34 | <sisuVersion>0.3.5</sisuVersion> |
36 | 35 | <slf4jVersion>1.7.36</slf4jVersion> |
37 | | - <cobertura.skip>true</cobertura.skip> |
38 | 36 | <project.build.outputTimestamp>2023-02-28T16:42:48Z</project.build.outputTimestamp> |
39 | 37 | </properties> |
40 | 38 |
|
|
108 | 106 | <plugin> |
109 | 107 | <groupId>org.eclipse.sisu</groupId> |
110 | 108 | <artifactId>sisu-maven-plugin</artifactId> |
111 | | - <version>${sisuVersion}</version> |
112 | | - <executions> |
113 | | - <execution> |
114 | | - <id>index-project</id> |
115 | | - <goals> |
116 | | - <goal>main-index</goal> |
117 | | - <goal>test-index</goal> |
118 | | - </goals> |
119 | | - </execution> |
120 | | - </executions> |
121 | 109 | </plugin> |
122 | 110 | <plugin> |
123 | 111 | <groupId>org.apache.maven.plugins</groupId> |
|
137 | 125 | </execution> |
138 | 126 | </executions> |
139 | 127 | </plugin> |
140 | | - <plugin> |
141 | | - <groupId>org.apache.maven.plugins</groupId> |
142 | | - <artifactId>maven-surefire-plugin</artifactId> |
143 | | - <configuration> |
144 | | - <forkMode>never</forkMode> |
145 | | - </configuration> |
146 | | - </plugin> |
147 | | - <plugin> |
148 | | - <groupId>org.apache.maven.plugins</groupId> |
149 | | - <artifactId>maven-enforcer-plugin</artifactId> |
150 | | - <executions> |
151 | | - <execution> |
152 | | - <id>enforce-java</id> |
153 | | - <goals> |
154 | | - <goal>enforce</goal> |
155 | | - </goals> |
156 | | - <phase>validate</phase> |
157 | | - <configuration> |
158 | | - <rules> |
159 | | - <requireJavaVersion> |
160 | | - <version>1.7.0</version> |
161 | | - </requireJavaVersion> |
162 | | - </rules> |
163 | | - </configuration> |
164 | | - </execution> |
165 | | - </executions> |
166 | | - </plugin> |
167 | | - <plugin> |
168 | | - <groupId>org.codehaus.mojo</groupId> |
169 | | - <artifactId>animal-sniffer-maven-plugin</artifactId> |
170 | | - <version>1.23</version> |
171 | | - <configuration> |
172 | | - <signature> |
173 | | - <groupId>org.codehaus.mojo.signature</groupId> |
174 | | - <artifactId>java18</artifactId> |
175 | | - <version>1.0</version> |
176 | | - </signature> |
177 | | - </configuration> |
178 | | - <executions> |
179 | | - <execution> |
180 | | - <id>sniff</id> |
181 | | - <goals> |
182 | | - <goal>check</goal> |
183 | | - </goals> |
184 | | - <phase>test</phase> |
185 | | - </execution> |
186 | | - </executions> |
187 | | - </plugin> |
188 | | - <plugin> |
189 | | - <groupId>org.apache.maven.plugins</groupId> |
190 | | - <artifactId>maven-resources-plugin</artifactId> |
191 | | - <version>3.3.1</version> |
192 | | - </plugin> |
193 | 128 | </plugins> |
194 | 129 | </build> |
195 | 130 | </project> |
0 commit comments