Skip to content

Commit e2a9043

Browse files
authored
Merge branch '3.0.0' into oneOfProperties-issue
2 parents 75dcc82 + e8365af commit e2a9043

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

modules/swagger-generator/pom.xml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -38,31 +38,6 @@
3838
</execution>
3939
</executions>
4040
</plugin>
41-
<!-- <plugin>
42-
<groupId>org.codehaus.mojo</groupId>
43-
<artifactId>properties-maven-plugin</artifactId>
44-
<version>1.0.0</version>
45-
<executions>
46-
<execution>
47-
<phase>pre-integration-test</phase>
48-
<goals>
49-
<goal>set-system-properties</goal>
50-
</goals>
51-
<configuration>
52-
<properties>
53-
<property>
54-
<name>org.eclipse.jetty.util.log.class</name>
55-
<value>org.eclipse.jetty.util.log.StdErrLog</value>
56-
</property>
57-
<property>
58-
<name>org.eclipse.jetty.annotations.AnnotationParser.LEVEL</name>
59-
<value>OFF</value>
60-
</property>
61-
</properties>
62-
</configuration>
63-
</execution>
64-
</executions>
65-
</plugin>-->
6641
<plugin>
6742
<groupId>org.apache.maven.plugins</groupId>
6843
<artifactId>maven-failsafe-plugin</artifactId>

0 commit comments

Comments
 (0)