Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mbg-comment
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Administrator
mbg-comment
Commits
12425d61
Commit
12425d61
authored
Mar 06, 2019
by
fangzhipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
f4493c40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
1 deletion
+32
-1
pom.xml
pom.xml
+32
-1
No files found.
pom.xml
View file @
12425d61
...
...
@@ -6,7 +6,7 @@
<groupId>
me.mizhoux
</groupId>
<artifactId>
mbg-comment
</artifactId>
<version>
0.0.1
</version>
<version>
1.0.1.fzp-SNAPSHOT
</version>
<name>
mbg-comment
</name>
...
...
@@ -40,4 +40,35 @@
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>
maven-releases
</id>
<url>
http://nexus.yuceyi.com/repository/maven-releases/
</url>
</repository>
<snapshotRepository>
<id>
maven-snapshots
</id>
<url>
http://nexus.yuceyi.com/repository/maven-snapshots/
</url>
</snapshotRepository>
</distributionManagement>
<build>
<plugins>
<!-- 要将源码放上去,需要加入这个插件 -->
<plugin>
<artifactId>
maven-source-plugin
</artifactId>
<version>
2.1
</version>
<configuration>
<attach>
true
</attach>
</configuration>
<executions>
<execution>
<phase>
compile
</phase>
<goals>
<goal>
jar
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</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