File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
modules/swagger-generator Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 38
38
</execution >
39
39
</executions >
40
40
</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>-->
66
41
<plugin >
67
42
<groupId >org.apache.maven.plugins</groupId >
68
43
<artifactId >maven-failsafe-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments