afs opened a new pull request, #3711:
URL: https://github.com/apache/jena/pull/3711

   This PR addresses a problem which is specific to Eclipse IDE: 
https://github.com/eclipse-m2e/m2e-core/issues/2091
   
   Sometimes, when doing "maven project update" the process fails with 
"OutOfScopeException".
   
   Jena does not use `.mvn/` settings -- it is two empty files -- and the 
workaround mentioned on the Eclipse issue works.
   
   This POR add `.mvn/` to .gitignore. That will stop accidentally picking up a 
contributors settings but would need to be undone if we want to have Jena 
specific settings (e.g. a "new class file" template).
   
   ----
   
   By submitting this pull request, I acknowledge that I am making a 
contribution to the Apache Software Foundation under the terms and conditions 
of the [Contributor's 
Agreement](https://www.apache.org/licenses/contributor-agreements.html).
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to