Skip to content

Commit

Permalink
将groupId修改为io.github.entropy-cloud,便于推送到Maven中心仓库
Browse files Browse the repository at this point in the history
  • Loading branch information
entropy-cloud committed Mar 12, 2023
1 parent ec1bf83 commit 4960c08
Show file tree
Hide file tree
Showing 243 changed files with 18,172 additions and 838 deletions.
2 changes: 1 addition & 1 deletion build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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">
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<version>2.0.0-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>
<artifactId>build-tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/dev-guide/codegen.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Nop平台提供了与Maven相集成的代码生成能力,但是并没有做成
<pom>
<parent>
<artifactId>nop-entropy</artifactId>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<version>2.0.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Nop平台提供了与Maven相集成的代码生成能力,只需要在pom文件
<pom>
<parent>
<artifactId>nop-entropy</artifactId>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<version>2.0.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/tutorial_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ The Nop platform provides code generation capability integrated with Maven. You
<pom>
<parent>
<artifactId>nop-entropy</artifactId>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<version>2.0.0-SNAPSHOT</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion nop-antlr4/nop-antlr4-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>nop-antlr4</artifactId>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion nop-antlr4/nop-antlr4-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>nop-antlr4</artifactId>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions nop-antlr4/nop-antlr4-xlang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-antlr4</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
Expand All @@ -14,7 +14,7 @@

<dependencies>
<dependency>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-antlr4-common</artifactId>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion nop-antlr4/nop-antlr4-xpath/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>nop-antlr4</artifactId>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions nop-antlr4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-entropy</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
Expand All @@ -23,7 +23,7 @@
</dependency>

<dependency>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-core</artifactId>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion nop-api-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-api-core</artifactId>
<version>2.0.0-SNAPSHOT</version>

Expand Down
4 changes: 2 additions & 2 deletions nop-api-debugger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>nop-entropy</artifactId>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -13,7 +13,7 @@

<dependencies>
<dependency>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-api-core</artifactId>
</dependency>
</dependencies>
Expand Down
Binary file modified nop-auth/model/nop-auth.orm.xlsx
Binary file not shown.
4 changes: 2 additions & 2 deletions nop-auth/nop-auth-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<modelVersion>4.0.0</modelVersion>

<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-auth-api</artifactId>
<version>2.0.0-SNAPSHOT</version>

Expand All @@ -20,7 +20,7 @@

<dependencies>
<dependency>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-api-core</artifactId>
<version>${nop-entropy.version}</version>
</dependency>
Expand Down
18 changes: 9 additions & 9 deletions nop-auth/nop-auth-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>nop-auth</artifactId>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -13,7 +13,7 @@

<dependencies>
<dependency>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-quarkus-web-starter</artifactId>
<exclusions>
<exclusion>
Expand All @@ -32,36 +32,36 @@
</dependency>

<dependency>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-auth-service</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-auth-web</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-sys-service</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-sys-web</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-web-amis-editor</artifactId>
</dependency>

<dependency>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-web-site</artifactId>
</dependency>

Expand All @@ -81,7 +81,7 @@
</dependency>

<dependency>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-auth-sso</artifactId>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Args=--enable-http \
--enable-https \
--enable-all-security-services \
--verbose \
-H:EnableURLProtocols=http,https \
--report-unsupported-elements-at-runtime \
-H:ReflectionConfigurationResources=${.}/reflect-config.json \
-H:JNIConfigurationResources=${.}/jni-config.json \
-H:ResourceConfigurationResources=${.}/resource-config.json \
-H:+TraceServiceLoaderFeature \
--trace-object-instantiation=java.security.SecureRandom
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"resources": [
{
"pattern": ".*\\.xml$"
},
{
"pattern": ".*\\.yaml$"
},
{
"pattern": ".*\\.json5$"
},
{
"pattern": ".*\\.json$"
},
{
"pattern": ".*\\.properties$"
},
{
"pattern": ".*\\.xdef$"
},
{
"pattern": ".*\\.txt$"
},
{
"pattern": "META-INF/services/*.*"
},
{
"pattern": "_vfs/*.*"
},
{
"pattern": "_conf/*.*"
}
]
}
6 changes: 3 additions & 3 deletions nop-auth/nop-auth-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>nop-auth</artifactId>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -16,12 +16,12 @@
<dependencies>
<!-- 解析orm.xlsx模型文件需要依赖 -->
<dependency>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-ooxml-xlsx</artifactId>
</dependency>

<dependency>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-orm</artifactId>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions nop-auth/nop-auth-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>nop-auth</artifactId>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -19,18 +19,18 @@
</dependency>

<dependency>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-core</artifactId>
</dependency>

<dependency>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-auth-api</artifactId>
</dependency>


<dependency>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-http-api</artifactId>
</dependency>

Expand Down
8 changes: 4 additions & 4 deletions nop-auth/nop-auth-dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<parent>
<artifactId>nop-auth</artifactId>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<version>2.0.0-SNAPSHOT</version>
</parent>

Expand All @@ -14,17 +14,17 @@

<dependencies>
<dependency>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-auth-api</artifactId>
</dependency>

<dependency>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-api-core</artifactId>
</dependency>

<dependency>
<groupId>io.nop</groupId>
<groupId>io.github.entropy-cloud</groupId>
<artifactId>nop-orm</artifactId>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<orm ext:mavenArtifactId="nop-auth" ext:entityPackageName="io.nop.auth.dao.entity" ext:registerShortName="true"
ext:mavenGroupId="io.nop" ext:basePackageName="io.nop.auth" ext:appName="nop-auth"
ext:mavenGroupId="io.github.entropy-cloud" ext:basePackageName="io.nop.auth" ext:appName="nop-auth"
ext:platformVersion="2.0.0-SNAPSHOT" ext:dialect="mysql,oracle,postgresql" ext:mavenVersion="2.0.0-SNAPSHOT"
x:schema="/nop/schema/orm/orm.xdef" xmlns:x="/nop/schema/xdsl.xdef" xmlns:i18n-en="i18n-en"
xmlns:ref-i18n-en="ref-i18n-en" xmlns:ext="ext" xmlns:orm-gen="orm-gen" xmlns:xpl="xpl">
Expand Down
Loading

0 comments on commit 4960c08

Please sign in to comment.