Claudenw commented on code in PR #253:
URL: https://github.com/apache/creadur-rat/pull/253#discussion_r1605954426


##########
apache-rat/pom.xml:
##########
@@ -117,6 +117,46 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>exec-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>CLI help generation</id>
+            <phase>pre-site</phase>
+            <goals>
+              <goal>exec</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <executable>java</executable>
+          <outputFile>${project.basedir}/src/site/apt/cli_help.txt</outputFile>

Review Comment:
   I thought I did.  Will verify once 252 is merged and we can the changes that 
this request makes.



##########
apache-rat/pom.xml:
##########
@@ -117,6 +117,46 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>exec-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>CLI help generation</id>
+            <phase>pre-site</phase>
+            <goals>
+              <goal>exec</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <executable>java</executable>
+          <outputFile>${project.basedir}/src/site/apt/cli_help.txt</outputFile>
+          <arguments>
+            <argument>-cp</argument>
+            <argument>target/apache-rat-0.17-SNAPSHOT.jar</argument>

Review Comment:
   I don't know.  I'll check it out.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to