File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 465465 </execution>
466466 </executions>
467467 </plugin>-->
468- <plugin >
469- <groupId >org.codehaus.mojo</groupId >
470- <artifactId >xmlbeans-maven-plugin</artifactId >
471- <version >2.3.3</version >
472- <executions >
473- <execution >
474- <goals >
475- <goal >xmlbeans</goal >
476- </goals >
477- </execution >
478- </executions >
479- <inherited >true</inherited >
480- <configuration >
481- <schemaDirectory >src/main/xsd</schemaDirectory >
482- </configuration >
483- </plugin >
468+ <!-- <plugin> -- >
469+ <!-- <groupId>org.codehaus.mojo</groupId> -- >
470+ <!-- <artifactId>xmlbeans-maven-plugin</artifactId> -- >
471+ <!-- <version>2.3.3</version> -- >
472+ <!-- <executions> -- >
473+ <!-- <execution> -- >
474+ <!-- <goals> -- >
475+ <!-- <goal>xmlbeans</goal> -- >
476+ <!-- </goals> -- >
477+ <!-- </execution> -- >
478+ <!-- </executions> -- >
479+ <!-- <inherited>true</inherited> -- >
480+ <!-- <configuration> -- >
481+ <!-- <schemaDirectory>src/main/xsd</schemaDirectory> -- >
482+ <!-- </configuration> -- >
483+ <!-- </plugin> -- >
484484
485485 <plugin >
486486 <groupId >org.apache.tomcat.maven</groupId >
Original file line number Diff line number Diff line change 316316 <build >
317317 <finalName >dl-learner</finalName >
318318 <plugins >
319- <plugin >
320- <groupId >org.codehaus.mojo</groupId >
321- <artifactId >xmlbeans-maven-plugin</artifactId >
322- <version >2.3.3</version >
323- <executions >
324- <execution >
325- <goals >
326- <goal >xmlbeans</goal >
327- </goals >
328- </execution >
329- </executions >
330- <inherited >true</inherited >
331- <configuration >
332- <schemaDirectory >src/main/xsd</schemaDirectory >
333- </configuration >
334- </plugin >
319+ <!-- <plugin> -- >
320+ <!-- <groupId>org.codehaus.mojo</groupId> -- >
321+ <!-- <artifactId>xmlbeans-maven-plugin</artifactId> -- >
322+ <!-- <version>2.3.3</version> -- >
323+ <!-- <executions> -- >
324+ <!-- <execution> -- >
325+ <!-- <goals> -- >
326+ <!-- <goal>xmlbeans</goal> -- >
327+ <!-- </goals> -- >
328+ <!-- </execution> -- >
329+ <!-- </executions> -- >
330+ <!-- <inherited>true</inherited> -- >
331+ <!-- <configuration> -- >
332+ <!-- <schemaDirectory>src/main/xsd</schemaDirectory> -- >
333+ <!-- </configuration> -- >
334+ <!-- </plugin> -- >
335335 <plugin >
336336 <groupId >org.apache.tomcat.maven</groupId >
337337 <artifactId >tomcat7-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments