Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
Y
yzg-util
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YZG
yzg-util
Commits
8b51aa73
Commit
8b51aa73
authored
2 years ago
by
yanzg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
将源码打包进jar包
parent
b948ecc5
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
103 additions
and
12 deletions
+103
-12
pom.xml
pom.xml
+17
-12
pom.xml
yzg-util-base/pom.xml
+9
-0
pom.xml
yzg-util-chinese/pom.xml
+9
-0
pom.xml
yzg-util-cloud/pom.xml
+9
-0
pom.xml
yzg-util-db/pom.xml
+8
-0
pom.xml
yzg-util-file/pom.xml
+8
-0
pom.xml
yzg-util-image-extend/pom.xml
+8
-0
pom.xml
yzg-util-image/pom.xml
+8
-0
pom.xml
yzg-util-mq/pom.xml
+10
-0
pom.xml
yzg-util-print/pom.xml
+8
-0
pom.xml
yzg-util-redis/pom.xml
+9
-0
No files found.
pom.xml
View file @
8b51aa73
...
...
@@ -42,16 +42,6 @@
<jetcache.version>
2.6.0.M1
</jetcache.version>
</properties>
<scm>
<connection>
scm:git:http://git.tbd.yanzuoguang.com/yzg/yzg-util.git
</connection>
<developerConnection>
scm:git:http://git.tbd.yanzuoguang.com/yzg/yzg-util.git
</developerConnection>
<url>
http://git.tbd.yanzuoguang.com/yzg/yzg-util/tree/master
</url>
</scm>
<issueManagement>
<system>
Github
</system>
<url>
http://git.tbd.yanzuoguang.com/yzg/yzg-util
</url>
</issueManagement>
<dependencyManagement>
<dependencies>
<dependency>
...
...
@@ -209,13 +199,11 @@
<repository>
<id>
public
</id>
<name>
Nexus release Repository
</name>
<!--<url>http://192.168.0.203:8081/repository/maven-releases/</url>-->
<url>
http://maven.tbd.yanzuoguang.com/repository/maven-releases/
</url>
</repository>
<snapshotRepository>
<id>
public
</id>
<name>
Nexus snapshots Repository
</name>
<!--<url>http://192.168.0.203:8081/repository/maven-snapshots</url>-->
<url>
http://maven.tbd.yanzuoguang.com/repository/maven-snapshots
</url>
</snapshotRepository>
</distributionManagement>
...
...
@@ -245,6 +233,7 @@
</testResources>
<finalName>
${project.artifactId}
</finalName>
<pluginManagement>
<plugins>
<plugin>
...
...
@@ -283,6 +272,22 @@
<compilerArgument>
-parameters
</compilerArgument>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
<version>
3.0.1
</version>
<configuration>
<attach>
true
</attach>
</configuration>
<executions>
<execution>
<phase>
compile
</phase>
<goals>
<goal>
jar
</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- ===========可运行Jar包=========== -->
<plugin>
<groupId>
org.springframework.boot
</groupId>
...
...
This diff is collapsed.
Click to expand it.
yzg-util-base/pom.xml
View file @
8b51aa73
...
...
@@ -28,4 +28,13 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
yzg-util-chinese/pom.xml
View file @
8b51aa73
...
...
@@ -44,4 +44,13 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
yzg-util-cloud/pom.xml
View file @
8b51aa73
...
...
@@ -146,4 +146,13 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
yzg-util-db/pom.xml
View file @
8b51aa73
...
...
@@ -55,5 +55,13 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
yzg-util-file/pom.xml
View file @
8b51aa73
...
...
@@ -32,5 +32,13 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
yzg-util-image-extend/pom.xml
View file @
8b51aa73
...
...
@@ -37,4 +37,12 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
yzg-util-image/pom.xml
View file @
8b51aa73
...
...
@@ -55,4 +55,12 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
yzg-util-mq/pom.xml
View file @
8b51aa73
...
...
@@ -24,4 +24,14 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
yzg-util-print/pom.xml
View file @
8b51aa73
...
...
@@ -24,4 +24,12 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
yzg-util-redis/pom.xml
View file @
8b51aa73
...
...
@@ -34,4 +34,13 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment