Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
leyi cen
Jeesns
Commits
43889e1f
Commit
43889e1f
authored
6 years ago
by
zchuanzhao
Browse files
Options
Download
Email Patches
Plain Diff
增加javadoc插件
parent
1614622c
master
dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.9.10.8
dependabot/maven/commons-io-commons-io-2.7
dependabot/maven/mysql-mysql-connector-java-8.0.16
dependabot/maven/org.apache.httpcomponents-httpclient-4.5.13
dependabot/maven/org.jsoup-jsoup-1.14.2
dependabot/maven/org.mybatis-mybatis-3.5.6
dependabot/maven/org.springframework.boot-spring-boot-starter-web-2.5.12
v2.0.0-Beta2
v2.0.0-Beta1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
jeesns-web/pom.xml
+0
-5
jeesns-web/pom.xml
pom.xml
+5
-0
pom.xml
with
5 additions
and
5 deletions
+5
-5
jeesns-web/pom.xml
+
0
-
5
View file @
43889e1f
...
...
@@ -171,11 +171,6 @@
<target>
1.8
</target>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
3.0.0
</version>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pom.xml
+
5
-
0
View file @
43889e1f
...
...
@@ -207,6 +207,11 @@
<target>
1.8
</target>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
3.0.0
</version>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help