avijayanhwx commented on a change in pull request #546: HDDS-2847. Recon should
track containers that are missing along with …
URL: https://github.com/apache/hadoop-ozone/pull/546#discussion_r378046515
##########
File path: hadoop-ozone/recon/pom.xml
##########
@@ -88,83 +88,83 @@
2. to install dependencies with yarn install
3. building the frontend application
-->
- <plugin>
- <groupId>com.github.eirslett</groupId>
- <artifactId>frontend-maven-plugin</artifactId>
- <version>1.6</version>
- <configuration>
- <installDirectory>target</installDirectory>
-
<workingDirectory>${basedir}/src/main/resources/webapps/recon/ozone-recon-web</workingDirectory>
- </configuration>
- <executions>
- <execution>
- <id>Install node and yarn locally to the project</id>
- <goals>
- <goal>install-node-and-yarn</goal>
- </goals>
- <configuration>
- <nodeVersion>v12.1.0</nodeVersion>
- <yarnVersion>v1.9.2</yarnVersion>
- </configuration>
- </execution>
- <execution>
- <id>yarn install</id>
- <goals>
- <goal>yarn</goal>
- </goals>
- <configuration>
- <arguments>install</arguments>
- </configuration>
- </execution>
- <execution>
- <id>Build frontend</id>
- <goals>
- <goal>yarn</goal>
- </goals>
- <configuration>
- <arguments>run build</arguments>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- <executions>
- <execution>
- <id>Copy frontend build to target</id>
- <phase>process-resources</phase>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- <configuration>
-
<outputDirectory>${project.build.outputDirectory}/webapps/recon</outputDirectory>
- <resources>
- <resource>
-
<directory>${basedir}/src/main/resources/webapps/recon/ozone-recon-web/build</directory>
- <filtering>true</filtering>
- </resource>
- </resources>
- </configuration>
- </execution>
- <execution>
- <id>Copy frontend static files to target</id>
- <phase>process-resources</phase>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- <configuration>
-
<outputDirectory>${project.build.outputDirectory}/webapps/static</outputDirectory>
- <resources>
- <resource>
-
<directory>${basedir}/src/main/resources/webapps/recon/ozone-recon-web/build/static</directory>
- <filtering>true</filtering>
- </resource>
- </resources>
- </configuration>
- </execution>
- </executions>
- </plugin>
+<!-- <plugin>-->
Review comment:
Yes, I had commented out the UI cod for my local build. Removed the change
now.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]