You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dolphinscheduler.apache.org by lg...@apache.org on 2020/08/06 08:22:21 UTC

[incubator-dolphinscheduler-maven-plugin] branch master updated (477b31d -> 7dada86)

This is an automated email from the ASF dual-hosted git repository.

lgcareer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-maven-plugin.git.


    from 477b31d  Merge pull request #15 from gaojun2048/master
     new caba64e  Delete the license file in the release-docs/releases directory that is the Apache License 2.0 jar package
     new b245b33  Add build binary tar package and add a script to install dolphincscheduler maven plugin to local repository
     new fc4ce06  delete no use fileSet of xml
     new 6d54948  add license header to install_to_localrepository.sh
     new 7dada86  Merge pull request #16 from gaojun2048/master

The 78 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          |   6 +-
 pom.xml                                            |  15 ++
 release-docs/licenses/LICENSE-maven-artifact.txt   | 202 ---------------------
 release-docs/licenses/LICENSE-maven-core.txt       | 202 ---------------------
 .../licenses/LICENSE-maven-plugin-annotations.txt  | 202 ---------------------
 release-docs/licenses/LICENSE-maven-plugin-api.txt | 202 ---------------------
 release-docs/licenses/LICENSE-plexus-utils.txt     | 202 ---------------------
 src/main/assembly/dolphinscheduler-binary.xml      |  62 +++++++
 src/main/assembly/dolphinscheduler-src.xml         |   3 +
 .../resources/bin/install_to_localrepository.sh    |  30 +++
 10 files changed, 113 insertions(+), 1013 deletions(-)
 delete mode 100644 release-docs/licenses/LICENSE-maven-artifact.txt
 delete mode 100644 release-docs/licenses/LICENSE-maven-core.txt
 delete mode 100644 release-docs/licenses/LICENSE-maven-plugin-annotations.txt
 delete mode 100644 release-docs/licenses/LICENSE-maven-plugin-api.txt
 delete mode 100644 release-docs/licenses/LICENSE-plexus-utils.txt
 create mode 100644 src/main/assembly/dolphinscheduler-binary.xml
 create mode 100644 src/main/resources/bin/install_to_localrepository.sh