Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undo pr 1033 and adjust the maven plugin of seata-all.xml #1095

Merged
merged 6 commits into from
May 23, 2019

Conversation

zhangthen
Copy link
Contributor

Change points:

Set the createDependencyReducedPom to true.

The code of seata-* has all be packed into the seata-all.jar, and should not be inclueded in the seata-all.pom.

  • Modify the all.xml

Change the configs of maven-javadoc-plugin in seata-all.xml

@zhangthen zhangthen requested a review from lovepoem May 23, 2019 07:41
@codecov-io
Copy link

codecov-io commented May 23, 2019

Codecov Report

Merging #1095 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop    #1095   +/-   ##
==========================================
  Coverage      41.83%   41.83%           
  Complexity      1361     1361           
==========================================
  Files            243      243           
  Lines          10111    10111           
  Branches        1319     1319           
==========================================
  Hits            4230     4230           
  Misses          5334     5334           
  Partials         547      547

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 212001c...7716103. Read the comment docs.

@@ -428,7 +428,7 @@
<createSourcesJar>true</createSourcesJar>
<promoteTransitiveDependencies>false</promoteTransitiveDependencies>
<keepDependenciesWithProvidedScope>false</keepDependenciesWithProvidedScope>
<createDependencyReducedPom>false</createDependencyReducedPom>
<createDependencyReducedPom>true</createDependencyReducedPom>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The switch is open , then can create createDependencyReducedPom .xml files,so please add this file in .gitignore

@leizhiyuan leizhiyuan self-requested a review May 23, 2019 08:49
Copy link
Contributor

@leizhiyuan leizhiyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@leizhiyuan leizhiyuan merged commit abe4dec into apache:develop May 23, 2019
@leizhiyuan leizhiyuan added this to the 0.6.0 milestone May 23, 2019
nick-tan pushed a commit to nick-tan/seata that referenced this pull request Jul 12, 2019
* undo  pr apache#1033

* undo  pr apache#1033

* modify file.conf

* Update .gitignore

* Update .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants