Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-new-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
device-new-platform
Commits
4a8116d3
Commit
4a8116d3
authored
Oct 19, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改上传文件大小限制
parent
a91fadb2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
device-manager/pom.xml
device-manager/pom.xml
+4
-2
No files found.
device-manager/pom.xml
View file @
4a8116d3
...
@@ -275,13 +275,14 @@
...
@@ -275,13 +275,14 @@
</executions>
</executions>
</plugin>
</plugin>
<!--
<plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
<version>1.6.0</version>
<executions>
<executions>
<!--执行npm install-->
<!–执行npm install–>
<execution>
<execution>
<id>exec-npm-install</id>
<id>exec-npm-install</id>
<phase>generate-resources</phase>
<phase>generate-resources</phase>
...
@@ -296,7 +297,7 @@
...
@@ -296,7 +297,7 @@
<workingDirectory>${project.parent.basedir}/device-manager-ui/admin</workingDirectory>
<workingDirectory>${project.parent.basedir}/device-manager-ui/admin</workingDirectory>
</configuration>
</configuration>
</execution>
</execution>
<!--执行npm build-->
<!–执行npm build–>
<execution>
<execution>
<id>exec-npm-run-build</id>
<id>exec-npm-run-build</id>
<phase>generate-resources</phase>
<phase>generate-resources</phase>
...
@@ -314,6 +315,7 @@
...
@@ -314,6 +315,7 @@
</execution>
</execution>
</executions>
</executions>
</plugin>
</plugin>
-->
<plugin>
<plugin>
<artifactId>
maven-assembly-plugin
</artifactId>
<artifactId>
maven-assembly-plugin
</artifactId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment