-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: kakulisen <[email protected]>
- Loading branch information
1 parent
b87bf2f
commit 72d2fa0
Showing
22 changed files
with
75 additions
and
923 deletions.
There are no files selected for viewing
5 changes: 2 additions & 3 deletions
5
...ase/licenses/NOTICE-maven-aether-provider → NOTICE
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
|
||
Maven Aether Provider | ||
Copyright 2001-2014 The Apache Software Foundation | ||
Apache ServiceComb Toolkit | ||
Copyright 2019-present The Apache Software Foundation | ||
|
||
This product includes software developed at | ||
The Apache Software Foundation (http://www.apache.org/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,20 @@ | |
</license> | ||
</licenses> | ||
|
||
<developers> | ||
<developer> | ||
<name>The ServiceComb Developer Team</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
|
||
<organization> | ||
<name>The Apache Software Foundation</name> | ||
<url>http://www.apache.org/</url> | ||
</organization> | ||
|
||
<inceptionYear>2019</inceptionYear> | ||
|
||
<modules> | ||
<module>codegen</module> | ||
<module>cli</module> | ||
|
@@ -215,6 +229,27 @@ | |
</excludes> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-remote-resources-plugin</artifactId> | ||
<executions> | ||
<execution> | ||
<id>process-resource-bundles</id> | ||
<goals> | ||
<goal>process</goal> | ||
</goals> | ||
<configuration> | ||
<resourceBundles> | ||
<resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> | ||
<resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle> | ||
</resourceBundles> | ||
<properties> | ||
<projectName>Apache ServiceComb</projectName> | ||
</properties> | ||
</configuration> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.