Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wecloud_im_server
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hewei
wecloud_im_server
Commits
21b9e806
Commit
21b9e806
authored
Apr 11, 2022
by
罗长华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复im-sdk pom文件报错
parent
f56c0b33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
16 deletions
+20
-16
im-sdk/pom.xml
+20
-16
No files found.
im-sdk/pom.xml
View file @
21b9e806
...
@@ -43,21 +43,25 @@
...
@@ -43,21 +43,25 @@
</dependencies>
</dependencies>
<plugin>
<build>
<groupId>
org.apache.maven.plugins
</groupId>
<plugins>
<artifactId>
maven-source-plugin
</artifactId>
<plugin>
<version>
3.0.0
</version>
<groupId>
org.apache.maven.plugins
</groupId>
<!-- 绑定source插件到Maven的生命周期,并在生命周期后执行绑定的source的goal -->
<artifactId>
maven-source-plugin
</artifactId>
<executions>
<version>
3.0.0
</version>
<execution>
<!-- 绑定source插件到Maven的生命周期,并在生命周期后执行绑定的source的goal -->
<!-- 绑定source插件到Maven的生命周期 -->
<executions>
<phase>
compile
</phase>
<execution>
<!--在生命周期后执行绑定的source插件的goals -->
<!-- 绑定source插件到Maven的生命周期 -->
<goals>
<phase>
compile
</phase>
<goal>
jar-no-fork
</goal>
<!--在生命周期后执行绑定的source插件的goals -->
</goals>
<goals>
</execution>
<goal>
jar-no-fork
</goal>
</executions>
</goals>
</plugin>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
</project>
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