Skip to content

Commit 166a2d8

Browse files
marschallvladmihalcea
authored andcommitted
Remove properties-maven-plugin
The properties-maven-plugin doesn't do anything and breaks with Maven 3.5.3 because no version is specified
1 parent 81fa003 commit 166a2d8

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

pom.xml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -368,26 +368,6 @@
368368
</configuration>
369369
</plugin>
370370

371-
<plugin>
372-
<groupId>org.codehaus.mojo</groupId>
373-
<artifactId>properties-maven-plugin</artifactId>
374-
<executions>
375-
<execution>
376-
<goals>
377-
<goal>set-system-properties</goal>
378-
</goals>
379-
<configuration>
380-
<properties>
381-
<!--<property>
382-
<name>hibernate.bytecode.provider</name>
383-
<value>bytebuddy</value>
384-
</property>-->
385-
</properties>
386-
</configuration>
387-
</execution>
388-
</executions>
389-
</plugin>
390-
391371
<plugin>
392372
<groupId>org.apache.maven.plugins</groupId>
393373
<artifactId>maven-surefire-plugin</artifactId>
@@ -436,4 +416,4 @@
436416
</profile>
437417
</profiles>
438418

439-
</project>
419+
</project>

0 commit comments

Comments
 (0)