Skip to content

Commit

Permalink
add informations in pom.xml (#5)
Browse files Browse the repository at this point in the history
* add informations in pom.xml

---------

Co-authored-by: 刘泽宇 <[email protected]>
  • Loading branch information
techloghub and 刘泽宇 authored Dec 1, 2023
1 parent 36bc920 commit 92e62c3
Show file tree
Hide file tree
Showing 17 changed files with 56 additions and 18 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,16 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build and analyze
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B verify
if: env.SONAR_TOKEN == ''
- name: Build and analyze with sonar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=weibocom_rill-flow
if: env.SONAR_TOKEN != ''
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down
36 changes: 34 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,45 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>

<groupId>com.weibo</groupId>
<artifactId>rill-flow</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>

<name>rill-flow</name>
<description>a high-performance and scalable distributed workflow orchestration service, originally designed to tackle the complexities and high concurrency demands of video processing workflows in the Weibo video business context.</description>
<url>https://github.com/weibocom/rill-flow</url>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>

<developers>
<developer>
<name>Axb</name>
<email>[email protected]</email>
<organization>Weibo</organization>
</developer>
<developer>
<name>techlog</name>
<email>[email protected]</email>
<organization>Weibo</organization>
</developer>
</developers>

<scm>
<connection>scm:git:git://github.com/weibocom/rill-flow.git</connection>
<developerConnection>scm:git:ssh://github.com/weibocom/rill-flow.git</developerConnection>
<url>https://github.com/weibocom/rill-flow</url>
</scm>

<modules>
<module>rill-flow-common</module>
Expand Down
4 changes: 2 additions & 2 deletions rill-flow-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>rill-flow</artifactId>
<groupId>com.weibo</groupId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.weibo</groupId>
<artifactId>olympicene-ddl</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion rill-flow-dag/olympicene-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>rill-flow-dag</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rill-flow-dag/olympicene-ddl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>rill-flow-dag</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rill-flow-dag/olympicene-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>rill-flow-dag</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rill-flow-dag/olympicene-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>rill-flow-dag</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rill-flow-dag/olympicene-traversal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>rill-flow-dag</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rill-flow-dag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>rill-flow</artifactId>
<groupId>com.weibo</groupId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
<modules>
<module>olympicene-traversal</module>
Expand Down
2 changes: 1 addition & 1 deletion rill-flow-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>rill-flow</artifactId>
<groupId>com.weibo</groupId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rill-flow-interfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>rill-flow</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
<artifactId>rill-flow-interfaces</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rill-flow-plugins/aliyun-ai-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>rill-flow-plugins</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
<artifactId>aliyun-ai-plugin</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rill-flow-plugins/chatgpt-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>rill-flow-plugins</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>

<name>ServicePlugin Maven Webapp</name>
Expand Down
2 changes: 1 addition & 1 deletion rill-flow-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>rill-flow</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
<artifactId>rill-flow-plugins</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rill-flow-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>rill-flow</artifactId>
<groupId>com.weibo</groupId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rill-flow-trigger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.weibo</groupId>
<artifactId>rill-flow</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
<artifactId>rill-flow-trigger</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rill-flow-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>rill-flow</artifactId>
<groupId>com.weibo</groupId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 92e62c3

Please sign in to comment.