Skip to content

Commit

Permalink
Fix Javadoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
rfscholte committed Apr 27, 2020
1 parent 6e67eeb commit 1dc87ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,11 @@ under the License.
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>3.0.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ public interface AssemblyArchiver
* @throws org.apache.maven.plugins.assembly.InvalidAssemblerConfigurationException when the configuration is bad
*/
File createArchive( Assembly assembly, String fullName, String format, AssemblerConfigurationSource configSource,
boolean recompressZippedFiles, String mergeManifestMode, Date outputTimestamp )
boolean recompressZippedFiles, String mergeManifestMode, Date sourceDateEpoch )
throws ArchiveCreationException, AssemblyFormattingException, InvalidAssemblerConfigurationException;
}

0 comments on commit 1dc87ea

Please sign in to comment.