You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2018/07/26 16:04:38 UTC

[GitHub] khmarbaise closed pull request #2: Fix build compilation

khmarbaise closed pull request #2: Fix build compilation
URL: https://github.com/apache/maven-pdf-plugin/pull/2
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/src/main/java/org/apache/maven/plugins/pdf/PdfAggregateMojo.java b/src/main/java/org/apache/maven/plugins/pdf/PdfAggregateMojo.java
index e45342c..cf18033 100644
--- a/src/main/java/org/apache/maven/plugins/pdf/PdfAggregateMojo.java
+++ b/src/main/java/org/apache/maven/plugins/pdf/PdfAggregateMojo.java
@@ -49,8 +49,8 @@
  */
 @Mojo( name = "aggregate", aggregator = true, requiresDependencyResolution = ResolutionScope.TEST, threadSafe = true )
 @Execute( goal = "pdf" )
-public class PdfAggregateMojo
-    extends PdfMojo // TODO should extend AbstractPdfMojo, but requires extensive refactoring
+// TODO should extend AbstractPdfMojo, but requires extensive refactoring
+public class PdfAggregateMojo extends PdfMojo
 {
     /**
      * The reactor projects.


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services