File tree Expand file tree Collapse file tree 1 file changed +0
-46
lines changed
Expand file tree Collapse file tree 1 file changed +0
-46
lines changed Original file line number Diff line number Diff line change @@ -510,51 +510,5 @@ limitations under the License.
510510 </plugins >
511511 </build >
512512 </profile >
513- <profile >
514- <id >imports</id >
515- <activation >
516- <os >
517- <family >!windows</family >
518- </os >
519- <file >
520- <missing >.google</missing >
521- </file >
522- </activation >
523- <build >
524- <plugins >
525- <plugin >
526- <groupId >org.codehaus.mojo</groupId >
527- <artifactId >exec-maven-plugin</artifactId >
528- <version >${exec-maven-plugin.version} </version >
529- <executions >
530- <execution >
531- <id >imports</id >
532- <phase >process-sources</phase >
533- <configuration >
534- <executable >egrep</executable >
535- <successCodes >
536- <successCode >1</successCode >
537- <successCode >2</successCode >
538- </successCodes >
539- <arguments >
540- <argument >-rm</argument >
541- <argument >1</argument >
542- <!-- Forbidden Keywords -->
543- <argument >^import com.google.common</argument >
544- <!-- file patterns -->
545- <argument >--include=*.java</argument >
546- <!-- search path -->
547- <argument >${project.build.sourceDirectory} </argument >
548- </arguments >
549- </configuration >
550- <goals >
551- <goal >exec</goal >
552- </goals >
553- </execution >
554- </executions >
555- </plugin >
556- </plugins >
557- </build >
558- </profile >
559513 </profiles >
560514</project >
You can’t perform that action at this time.
0 commit comments