Skip to content

Commit

Permalink
Removed workaround for rewrite-maven-plugin-4.22.2 truncation issue
Browse files Browse the repository at this point in the history
We are not longer routinely performing rewrites during development and CI builds
  • Loading branch information
ao-apps committed May 13, 2022
1 parent 41ca16f commit fc84948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
requires com.semanticcms.core.taglib; // <groupId>com.semanticcms</groupId><artifactId>semanticcms-core-taglib</artifactId>
requires com.semanticcms.section.taglib; // <groupId>com.semanticcms</groupId><artifactId>semanticcms-section-taglib</artifactId>
requires taglibs.standard.spec; // <groupId>org.apache.taglibs</groupId><artifactId>taglibs-standard-spec</artifactId>
} // TODO: Avoiding rewrite-maven-plugin-4.22.2 truncation
}

0 comments on commit fc84948

Please sign in to comment.