Skip to content

Commit f569e0a

Browse files
committed
Remove redundant stuff
1 parent 792f13c commit f569e0a

File tree

1 file changed

+0
-65
lines changed

1 file changed

+0
-65
lines changed

pom.xml

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@
3131
</distributionManagement>
3232

3333
<properties>
34-
<javaVersion>8</javaVersion>
3534
<sisuVersion>0.3.5</sisuVersion>
3635
<slf4jVersion>1.7.36</slf4jVersion>
37-
<cobertura.skip>true</cobertura.skip>
3836
<project.build.outputTimestamp>2023-02-28T16:42:48Z</project.build.outputTimestamp>
3937
</properties>
4038

@@ -108,16 +106,6 @@
108106
<plugin>
109107
<groupId>org.eclipse.sisu</groupId>
110108
<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>
121109
</plugin>
122110
<plugin>
123111
<groupId>org.apache.maven.plugins</groupId>
@@ -137,59 +125,6 @@
137125
</execution>
138126
</executions>
139127
</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>
193128
</plugins>
194129
</build>
195130
</project>

0 commit comments

Comments
 (0)