Skip to content

Commit

Permalink
GH-59 removing javadoc from release
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisledroff committed Mar 21, 2022
1 parent 8598c93 commit 62eb3a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
X_GITHUB_USERNAME: ${{ secrets.ADOBE_BOT_GITHUB_USERNAME }}
X_GITHUB_PASSWORD: ${{ secrets.ADOBE_BOT_GITHUB_PASSWORD }}
run: mvn -B -V -Prelease,ossrh --settings ./.github/workflows/settings.xml clean release:prepare release:perform -Dmaven.javadoc.skip=true -DreleaseVersion=${{ github.event.inputs.releaseVersion }} -DdryRun=${{ github.event.inputs.dryRun }}
run: mvn -B -V -Prelease,ossrh --settings ./.github/workflows/settings.xml clean release:prepare release:perform -DuseReleaseProfile=false -Darguments="-Dmaven.javadoc.skip=true" -Dmaven.javadoc.skip=true -DreleaseVersion=${{ github.event.inputs.releaseVersion }} -DdryRun=${{ github.event.inputs.dryRun }}
9 changes: 0 additions & 9 deletions aem/lib_osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,6 @@

<build>
<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<arguments>-Dmaven.javadoc.skip=true</arguments>
</configuration>
</plugin>

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
Expand Down

0 comments on commit 62eb3a0

Please sign in to comment.