Skip to content

Commit 782c5bd

Browse files
author
Dave Syer
committed
Remove exec plugin
Signed-off-by: Dave Syer <dsyer@vmware.com>
1 parent 3f542d9 commit 782c5bd

File tree

1 file changed

+0
-46
lines changed

1 file changed

+0
-46
lines changed

pom.xml

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)