Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sample-form-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
赵啸非
sample-form-platform
Commits
c2cf4e5a
Commit
c2cf4e5a
authored
Nov 18, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加排除事项
parent
ea7f82f4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
82 deletions
+3
-82
assembly/assembly-manager-ui.xml
assembly/assembly-manager-ui.xml
+0
-22
assembly/assembly.xml
assembly/assembly.xml
+0
-2
sample-form-manager/pom.xml
sample-form-manager/pom.xml
+3
-58
No files found.
assembly/assembly-manager-ui.xml
deleted
100644 → 0
View file @
ea7f82f4
<assembly
xmlns=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"
>
<id>
release
</id>
<formats>
<format>
tar.gz
</format>
</formats>
<!-- 需要打包的文件集 -->
<fileSets>
<fileSet>
<directory>
${project.parent.basedir}/sample-form-manager-ui/admin/dist
</directory>
<includes>
<include>
**/*
</include>
</includes>
<outputDirectory>
/dist
</outputDirectory>
</fileSet>
</fileSets>
</assembly>
\ No newline at end of file
assembly/assembly.xml
View file @
c2cf4e5a
...
...
@@ -25,8 +25,6 @@
<directory>
./db
</directory>
<includes>
<include>
*.sql
</include>
<include>
service.exe
</include>
<include>
service.xml
</include>
</includes>
<outputDirectory>
db
</outputDirectory>
<fileMode>
0755
</fileMode>
...
...
sample-form-manager/pom.xml
View file @
c2cf4e5a
...
...
@@ -61,11 +61,11 @@
<id>
product
</id>
<properties>
<profiles.active>
product
</profiles.active>
<profiles.nacos.server-addr>
1
92.168.0.250
:8848
</profiles.nacos.server-addr>
<profiles.nacos.server-addr>
1
27.0.0.1
:8848
</profiles.nacos.server-addr>
<profiles.nacos.namespace>
smart-gov
</profiles.nacos.namespace>
<profiles.nacos.group>
DEFAULT_GROUP
</profiles.nacos.group>
<package.environment>
build
</package.environment>
<skipUi>
false
</skipUi>
<skipUi></skipUi>
</properties>
</profile>
...
...
@@ -328,46 +328,6 @@
</executions>
</plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
exec-maven-plugin
</artifactId>
<version>
1.6.0
</version>
<configuration>
<skip>
${skipUi}
</skip>
</configuration>
<executions>
<execution>
<id>
exec-npm-install
</id>
<phase>
generate-resources
</phase>
<goals>
<goal>
exec
</goal>
</goals>
<configuration>
<executable>
yarn
</executable>
<arguments>
<argument></argument>
</arguments>
<workingDirectory>
${project.parent.basedir}/sample-form-manager-ui/admin
</workingDirectory>
</configuration>
</execution>
<execution>
<id>
exec-npm-run-build
</id>
<phase>
generate-resources
</phase>
<goals>
<goal>
exec
</goal>
</goals>
<configuration>
<executable>
yarn
</executable>
<arguments>
<argument>
run
</argument>
<arguments>
${package.environment}
</arguments>
</arguments>
<workingDirectory>
${project.parent.basedir}/sample-form-manager-ui/admin
</workingDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>
maven-assembly-plugin
</artifactId>
...
...
@@ -388,22 +348,7 @@
<outputDirectory>
${project.parent.basedir}/dist/${project.artifactId}
</outputDirectory>
</configuration>
</execution>
<execution>
<id>
make-assembly-ui
</id>
<phase>
package
</phase>
<goals>
<goal>
single
</goal>
</goals>
<configuration>
<skipAssembly>
${skipUi}
</skipAssembly>
<finalName>
${project.artifactId}-ui
</finalName>
<appendAssemblyId>
false
</appendAssemblyId>
<descriptors>
<descriptor>
../assembly/assembly-manager-ui.xml
</descriptor>
</descriptors>
<outputDirectory>
${project.parent.basedir}/dist/${project.artifactId}
</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
...
...
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