Changeset 2191
- Timestamp:
- 11/27/17 14:24:43 (7 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-generic-event-monitor/pom.xml
r2182 r2191 116 116 </executions> 117 117 </plugin> 118 <plugin> 119 <groupId>org.codehaus.mojo</groupId> 120 <artifactId>findbugs-maven-plugin</artifactId> 121 <version>3.0.5</version> 122 <configuration> 123 <xmlOutput>true</xmlOutput> 124 </configuration> 125 </plugin> 118 126 </plugins> 119 127 </build> -
trunk/autoquest-htmlmonitor/pom.xml
r2182 r2191 159 159 </executions> 160 160 </plugin> 161 <plugin> 162 <groupId>org.codehaus.mojo</groupId> 163 <artifactId>findbugs-maven-plugin</artifactId> 164 <version>3.0.5</version> 165 <configuration> 166 <xmlOutput>true</xmlOutput> 167 </configuration> 168 </plugin> 161 169 </plugins> 162 170 </build> -
trunk/autoquest-httpmonitor/pom.xml
r2182 r2191 109 109 </executions> 110 110 </plugin> 111 <plugin> 112 <groupId>org.codehaus.mojo</groupId> 113 <artifactId>findbugs-maven-plugin</artifactId> 114 <version>3.0.5</version> 115 <configuration> 116 <xmlOutput>true</xmlOutput> 117 </configuration> 118 </plugin> 111 119 </plugins> 112 120 </build> -
trunk/autoquest-jfcmonitor/pom.xml
r2182 r2191 73 73 </executions> 74 74 </plugin> 75 <plugin> 76 <groupId>org.codehaus.mojo</groupId> 77 <artifactId>findbugs-maven-plugin</artifactId> 78 <version>3.0.5</version> 79 <configuration> 80 <xmlOutput>true</xmlOutput> 81 </configuration> 82 </plugin> 75 83 </plugins> 76 84 </build>
Note: See TracChangeset
for help on using the changeset viewer.