|
75 | 75 | <groupId>org.xolstice.maven.plugins</groupId> |
76 | 76 | <artifactId>protobuf-maven-plugin</artifactId> |
77 | 77 | </plugin> |
78 | | - <plugin> |
79 | | - <groupId>com.github.eirslett</groupId> |
80 | | - <artifactId>frontend-maven-plugin</artifactId> |
81 | | - <version>1.6</version> |
82 | | - <executions> |
83 | | - <execution> |
84 | | - <id>install node and yarn</id> |
85 | | - <goals> |
86 | | - <goal>install-node-and-yarn</goal> |
87 | | - </goals> |
88 | | - <phase>generate-resources</phase> |
89 | | - </execution> |
90 | | - <execution> |
91 | | - <id>yarn install</id> |
92 | | - <goals> |
93 | | - <goal>yarn</goal> |
94 | | - </goals> |
95 | | - <configuration> |
96 | | - <arguments>install</arguments> |
97 | | - </configuration> |
98 | | - </execution> |
99 | | - <execution> |
100 | | - <id>build</id> |
101 | | - <goals> |
102 | | - <goal>yarn</goal> |
103 | | - </goals> |
104 | | - <configuration> |
105 | | - <arguments>run build</arguments> |
106 | | - </configuration> |
107 | | - </execution> |
108 | | - </executions> |
109 | | - <configuration> |
110 | | - <nodeVersion>v10.15.3</nodeVersion> |
111 | | - <yarnVersion>v1.16.0</yarnVersion> |
112 | | - <workingDirectory>../ui</workingDirectory> |
113 | | - <installDirectory>target</installDirectory> |
114 | | - </configuration> |
115 | | - </plugin> |
116 | | - <!-- This plugin is useful for development where developers can start Core with mvn exec:java command --> |
117 | | - <plugin> |
118 | | - <groupId>org.codehaus.mojo</groupId> |
119 | | - <artifactId>exec-maven-plugin</artifactId> |
120 | | - <version>1.6.0</version> |
121 | | - <configuration> |
122 | | - <mainClass>feast.core.CoreApplication</mainClass> |
123 | | - </configuration> |
124 | | - </plugin> |
| 78 | +<!-- <plugin>--> |
| 79 | +<!-- <groupId>com.github.eirslett</groupId>--> |
| 80 | +<!-- <artifactId>frontend-maven-plugin</artifactId>--> |
| 81 | +<!-- <version>1.6</version>--> |
| 82 | +<!-- <executions>--> |
| 83 | +<!-- <execution>--> |
| 84 | +<!-- <id>install node and yarn</id>--> |
| 85 | +<!-- <goals>--> |
| 86 | +<!-- <goal>install-node-and-yarn</goal>--> |
| 87 | +<!-- </goals>--> |
| 88 | +<!-- <phase>generate-resources</phase>--> |
| 89 | +<!-- </execution>--> |
| 90 | +<!-- <execution>--> |
| 91 | +<!-- <id>yarn install</id>--> |
| 92 | +<!-- <goals>--> |
| 93 | +<!-- <goal>yarn</goal>--> |
| 94 | +<!-- </goals>--> |
| 95 | +<!-- <configuration>--> |
| 96 | +<!-- <arguments>install</arguments>--> |
| 97 | +<!-- </configuration>--> |
| 98 | +<!-- </execution>--> |
| 99 | +<!-- <execution>--> |
| 100 | +<!-- <id>build</id>--> |
| 101 | +<!-- <goals>--> |
| 102 | +<!-- <goal>yarn</goal>--> |
| 103 | +<!-- </goals>--> |
| 104 | +<!-- <configuration>--> |
| 105 | +<!-- <arguments>run build</arguments>--> |
| 106 | +<!-- </configuration>--> |
| 107 | +<!-- </execution>--> |
| 108 | +<!-- </executions>--> |
| 109 | +<!-- <configuration>--> |
| 110 | +<!-- <nodeVersion>v10.15.3</nodeVersion>--> |
| 111 | +<!-- <yarnVersion>v1.16.0</yarnVersion>--> |
| 112 | +<!-- <workingDirectory>../ui</workingDirectory>--> |
| 113 | +<!-- <installDirectory>target</installDirectory>--> |
| 114 | +<!-- </configuration>--> |
| 115 | +<!-- </plugin>--> |
125 | 116 | </plugins> |
126 | 117 | </build> |
127 | 118 |
|
|
0 commit comments