Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
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
DEMO
spring-boot
Commits
36cdc41c
Commit
36cdc41c
authored
Dec 19, 2013
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempt to automate javadoc deployment
parent
657bd557
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
28 deletions
+1
-28
pom.xml
spring-boot-javadoc/pom.xml
+1
-11
pom.xml
spring-boot-parent/pom.xml
+0
-17
No files found.
spring-boot-javadoc/pom.xml
View file @
36cdc41c
...
...
@@ -42,16 +42,6 @@
<id>
full
</id>
<build>
<plugins>
<plugin>
<groupId>
org.jfrog.buildinfo
</groupId>
<artifactId>
artifactory-maven-plugin
</artifactId>
<configuration>
<deployProperties>
<zip.type>
docs
</zip.type>
<zip.deployed>
false
</zip.deployed>
</deployProperties>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
...
...
@@ -84,7 +74,7 @@
<artifacts>
<artifact>
<file>
${project.build.directory}/${project.name}-${project.version}-javadoc.jar
</file>
<type>
zip
</type>
<type>
zip
;zip.type=docs;zip.deployed=false
</type>
</artifact>
</artifacts>
</configuration>
...
...
spring-boot-parent/pom.xml
View file @
36cdc41c
...
...
@@ -412,15 +412,6 @@
<profile>
<id>
full
</id>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>
org.jfrog.buildinfo
</groupId>
<artifactId>
artifactory-maven-plugin
</artifactId>
<version>
2.2.2
</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>
maven-javadoc-plugin
</artifactId>
...
...
@@ -456,14 +447,6 @@
<enabled>
false
</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>
jfrog
</id>
<name>
JFrog Repository
</name>
<url>
http://dl.bintray.com/jfrog/jfrog-jars/
</url>
<snapshots>
<enabled>
false
</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
<profile>
...
...
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