Skip to content

Commit cdc2e8a

Browse files
committed
Keep only necessary protos
Signed-off-by: Ryan Nett <[email protected]>
1 parent e610e79 commit cdc2e8a

File tree

456 files changed

+5539
-280251
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

456 files changed

+5539
-280251
lines changed

tensorflow-core/tensorflow-core-generator/pom.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -48,30 +48,6 @@
4848

4949
<build>
5050
<plugins>
51-
<plugin>
52-
<groupId>org.codehaus.mojo</groupId>
53-
<artifactId>build-helper-maven-plugin</artifactId>
54-
<version>3.0.0</version>
55-
<executions>
56-
<!--
57-
Add generated classes to the source path
58-
These are classes generated by the javacpp-plugin, including TensorFlow operations
59-
wrappers and C API Java bindings
60-
-->
61-
<execution>
62-
<id>add-gen-sources</id>
63-
<phase>generate-sources</phase>
64-
<goals>
65-
<goal>add-source</goal>
66-
</goals>
67-
<configuration>
68-
<sources>
69-
<source>${project.basedir}/src/gen/protoc</source>
70-
</sources>
71-
</configuration>
72-
</execution>
73-
</executions>
74-
</plugin>
7551
<plugin>
7652
<groupId>org.codehaus.mojo</groupId>
7753
<artifactId>exec-maven-plugin</artifactId>

0 commit comments

Comments
 (0)