Skip to content

Commit

Permalink
Fix broken docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Webb committed Apr 1, 2014
1 parent 1e68b7e commit 26e55e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spring-boot-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@
<configuration>
<target>
<zip
destfile="${project.build.directory}/${project.name}-${project.version}.zip">
destfile="${project.build.directory}/${project.artifactId}-${project.version}.zip">
<zipfileset
src="${project.build.directory}/${project.name}-${project.version}-javadoc.jar"
src="${project.build.directory}/${project.artifactId}-${project.version}-javadoc.jar"
prefix="api" />
<fileset dir="${project.build.directory}/contents" />
</zip>
Expand Down Expand Up @@ -314,7 +314,7 @@
<configuration>
<artifacts>
<artifact>
<file>${project.build.directory}/${project.name}-${project.version}.zip</file>
<file>${project.build.directory}/${project.artifactId}-${project.version}.zip</file>
<type>zip;zip.type=docs;zip.deployed=false</type>
</artifact>
</artifacts>
Expand Down

0 comments on commit 26e55e5

Please sign in to comment.