Skip to content

Commit

Permalink
[fix]: remove build ui
Browse files Browse the repository at this point in the history
  • Loading branch information
lgt1126 committed Dec 15, 2021
1 parent 75a1b78 commit 57ec54f
Showing 1 changed file with 0 additions and 55 deletions.
55 changes: 0 additions & 55 deletions iot-server/server-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,61 +83,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>${frontend-maven-plugin.version}</version>
<configuration>
<workingDirectory>${ui.path}</workingDirectory>
<nodeVersion>v8.17.0</nodeVersion>
</configuration>
<executions>
<execution>
<id>install node and npm</id>
<goals>
<goal>install-node-and-npm</goal>
</goals>
</execution>
<execution>
<id>npm install</id>
<goals>
<goal>npm</goal>
</goals>
<configuration>
<arguments>install --registry=https://registry.npm.taobao.org/ --unsafe-perm</arguments>
</configuration>
</execution>
<execution>
<id>npm install gulp</id>
<goals>
<goal>npm</goal>
</goals>
<configuration>
<arguments>install --global gulp-cli</arguments>
</configuration>
</execution>
<execution>
<id>build</id>
<goals>
<goal>gulp</goal>
</goals>

</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<resources>
<resource>
<!-- <targetPath>D:\\666</targetPath>-->
<targetPath>${project.basedir}/</targetPath>
<directory>src/main/webapp</directory>
</resource>
</resources>
</configuration>
</plugin>
<plugin>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-ark-maven-plugin</artifactId>
Expand Down

0 comments on commit 57ec54f

Please sign in to comment.