Skip to content

Commit

Permalink
!27 将 build-tools, nop-all-for-spring, nop-*-codegen, nop-benchmark, …
Browse files Browse the repository at this point in the history
…nop-*-demo, test 排除,避免发布到 maven 仓

* 将 build-tools, nop-all-for-spring, nop-*-codegen, nop-benchmark, nop-*…
  • Loading branch information
codering authored and entropy-cloud committed Mar 27, 2024
1 parent 9a0512c commit 55955f4
Show file tree
Hide file tree
Showing 24 changed files with 98 additions and 26 deletions.
4 changes: 2 additions & 2 deletions build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>build-tools</artifactId>


<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<build>
Expand All @@ -27,4 +27,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions nop-all-for-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.compilerVersion>11</maven.compiler.compilerVersion>
<maven.deploy.skip>true</maven.deploy.skip>
<nop-entropy.version>2.0.0-SNAPSHOT</nop-entropy.version>

<quarkus.platform.version>3.8.2</quarkus.platform.version>
</properties>

Expand Down Expand Up @@ -177,4 +177,4 @@
</plugins>
</build>

</project>
</project>
6 changes: 5 additions & 1 deletion nop-auth/nop-auth-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@

<artifactId>nop-auth-codegen</artifactId>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<!-- 解析orm.xlsx模型文件需要依赖 -->
<dependency>
Expand Down Expand Up @@ -41,4 +45,4 @@
</plugins>
</build>

</project>
</project>
6 changes: 5 additions & 1 deletion nop-batch/nop-batch-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

<packaging>jar</packaging>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>io.github.entropy-cloud</groupId>
Expand All @@ -33,4 +37,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
3 changes: 2 additions & 1 deletion nop-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<properties>
<jmh.version>1.33</jmh.version>
<sonar.skip>true</sonar.skip>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<modules>
Expand Down Expand Up @@ -49,4 +50,4 @@
</plugins>
</build>

</project>
</project>
3 changes: 2 additions & 1 deletion nop-demo/nop-orm-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
Expand Down Expand Up @@ -46,4 +47,4 @@
</dependency>
</dependencies>

</project>
</project>
6 changes: 5 additions & 1 deletion nop-demo/nop-rpc-client-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

<artifactId>nop-rpc-client-demo</artifactId>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>io.github.entropy-cloud</groupId>
Expand Down Expand Up @@ -39,4 +43,4 @@

</dependencies>

</project>
</project>
5 changes: 4 additions & 1 deletion nop-demo/nop-rpc-server-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

<artifactId>nop-rpc-server-demo</artifactId>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -79,4 +82,4 @@
</dependency>

</dependencies>
</project>
</project>
3 changes: 2 additions & 1 deletion nop-demo/nop-spring-demo2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot.version>3.2.0</spring-boot.version>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -127,4 +128,4 @@
</plugins>
</build>

</project>
</project>
3 changes: 2 additions & 1 deletion nop-demo/nop-spring-security-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
Expand All @@ -27,4 +28,4 @@
</dependency>
</dependencies>

</project>
</project>
6 changes: 5 additions & 1 deletion nop-demo/nop-spring-simple-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<groupId>io.nop.demo</groupId>
<artifactId>nop-spring-simple-demo</artifactId>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>io.github.entropy-cloud</groupId>
Expand All @@ -27,4 +31,4 @@

</dependencies>

</project>
</project>
6 changes: 5 additions & 1 deletion nop-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<version>2.0.0-SNAPSHOT</version>
</parent>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<modules>
<module>nop-quarkus-demo</module>
<module>nop-spring-demo</module>
Expand All @@ -29,4 +33,4 @@
<module>nop-orm-demo</module>
</modules>

</project>
</project>
6 changes: 5 additions & 1 deletion nop-dev/nop-dev-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

<packaging>jar</packaging>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>io.github.entropy-cloud</groupId>
Expand Down Expand Up @@ -41,4 +45,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
6 changes: 5 additions & 1 deletion nop-dyn/nop-dyn-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

<packaging>jar</packaging>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>io.github.entropy-cloud</groupId>
Expand Down Expand Up @@ -42,4 +46,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
6 changes: 5 additions & 1 deletion nop-file/nop-file-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

<packaging>jar</packaging>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>io.github.entropy-cloud</groupId>
Expand Down Expand Up @@ -41,4 +45,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
6 changes: 5 additions & 1 deletion nop-job/nop-job-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

<packaging>jar</packaging>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>io.github.entropy-cloud</groupId>
Expand All @@ -33,4 +37,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
6 changes: 5 additions & 1 deletion nop-oauth/nop-oauth-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

<packaging>jar</packaging>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>io.github.entropy-cloud</groupId>
Expand Down Expand Up @@ -41,4 +45,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
6 changes: 5 additions & 1 deletion nop-report/nop-report-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

<packaging>jar</packaging>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>io.github.entropy-cloud</groupId>
Expand All @@ -33,4 +37,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
6 changes: 5 additions & 1 deletion nop-report/nop-report-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

<artifactId>nop-report-demo</artifactId>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>io.github.entropy-cloud</groupId>
Expand Down Expand Up @@ -45,4 +49,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
6 changes: 5 additions & 1 deletion nop-rule/nop-rule-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

<packaging>jar</packaging>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>io.github.entropy-cloud</groupId>
Expand All @@ -37,4 +41,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
6 changes: 5 additions & 1 deletion nop-sys/nop-sys-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

<packaging>jar</packaging>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>io.github.entropy-cloud</groupId>
Expand All @@ -33,4 +37,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
6 changes: 5 additions & 1 deletion nop-tcc/nop-tcc-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

<packaging>jar</packaging>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>io.github.entropy-cloud</groupId>
Expand All @@ -33,4 +37,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
6 changes: 5 additions & 1 deletion nop-wf/nop-wf-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

<packaging>jar</packaging>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>io.github.entropy-cloud</groupId>
Expand Down Expand Up @@ -42,4 +46,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
Loading

0 comments on commit 55955f4

Please sign in to comment.