Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yixi-dependencies
Overview
Overview
Details
Activity
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
赵静
yixi-dependencies
Commits
8feaa274
Commit
8feaa274
authored
May 19, 2021
by
zhaojing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix group.
parent
43008b08
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
16 deletions
+19
-16
pom.xml
checkstyle/pom.xml
+10
-8
pom.xml
pom.xml
+9
-8
No files found.
checkstyle/pom.xml
View file @
8feaa274
...
...
@@ -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>
com.qipeng
</groupId>
<groupId>
org.yixi
</groupId>
<artifactId>
checkstyle
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<packaging>
jar
</packaging>
...
...
@@ -111,15 +111,17 @@
-->
</plugins>
</build>
<distributionManagement>
<snapshotRepository>
<id>
snapshots
</id>
<url>
http://nexus.taovip.com/nexus/content/repositories/snapshots
</url>
</snapshotRepository>
<repository>
<id>
releases
</id>
<url>
http://nexus.taovip.com/nexus/content/repositories/releases
</url>
<id>
nexus-releases
</id>
<name>
Nexus Releases Repository Pro
</name>
<url>
http://nexus.yidianling.com/repository/releases/
</url>
</repository>
<snapshotRepository>
<id>
nexus-snapshots
</id>
<name>
Nexus Snapshots Repository Pro
</name>
<url>
http://nexus.yidianling.com/repository/snapshots/
</url>
</snapshotRepository>
</distributionManagement>
</project>
pom.xml
View file @
8feaa274
...
...
@@ -427,16 +427,17 @@
</plugins>
</pluginManagement>
</build>
<!--
<distributionManagement>
<snapshotRepository>
<id>snapshots</id>
<url>http://nexus.taovip.com/nexus/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>releases</id>
<url>http://nexus.taovip.com/nexus/content/repositories/releases</url>
<id>
nexus-releases
</id>
<name>
Nexus Releases Repository Pro
</name>
<url>
http://nexus.yidianling.com/repository/releases/
</url>
</repository>
<snapshotRepository>
<id>
nexus-snapshots
</id>
<name>
Nexus Snapshots Repository Pro
</name>
<url>
http://nexus.yidianling.com/repository/snapshots/
</url>
</snapshotRepository>
</distributionManagement>
-->
</project>
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