Skip to content

Commit

Permalink
Fix generation of javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Sep 19, 2023
1 parent 09bc750 commit 48f53a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SCDIR=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
SCDIR=$(realpath $SCDIR)
pushd "$SCDIR" > /dev/null || exit
./mvnw install -o -am -pl :spring-cloud-dataflow-classic-docs,:spring-cloud-dataflow-docs,:spring-cloud-skipper-server-core,:spring-cloud-skipper-docs -DskipTests
./mvnw install -DskipTests -T 1C
./mvnw install -o -Pfull,asciidoctordocs,restdocs -pl :spring-cloud-dataflow-classic-docs,:spring-cloud-dataflow-docs
./mvnw install -o -Pasciidoctordocs,restdocs -pl :spring-cloud-skipper-server-core,:spring-cloud-skipper-docs
popd > /dev/null || exit
11 changes: 1 addition & 10 deletions spring-cloud-skipper/spring-cloud-skipper-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>spring-cloud-skipper-docs</artifactId>
<name>Spring Cloud Skipper :: Docs</name>
<description>Spring Cloud Skipper Docs</description>
<packaging>pom</packaging>
<packaging>jar</packaging>
<properties>
<main.basedir>${basedir}/..</main.basedir>
<rootDir>${basedir}/../..</rootDir>
Expand Down Expand Up @@ -84,15 +84,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>jar</id>
<phase>prepare-package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 48f53a6

Please sign in to comment.