Skip to content

Commit

Permalink
Restore automatic module name #884 (#889)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Stäber <fabian@fstab.de>
  • Loading branch information
fstab authored Nov 2, 2023
1 parent c4dc833 commit a192c78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Build client_java
run: ./mvnw -B clean install -DskipTests
- name: Make Javadoc
run: ./mvnw -B compile javadoc:javadoc javadoc:aggregate
run: ./mvnw -B clean compile javadoc:javadoc javadoc:aggregate
- name: Move the Javadoc to docs/static/api/
run: mv ./target/site/apidocs ./docs/static/api && echo && echo 'ls ./docs/static/api' && ls ./docs/static/api
- name: Setup Pages
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,11 @@
<artifactId>maven-bundle-plugin</artifactId>
<version>2.4.0</version>
<extensions>true</extensions>
<!--
<configuration>
<instructions>
<Automatic-Module-Name>${automatic.module.name}</Automatic-Module-Name>
</instructions>
</configuration>
-->
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit a192c78

Please sign in to comment.