Bukama opened a new issue, #11504:
URL: https://github.com/apache/maven/issues/11504

   ### New feature, improvement proposal
   
   Several things in `org.apache.maven.api.model` are marked as deprecated, for 
example
   
   ```java
     @Deprecated(
       since = "4.0.0"
     )
     public String getScriptSourceDirectory() {
       return this.scriptSourceDirectory;
     }
   ```
   
   But there is no information what to use instead, resulting in the users (I 
found it in maven-resource-plugin) only got the deprecated warning, but not 
hint how to handle it.


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