jira-importer opened a new issue, #87:
URL: https://github.com/apache/maven-source-plugin/issues/87

   **[Bukaj 
Sytlos](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER284001)**
 opened 
**[MSOURCES-130](https://issues.apache.org/jira/browse/MSOURCES-130?redirect=false)**
 and commented
   
   When using lombok, there is a need to publish delomboked source code.
   
   Unfortunately there seems not to exists a simple way to do this
   
   
https://stackoverflow.com/questions/52362413/create-and-install-de-lomboked-source-jar-in-maven
   
   Would it be possible to support similiar configuration as in javadoc plugin
   
   ```java
   <configuration>
       <doclint>all,-missing</doclint>
       <source>${source.jdk.version}</source>
       <sourcepath>${delombok.output}</sourcepath>
       <sourcepath>${project.basedir}/src/main/java</sourcepath>
   </configuration>
   ```
   
   
   
   ---
   No further details from 
[MSOURCES-130](https://issues.apache.org/jira/browse/MSOURCES-130?redirect=false)


-- 
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